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)

2 Likes

I’ve done it, but the data for 2026 isn’t showing because there’s no data available. I want to show the sections without data as well. What should I do?