Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)