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

Aggregation and if condition in measure.

Hi,

Not Working. Please help.

Measure:

if(Min(StartDate) = aggr( minString(StartDate), MachineId),'1','2')

I tried

also

if(StartDate = aggr( min(StartDate), MachineId),'1','2')

Regards,

Balaji

1 Reply
sunny_talwar

What exactly are you looking to do? Do you have a sample you can share with the expected output?