Sum based on specific value from another column?
Best Answer
-
If you don't already have a SYS module for the Inventory dimension, create one. Create a line item (formatted as a boolean) and name it "Sum for Regular". Click the boolean to true for all members that you want to be in this calculation (could be one, could be many).
In your module, the formula would be: If SYS Inventory.Sum for Regular then do the sum else 0.
Hope this helps,
Rob
2
Answers
-
Thank you very much Rob! That helped!0