Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

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

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

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 II
Creator II
Author

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

Gysbert_Wassenaar

Yes


talk is cheap, supply exceeds demand