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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

show total Sales in a text box without effects from selection

Hi,

How can i show up total sales in a text box without getting effected by the selection made by user?

So no matter what the user will filter by i need this text box to show total sales.

Thxs

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use a set expression with set identifier 1 for this:

=sum( {1} Sales)

Regards,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

Use a set expression with set identifier 1 for this:

=sum( {1} Sales)

Regards,

Stefan

alec1982
Specialist II
Specialist II
Author

Thxs

Cheers!