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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
m4u
Partner - Creator II
Partner - Creator II

Simple expression help

I have a straight table chart with the following fields: CustomerName, Invoicenumber, InvoiceLineNo, LineTotal. Each invoice has several lines

I would like to display on the first line of each invoice (InvoiceLineNo=0) the amount of the entire invoice - something simular to a subtotal, but as an expression field in the straight table

What expression should I use? If it was just SQL, I would do a subquery to get that info. I looked into SET Analysis in the reference but was unable to find the proper way to do it.

Please help

1 Solution

Accepted Solutions
Anonymous
Not applicable

It is simpler with pivot table, but if you have to use staright table - see attached.

View solution in original post

2 Replies
Anonymous
Not applicable

It is simpler with pivot table, but if you have to use staright table - see attached.

m4u
Partner - Creator II
Partner - Creator II
Author

Thanks alot