Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Center | Material ID | Material Type | Purchasing Date | Class |
---|---|---|---|---|
A001 | Mat01 | TA | 01/01/2012 | 1 |
A001 | Mat01 | TA | 26/02/2012 | 1 |
A001 | Mat02 | TB | 10/01/2012 | 1 |
A002 | Mat01 | TA | 30/01/2012 | 1 |
A002 | Mat03 | TC | 23/04/2012 | 1 |
A002 | Mat03 | TC | 30/04/2012 | 2 |
A001 | Mat01 | TA | 26/02/2012 | 1 |
A001 | Mat02 | TB | 10/01/2012 | 1 |
A002 | Mat01 | TA | 30/01/2012 | 1 |
A002 | Mat03 | TC | 30/04/2012 | 2 |
Hi Enric,
If you create a chart with Center, Material ID, Material Type and Purchasing Date as dimensions, the expression should be like
FirstSortedValue(Class, -[Purchasing Date])
Hope that helps.
Miguel
Hi Enric,
If you create a chart with Center, Material ID, Material Type and Purchasing Date as dimensions, the expression should be like
FirstSortedValue(Class, -[Purchasing Date])
Hope that helps.
Miguel
Thanks, Miguel,
That was exactly what I was looking for.
Best regards!
Enric