
Not applicable
2011-03-19
02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Writing Expression in Text Object
Is there a way to write an expression in the Text Object box. For example I created a Text Object and I wanted it to display Value = Sum(Field). i want it to calculate the Sum(Field) and it does not.
- Tags:
- new_to_qlikview
4,165 Views
1 Solution
Accepted Solutions
.png)

Employee
2011-03-19
04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Do the following (it's valid for expression labels, button texts, object captions and so)
='Value: ' & Sum(Value)
Hope that helps.
3,696 Views
5 Replies


Partner - Specialist III
2011-03-19
03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
YOu have to write
= SUm(Field).
"=" sign is imp in text object
3,696 Views

Not applicable
2011-03-19
04:11 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for your response. But is there a way i can get the word "Value" to show up as well? For example I want my output to have the word "Value" then display the Sum(field).
3,696 Views
.png)

Employee
2011-03-19
04:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Do the following (it's valid for expression labels, button texts, object captions and so)
='Value: ' & Sum(Value)
Hope that helps.
3,697 Views

Not applicable
2011-03-19
04:53 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot.
3,696 Views

Contributor III
2022-03-23
01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use:
= 'Date : ' & =now()
- ' ' & expression
- & operation will act as a concatenator
Happy Learning 🙂 !
2,137 Views
