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: 
ashrivastav2
Partner - Contributor III
Partner - Contributor III

How to create fixed text object of calculated measure (regardless of selections)?

 
Labels (1)
1 Reply
bharathadde
Creator II
Creator II

Use complete Set in Set analysis

=Sum({1} Field) -- if you want all filters not affect the text box

or 

=Sum({<Field1=,Field2=,Field3=>}Field) -- if you want only certain filters not affect the text box