Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jhona1737
Contributor III
Contributor III

I am trying to get ony the last value of costing date

Hi guys,

I am trying to get only the last value of the last costing date, could someone help me:

I was using somehting like this but is not workint

max(aggr(only([Costing date]),AvgCost,[Item number],Facility))

Thank you All

 

Labels (1)
3 Replies
dwforest
Specialist II
Specialist II

max(aggr(max([Costing date]),AvgCost,[Item number],Facility))
this breaks down the max based on AvgCost,[Item number],Facility, but a max of max would really end up to be Max([Costing date]); may need more of an example of where this is to be used
jhona1737
Contributor III
Contributor III
Author

Capture.PNG

I just would like to show to the end user only the last updated cost as example $0.94 

dwforest
Specialist II
Specialist II

Only({<[Costing date]={"=Max([Costing date])"}>} [Avg Cost])