Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Krishna_Kiran
Contributor II
Contributor II

In UI, given calculated dimension and selected filter as "No", result is showing all values

Hi All,

In UI while I am trying to give calculated dimension and selected filter as "No", result is showing all values


Table 1 :

If([Sub]='1' and [DOC] ='1','Yes', 'No') as [Product]

noconcatenate

Table 2 :

If([Text]='1' and [CHNL] ='0','Yes', 'No') as [Text]

In the UI while i am trying to give calculated dimension

=if([Text]='Yes' and [Product]='Yes','Yes',
if(([Text]='No' and [Product]='Yes') or ([Text]='No' and [Product])='No' ,'No'))

I can able to filter the values for Yes , But while trying to select No, It is selecting all.

Please help me, how to select "No" values.

Note: We have option to combine those two tables but, due to large volume of data i couldn't combine it.
I am trying to show as calculated dimension

Thanks,

Krishna

0 Replies