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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
stefania_f
Contributor II
Contributor II

Measure to measure

Hi,

is it possible to use one measure in another measure?

Example:

I create the measure X = 1 + 1

I want to create Y = X + 3

1 Reply
vunguyenq89
Creator III
Creator III

Define two variables:

X = 1 + 1

Y = $(X) + 3

You can then use =$(Y) as the new measure