Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
advan7
Contributor
Contributor

Block further filtering in data table

Hi,

 

I'm just new to cliksense and making my first simple app. I'm searching an option to block ALL further filtering of columns/rows in the created table (so this example beneath may not occur anymore). I searched for it but i didn't found anything simple to block this. 

 

 

image.png

Labels (1)
1 Solution

Accepted Solutions
vunguyenq89
Creator III
Creator III

Hi,

You can add Set Analysis to your measure, with {1} being the set identifier. This will override all user selections and always apply the whole data model to the table. 

For example, assume that your table has one measure column =Sum(Sales). You can rewrite it as =Sum({1} Sales).

Hope this helps.

BR,

Vu Nguyen 

View solution in original post

1 Reply
vunguyenq89
Creator III
Creator III

Hi,

You can add Set Analysis to your measure, with {1} being the set identifier. This will override all user selections and always apply the whole data model to the table. 

For example, assume that your table has one measure column =Sum(Sales). You can rewrite it as =Sum({1} Sales).

Hope this helps.

BR,

Vu Nguyen