Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting the value of an expression and populating a text box?

Hi, I need to populate a text box with the sum of all the balances in a column. I tried

=NUM(((sum(<table>.Balance) + [Expression Total]) * [Expression Rate]), '#,###.##', '.', ',')

But this seems to just return 0 in the text box even though it works in the table I am using. Any advice?

4 Replies
Not applicable
Author

I am wondering if it doesnt understand what the Expressions are... I get the message Bad Field Names in the expression definition panel.

israrkhan
Specialist II
Specialist II

try this

=NUM(((sum(Balance) + [Expression Total]) * [Expression Rate]), '#,###.##', '.', ',')

Not applicable
Author

I think that is what I am already doing... I get 'Bad Field Names' and a total of 0.

israrkhan
Specialist II
Specialist II

possible to share a sample...? would be easy to help...