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: 
tvisha
Creator II
Creator II

Using 2 master items to create new measure

Hi,

Is it possible to create a new measure using 2 master Items.

I have measure 1 Master ITem, measure 2 Master Item,

I want to create a new measure which will use both, like addition or anything.

Thanks,

Rains

Labels (1)
2 Replies
agigliotti
Partner - Champion
Partner - Champion

Hi @tvisha ,

That feature will be included in the coming Feb 2021 release.

Best Regards

Andrea

PradeepK
Creator II
Creator II

This is one of the most requested feature.. @agigliotti  is right. It will be available in next release.

For now, why don't you use variables .. below is an example

vMeasure1 = Min(sales)

vMeasure2 = Sum(sales)

vCombine = $(vMeasure2) - $(vMeasure2)