Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
KC3
Creator
Creator

Need Specific Field

Hi Qlikians,

I am stuck to apply 1 filter direct in the data, please help me with that.

So I need only Body Lotion data in the data set (Sheet).

Body lotion is in Sub Category, Please help me with the formulas also sharing the Snip for better understanding.

KC3_0-1668410238860.png

Thanks

KC

 

Labels (1)
1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Using a calculated dimension as below while suppressing null values.

Aggr(Only({$<[Sub Category]={'Body Lotion'}>} [Sub Category]), [Sub Category],[Partner Name],SKU)