I have a report that I created currently has months Jul – Nov by Department
Departments listed as rows
Months listed as columns
FTE listed as value
The report is based on a pivot query I created.
As the new month’s data is added to the table and then added to the query, I don’t want to have to keep modifying my report for when the new month’s data shows up.
Is there some condition or criteria or IFThen statement I can add to the report?
I’m not sure, but something like:
If Dec is not in “Qry_Pivot” then don’t appear on report, otherwise show Dec data.
Departments listed as rows
Months listed as columns
FTE listed as value
The report is based on a pivot query I created.
As the new month’s data is added to the table and then added to the query, I don’t want to have to keep modifying my report for when the new month’s data shows up.
Is there some condition or criteria or IFThen statement I can add to the report?
I’m not sure, but something like:
If Dec is not in “Qry_Pivot” then don’t appear on report, otherwise show Dec data.