Skip to main content
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. 

1 Solution

Accepted Solutions
sunny_talwar

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

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

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

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.