I am trying to build a rolling 12 months report where the most recent month shows first. So running for March, the report should show March, February and January, but no other months. Each month has:
- Actual column
- Budget Column
- Variance
- %
4 columns per month. The goal is to only print those months that have value. The report works, but PRINTS ALL THE PERIODS DESPITE MY RESTRICTIONS even without the value. I used the following column definitions:
Column Type: FD (except for CALC columns)
Book Code: Actual or Budget or blank for CALC columns
Fiscal Year: BASE (except for the CALC ) columns
Period: used specific period # in all FD columns
Periods Covered: Formula: only in CALC columns
Print Control: used P<=B, WT
How can i get the report to print only those periods that are before Base Period?
*This post is locked for comments