Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Master Items - Measures - using two or more in another Master Item Measure

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

 

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

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)