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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

dashboard buildup

Hi,

I am trying to build a dashboard with 4 different graphs.

I wish to know if i can separate the 2 graphs- for exaample if i change the dates on the first graph i dont want the second to be Influenced by it.

can i do it on the same view?

tnx

3 Replies
Not applicable
Author

Hi

Use getselectedcount in the expression of the chart and use it in a nestedloop of IF

including the selections you wanted.

Hope this helps

Sravan

Not applicable
Author

first, tnx!

i think i wasnt clear enough.

The question was if i can mange my graphs that placed on the same page, and when i chang a value of a dimention in one the first graph i dont want it to influance the other one.

Can i use your solution to solve it?

Not applicable
Author

Hi,

you should be able to do this with using a set analysis in the chart where you do not want to have the effect of a certain selection shown.

I am using a chart, where I show yearly trends - so if the user selects a specific year (such as 2010), the chart should still show 2007 - 2011. The expression I am using is the following:

sum({$<Year = >} _net_sales)

Hope this helps!