Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
ramsqlik
Contributor
Contributor

Displaying DISTINCT Values on Table

With Refrence to my previous post

https://community.qlik.com/t5/QlikView-App-Dev/Calculation-of-Total-Tax-per-Bill/td-p/1819964 

Since above posting is closed. I am opening another posting. My applogies. 

 

My data looks like below.

DATA.png

Point to note, if an invoice has multiple items, then every item one row is generated.

 

 

Dimensions

Bill Date

Bill Number

Vendor Name

Expressions

Sum(IGST)
Sum(CGST)
Sum(SGST)
Sum(Item Total)
Sum( DISTINCT  SubTotal)
Sum(DISTINCT Total Amount)

I want to sum all the data for every invoice and create one line  per invoice. How do I get distnct Invoice_Number?

 

 

0 Replies