Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a chart with few expressions
How can I bring the first,last and last before value of that expression column?
Is there any function that can help?
Thank you
have u tried using firstsortedvalue
Hi,
I tried it,but its giving the sorted first value and its giving error using this expression:
=FirstSortedValue(If(F=0,Interval(Max(FinalTime)-InitialTime,'hh:mm:ss.fff')))
give a try using Max function.
Hi
Max function is returning the maximum value and also it shows nested aggregation not allowed
https://community.qlik.com/t5/QlikView-App-Dev/Nested-Error/m-p/1896448#M1217560