Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to assimilate to the named 'Last_Update_NBI' the last Date present into the field [AIR Import Data], so i did this into the script:
load Distinct [AIR Import Data] as LastAsOf
resident [FinalTable];
Let Last_Update_NBI = Date(Peek('LastAsOf'), 'DD/MM/YYYY');
But it return that:
Where 31/12/2015 is considered as the last value by QlikView 😕
I tried to use the MAX() function but it doen't work.
How can i do that please ?
Thanks you in advance for your help,
Sébastien.
Agreed, unless another type of format is desired using the Date() function it won't make a difference
Yes !
Great