Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there anyway to control the chart dimension with triggers? For example, i have straight table with dimension country, i want to add/remove other dimensions like city, product etc based on triggers.
Any suggestion please.
Regards,
Raju
Use button/Text object with variables.
Add action/trigger which will change the variables from 0 (not to show) to 1 (to show)
Now use conditional show for each dimension or expression
You can use this also
Use Custom Report facility. Have look on the manual.
Hi Raju,
I had the same issue but decided to go with custom reports. I found a nice tutorial for this at: http://www.analyticsvidhya.com/blog/2014/01/customize-reporting-qlikview/
Use button/Text object with variables.
Add action/trigger which will change the variables from 0 (not to show) to 1 (to show)
Now use conditional show for each dimension or expression
You can use this also