Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
My table need to capture only min date data..Below is the table result..
Here i need to capture only min date for each location(073,094,...) like 073 = 1160521=993=263
Thanks..
Resolved using the below logic..
Logic: if (New_A7AIDT= min(New_A7AIDT),New_A7AIDT,min(New_A7AIDT))
Thanks..
Hi Naresh,
You can use group by statement when loading the data.
Regards,
Dila.
Hi,
Better u should only call min dates at script side:
check:
https://community.qlik.com/message/878058#878058
Thanks,
AS
try like this -
Dimension - Location
Measures -
Firstsortedvalue(date,date)
Firstsortedvalue(<other field>,date)
Firstsortedvalue(<other field>,date)
Resolved using the below logic..
Logic: if (New_A7AIDT= min(New_A7AIDT),New_A7AIDT,min(New_A7AIDT))
Thanks..
It's simple
Please Share me your Application?