Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Can anyone help with picking up only the last entry value?
I've seen few posts in regards explaining how to do it in the Load script.
I am unable to recreate.
Column name is Monthlycompliance_score
Thanks!
managed to retrieve using formula:
aggr(max(Monthlycompliance_score), Monthlycompliance_score)
managed to retrieve using formula:
aggr(max(Monthlycompliance_score), Monthlycompliance_score)