Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi -
Suppose I have two Master Items - Measures:
NumberofA
NumberofB
The master items (measures) for the NumberofA and NumberofB work perfect.
How can I make a Master item Measure 'NumberofABTotal' that uses both Master Item NumberofA and NumberofB ???
Thoughts - Jerry
unfortunately you cannot combine 2 master measures. Hope its a feature which is coming.
What is possible and we have used is to use variables inside the Master Measure and reuse it.
so define your master measures using variables
NumberofA - $(vNumberofA)
NumberofB - $(vNumberofB)
NumberofABTotal - $(vNumberofA)+$(vNumberofB)