I want to make my BAQ show the year of POHeader_OrderDate that matches GLBudgetHd_FiscalYear. How do I do this?
I want to make my BAQ show the year of POHeader_OrderDate that matches GLBudgetHd_FiscalYear. How do I do this?
You need a calculated field that gets the year from the order date:
OrderYear = Year(POHeader_OrderDate)