Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Mt3
Contributor III
Contributor III

Set analysis and IF statement / Beginner

Hi,

I am relatively new to Qlik and fully new to set analysis, thus I would appreciate your advice.

I was trying to get set analysis to get constant graph results, regardless of filters, that is why i used the 1 identifier:

if ({1<[Tab1] like {'ABC*'}>}, {1<[Tab1]>})

I have tried to rewrite it in different configurations as suggested in a few forum conversations, so far unsuccesfully.

1 Reply
micheledenardi
Specialist II
Specialist II

Yes, you can use set analysis for that purpose but with your formula is not clear what you want to obtain.

Please post few example data and and the expected result.

Could be something like this:

Count({1<[Tab1]={'ABC*'}>}[Tab1])

 

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.