Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
Can anybody explain the difference between minstring and firstvalue string aggregation functions?
Thanks,
Murali
Hi,
Yep ok.First value can be used only in load script not in the presentation which returns the first value based on the load order.But MinString returns the First sorted string or numeric value.
Example load order is
4,5,2,3,5,6
FirstValue returns 4 whereas MinString returns 2.
Hope it helps
Celambarasan
Hi,
Firstsortedvalue returns the first sorted value based on other fields(if given) or within the same field.
MinString is to return the first value within the field we cann't sort by using another field.
Celambarasan
But my question is about firstvalue and minstring, not firstsortedvalue.
Thanks,
Murali
Hi,
Yep ok.First value can be used only in load script not in the presentation which returns the first value based on the load order.But MinString returns the First sorted string or numeric value.
Example load order is
4,5,2,3,5,6
FirstValue returns 4 whereas MinString returns 2.
Hope it helps
Celambarasan