Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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