Hi everybody,
I am currently designing a new business chart for my customer.
It will display the due quantities from Production Orders in dependency of the manufacturing policy.
This works very fine until now.
Now I have a new measure "No. of Production Orders".
There are ~100 due production orders but the due quantities is about 20.000.
I'd like to have a secondary Y-axis which goes up to ~100 and not ~20.000.
You can see the current state with ne no. of prod. orders in the green part of my screenshot.
What I'd like to have you can see in the other screenshot (just an foreign example).
Thank you.
0
Answers
My suggestion would be that you
a) first get the max value for 'No. of Prod. Orders Totals' and the max value for Quantities and then
b) in SetValue divide the Quantities by the result of (MAX(Quantities) / MAX(No. of Prod. Orders Totals))
Perhaps someone sees a better solution but I don't.
Good luck.
thanks for your comment.
I did a similar test where I multiplied the No. of Prod. Orders by 100. The chart looks good but the values to look at where wrong (not the right numbers in the y axis) and when I look at the tooltip of No. of Prod. Orders it shows 15000 instead of 150 :-(