I am using BO v5.1.2 and trying to do a simply Supply vs Demand time phased report. I have measures for Supply and Demand, then use the formula
This gave me where my Supply exceeded or fell below my Demand.
I need to filter my report so it only shows items where the runningsum becomes negative.
The filter button is greyed on the runningsum and The runningsum is not available to filter through filter dialog box.
Any help would be greatly appreciated. Thanks
Code:
=RunningSum(<Supply>-<Demand>)
This gave me where my Supply exceeded or fell below my Demand.
I need to filter my report so it only shows items where the runningsum becomes negative.
The filter button is greyed on the runningsum and The runningsum is not available to filter through filter dialog box.
Any help would be greatly appreciated. Thanks