Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to extract the maximum number from a set of values which are getting calculated at run time.
something like this:
Max(1,2,5,6)
I want this to return 6.
the values inside max does not belong to any column in the table.
They are calculated at run time.
Do we have any function to achieve this
RangeMax(1,2,5,6)
RangeMax(1,2,5,6)
Thanks! Works