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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JuMo
Creator
Creator

Retrieve a measure from another App

Hello

I've implemented a measure in an app (A monthly value)

And a colleague would like to retrieve the monthly value of this measure in his own app ... Is this possible ?

Labels (5)
1 Reply
Or
MVP
MVP

This is not possible, and the value would change based on selections, data reloads, the context of the object the measure was used in, etc. You would need the entire data model to pull the measure, which is possible using the Binary statement, but that doesn't sound like what you're trying to do.

 

If you'd like to have one app store a value for another, you would typically do this in the script and store it to a QVD file or similar.