hazybuck
New Member
I am developing a 'Topline Report' for senior management . . . and they want filters on the report. Normally, I'd use a pivot table for what they're requesting, but I cannot in this instance.
The filters, four in all, must:
1. Be in drop down boxes (Bottler, MU, Region, and DC)
2. Impact the data in the 'Topline Report' - for instance . . .
When you open the report:
- The Topline Report reveals ALL orders.
- When the filters are utlilized, only the order quantities for THOSE locations are revealed - based on what's selected in the filters (Bottler / MU / Region / DC), so the order numbers would decrease in the report below.
The only thing I can think of is a 'mile long' IF statement that considers EVERY possibility, and there MUST be a more elegant solve.
Thoughts?!?
The filters, four in all, must:
1. Be in drop down boxes (Bottler, MU, Region, and DC)
2. Impact the data in the 'Topline Report' - for instance . . .
When you open the report:
- The Topline Report reveals ALL orders.
- When the filters are utlilized, only the order quantities for THOSE locations are revealed - based on what's selected in the filters (Bottler / MU / Region / DC), so the order numbers would decrease in the report below.
The only thing I can think of is a 'mile long' IF statement that considers EVERY possibility, and there MUST be a more elegant solve.
Thoughts?!?