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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get value from an expression in another object.

Is it possible to get values from a expression field in pivot table, in to a text or label object?

I want to show in textbox or label: Kredit til K-6799 & (sum of colomn(7))(Generalkost)

2 Replies
m_woolf
Master II
Master II

You will need to use the formula that you used to calculate column(7), perhaps with aggr

Not applicable
Author

Hi,

the syntax will be

='Kredit til K-6799 ' & X & ' Generalkost'

where 'X' is expression in column 7

Best,

Yani