Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
anushree1
Specialist II
Specialist II

Conditional Show in Qliksense

Hi 

I would want to mimic a use case that was working perfectly in qlikview to qliksense, wherein i would be able to pull all the dimension details as per a measure and hide that measure so the details follow the condition applied in the measure which is hidden , supposedly i would like to look for all the details wherein in Val>10 as per the below eg, i just had to write the expression like :

sum({<Val={">$(=10)"}>}Val)

SCript:

Load*

inline[

 

Div,Cat,Val

A,A1,10

B,A2,20

C,A3,30];

Now in the the sheet i want a table like below:

Div Cat
B A2
C A3

But with qliksense conditional hide is not making A,A1 disappear ; unless it is shown in the sheet

Please note i have a series of Dimensions to display and hence , calculated dimension would not serve the purpose as i will need to enter the condition across all the dimensions.

is there a better to solve this @tresesco , @Vegar , @kaushiknsolanki 

 

Labels (1)
2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @anushree1 

Sorry but I still couldn't understand what you want. Can you give some more examples?

 

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
anushree1
Specialist II
Specialist II
Author

I need to be adding a condition/filter to display fields as per some logic, for instance if i want to show values gretaer than a particular date or values greater than 10 as in this case, Qlikview would allow us to write a measure with the required condition like below and hide it .

sum({<Val={">$(=10)"}>}Val)

So even though the measure is hidden the dimensions of the chart would filter the data as per the condition specified in the measure and display the desired value, but in qliksense if the measure  is hidden the dimensions do not filter as per the condition mentioned in the measure , i understand we could use a calculated dimension to solve this case, but would like to know if there is a better solution to this

With hide condition on measure

anushree1_0-1680497665411.png

without hide condition

anushree1_1-1680497717753.png

Desired outcome:

anushree1_2-1680497791367.png