Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'd like to show in a numerical KPI the value of last record submitted.
using formula:
aggr(max(Quality_score), Quality_score)
but this is not returning any values at all.
Any ideas?
Thanks
FirstSortedValue() should do the trick
LastSortedValue(Quality_score)
?
Sorry, you caught my post pre-edit.
Parameters should be the value and the sort weight. Value is the field you've been using and sort weight would presumably be the record's timestamp.
@nehakakar
formula did not work, I think this because my Date field 'Created' is not seen as a date