I am creating dynamic report using a bar chart. User needs to select only two dimensions and if he select third dimension, then report will show error message.
Now the issue is, the dimensions are taking in the way I added the dimensions not in the way I want
For example,
I have added in this format:
1. Date
2. Status
3. Severity.
If I select Status and severity as dimensions and if I stack it, data is getting stacked by severity. What if I want it to be stacked by Status?