Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table in my data model which is as below:
Worker Period Plan
A nov 2018 10
A oct 2018 15
B nov 2018 11
C Aug 2018 12
C Sept 2018 15
Now I want to show my output as
A Nov 2018 10
B nov 2018 11
C Sept 2018 15
I want to this at UI only using set analysis or some other logic.
Kindly help to how to do so
Regards,
Vikas
Hi ,
Try This,
Sum({<Period={"=aggr(max(Period),Worker)"}>}Plan)
Regards,
Hi,
It didn't work
@Sunny talwar,
Any help over this please?
May be using FirstSortedValue() function
FirstSortedValue(Plan, -Period)