Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need help

Hi,

Pls help me on this scenario

Load*

Inline[

name, val

A, 10

B, 20

C, 30

];

If I select A then result should be 40(A+C)

B--->50(B+C)

C---->30(C)

I tried with set operators but didn't work properly. 

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

I won't be able to comment on why it isn't recognized, but I know the more recent versions of Qlik View does recognize the syntax. I have QV12 SR4 and it seems to work well for me

Capture.PNG

View solution in original post

6 Replies
sunny_talwar
MVP
MVP

May be this:

Sum({name += {'C'}}Val)


=Sum({<name += {'C'}>}val)

Not applicable
Author

Sunny It showing like this pls have look atSet.jpg

sunny_talwar
MVP
MVP

This showing that expression editor doesn't understand the syntax. Have you tried clicking ok and checking the result?

Not applicable
Author

Yes I got the result.. But why it didn't recognise the expression?Any idea?

sunny_talwar
MVP
MVP

I won't be able to comment on why it isn't recognized, but I know the more recent versions of Qlik View does recognize the syntax. I have QV12 SR4 and it seems to work well for me

Capture.PNG

Not applicable
Author

ThankQ Sunny for response.