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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

Restricting data with few fields and grand total visible

We have restricted data using lock field option however we want so show grand total for comparison corresponding to client field. Is ther any way to handle this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use a set analysis expression that calculates the grand total: sum({<MyLockedField=>} Value). The {<MyLockedField=>} part makes the expression ignore selections in the field MyLockedField.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use a set analysis expression that calculates the grand total: sum({<MyLockedField=>} Value). The {<MyLockedField=>} part makes the expression ignore selections in the field MyLockedField.


talk is cheap, supply exceeds demand
rsdhavle
Creator III
Creator III
Author

will this work if we are locking the field while opening a document?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes


talk is cheap, supply exceeds demand