Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Adding Text before Expression not working

Hi All,

I have the following Expression which works fine

Expression.png

I get the correct answer of 28, however when I had text before it I get -

See below image, it says the expression is ok, it should give me a result of L3 28

Expression1.png

Can you help

1 Solution

Accepted Solutions
abeyphilip
Creator II
Creator II

Hi Alan,

I think you will have to add one more bracket for the two sum expressions like the one below:

='L3 '&' '&(sum(expr1) - sum(expr2))

rgds,

Abey

View solution in original post

2 Replies
abeyphilip
Creator II
Creator II

Hi Alan,

I think you will have to add one more bracket for the two sum expressions like the one below:

='L3 '&' '&(sum(expr1) - sum(expr2))

rgds,

Abey

rustyfishbones
Master II
Master II
Author

Excellent, that's it thanks