Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding distinct to this formula

Hi all,

I have a straight table which is duplicating on the %KEY_CARS field.

How can I have this formula work on only distinct %KEY_CARS values?

=IF(Master.formType like '*79*','Yes',NULL())

thanks.

1 Reply
lironbaram
Partner - Master III
Partner - Master III

hei

try to use

aggr(IF(Master.formType like '*79*','Yes',NULL()), %KEY_CARS)