Skip to main content
Question

Filter Date in PU

  • March 14, 2025
  • 1 reply
  • 54 views

Saba
Level 7
Forum|alt.badge.img
  • Level 7
  • 16 replies

Hi,

How can i filter it to show the values from last year?

PU_LAST("o_celonis_MaterialMasterPlant", "O_celonis_PurchaseOrderItem"."NetUnitPrice")

Thanks!

1 reply

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

PU_LAST("o_celonis_MaterialMasterPlant", "O_celonis_PurchaseOrderItem"."NetUnitPrice", "O_celonis_PurchaseOrderItem"."Year" = 2025)
 

Is this what you are looking for ?