Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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