my problem is to creating a dynamic crosstab / cross band.
the problem is the data came from my JSON is not fixed.its mean i cant define a simple row for my cross tab.the rows came from json(its the filter applied by user in our web app) .sometimes its include 1 filter so my cross tab have 1 row and 1 column in JSOn. but sometimes the JSON includes more than 1 filter so my crosstab should have more than one row.
the output must be something like the picture bellow:

so how can i design this report? thanks.