Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

How disable dimensions selection on the chart - Qlik sense

Hi All,

I wanted to disable all dimensions selections for only one chart in my sheet  of qlik sense whether this is possible in qlik sense ?

vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
3 Replies
thkarner
Partner - Creator III
Partner - Creator III

If you have currently e.g. this expression

sum( fieldx x)

you can try this

sum( {1} fieldx x)


The set analysis expression {1} just ignores all selections done by a user.

vikasmahajan
Author

num(RangeSum( Above(Count( {1} {<COMPANY={'ABCD'}, Created_on_Flr={'>=$(=vCutOffDate3)'}>} Distinct CCNO),0,RowNo())),'##,##,###')

in set analysis i used {1} but no luck  , After this still i am able to select the dimensions.

Is there any other way to restrict the selection of dimensions for specific chart ?

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
thkarner
Partner - Creator III
Partner - Creator III

Please try

num(RangeSum( Above(Count( {1 <COMPANY={'ABCD'}, Created_on_Flr={'>=$(=vCutOffDate3)'}>} Distinct CCNO),0,RowNo())),'##,##,###')