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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression that doesn´t aply listboxes

Hello,

I am trying to do a graph where the sum total of month does not change when you are making selections in Listboxes.

Is is possible to do it?

4 Replies
adamdavi3s
Master
Master

You can use sum({1}yourcolumn)

{1} is the set analysis used to exclude any selection

Anonymous
Not applicable
Author

If you have a specific listbox, you can do it as follows:

sum({< FieldListBox = >} FieldValues)

Anonymous
Not applicable
Author

Perfect!!!

One more question. I have a the dimension month.

¿It is possible to make that it always stays the same? i mean not to filter it depending on the selections done?

thank you

Anonymous
Not applicable
Author

It would be what Adan Davies passed:

sum({1} FieldValues)