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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
1 Reply
lironbaram
Partner - Master III
Partner - Master III

hei

try to use

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