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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Error

Hi All

Getting error in expression.

Job Number and Sales Order Number has 1:1 relation and same no. For ex: If Job No = 1234 then Sales Order No = 1234

I want to link data so that I can get Invoice Amount details at Job No level.

Dimension = Job Number

I tried below expression but this gives error:

sum({<[Sales Order Num]={[Job Number]}>}[Invoice Amount])

Can someone help pl?

3 Replies
Anonymous
Not applicable
Author

this should work:

sum({<[Sales Order Num]=P([Job Number])>} [Invoice Amount])

Not applicable
Author

I tried above expression but its not working.

Any alternative?

SunilChauhan
Champion II
Champion II

use this

sum({<[Sales Order Num]={$(=[Job Number])}>}[Invoice Amount])

hope this help

Sunil Chauhan