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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)