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

Independence to a field

Hello,

I would like to made an independence to the field Date for this formula, because it affect the result displayed:
Capture.PNG

And when the field Date is selected:

Capture.PNG

But it is not the good result.

The expression here:

=SUM(Value_AIR)/1000000

Do you have a solution please ?

Thanks in advance for your help,

Sébastien.

1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Sum({<Date = >}Value_AIR)/1000000

Essentially, by add {<Date = >}, you will be telling the expression not to change based on selections

View solution in original post

2 Replies
sunny_talwar

May be this:

=Sum({<Date = >}Value_AIR)/1000000

Essentially, by add {<Date = >}, you will be telling the expression not to change based on selections

Anonymous
Not applicable
Author

Thanks a lot !