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: 
Not applicable

Exclude selection in graph

Hi people,

I want to have my graph not sensible to a year selection, here is the graph :

i always want to see the evolution of the curve even when i selected on a particular year.

What i dont want : (when i select on year 2011 for exemple)

Thanks

5 Replies
jolivares
Specialist
Specialist

It's simple, just add a set analysis to your expressions and boom...

Sum({<yearselection=>} Sales)

in this case your are disregarding the selection of year, so using this you can add month or others

sunny_talwar

Add this to your expression:

{<Year = >}

Not applicable
Author

hello Juan here is a sample of my sintax :

count({$<Origine={"MT"}, Nature={"I"},monAnnée=>,

Its like that??

the year field is monAnnée.


thanks

Not applicable
Author

hello Sunny T,  here is a sample of my sintax :

count({$<Origine={"MT"}, Nature={"I"},monAnnée=>,

Its like that??

the year field is monAnnée.


thanks

sunny_talwar

May be this:

=Count({$<Origine={"MT"}, Nature={"I"}, monAnnée= >} YourField)