Hi,
I would to achieve a query that reports Internal Orders that have a YTD Actual of less than $1 million.
The problem is that I wish just show these "minor projects" at an aggregated level by month (defined as a row). I am defining this for the purpose of graph.
1. I defined a condition that restricts my Orders Actual key figure to less than $1m and evaluates the condition on the Order.
2. I have defined my Rows as Month. (Note that Order is not part of the Row definition - it has been entered as a free characteristic.
3. My Actual Key Figure column has defined in its properties that the Result should be calculated as a "Summation".
My problem: For example, I have one month which has one project of value $1.1 million and one project of value $200 000.
- I would expect the total value to be displayed as $200 000. Instead it shows a value of $0.
If however, I define my Rows as Month / Order (moving Order from Free characteristic to Row), I can see that the condition is correctly excluding the value of $1.1 million and infact will show the correct total as $200 000.
-Unfortunately showing this detail will not work for the definition of my graph.
It seems that despite my conditon evaluation being based on the Order, it is infact basing it on the Month.
Many thanks
Adrian
Did you try changing the settings in the condition from "All characteristics independently to" --> "Single characteristic or one by one"
Tom
Add a comment