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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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