Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
raju_salmon
Creator II
Creator II

Controlling dimension with triggers

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

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

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

Customizable Straight Table

View solution in original post

3 Replies
senpradip007
Specialist III
Specialist III

Use Custom Report facility. Have look on the manual.

Anonymous
Not applicable

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/

MK_QSL
MVP
MVP

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

Customizable Straight Table