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

Getting Outstanding Order using Chart Table

Hi, 

I have two tables: 

Table 1: Ordered Received

Order ID

Order Date

Order Item

Table 2: Order Dispatch

Order ID

Dispatch Date

Dispatch Item (Same as Order Item)

I need to do prepare a qlikview report to  show Outstanding Order that has not been dispatched.

Kindly advised how should I prepare my table, do I use Concatenate or left Join.  And when I used Chart Table, how do I get a list of all Order that has not been dispatched?

It seems quite straight forward, but I just could not get the Outstanding Order list right.

Thanks,

David

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count({<[Order ID] = e({<[Dispatch Date] = {'*?'}>})>}[Order ID])

This assumes that Dispatch date will be null when the order has not been dispatched yet.

View solution in original post

3 Replies
sunny_talwar

May be this:

Count({<[Order ID] = e({<[Dispatch Date] = {'*?'}>})>}[Order ID])

This assumes that Dispatch date will be null when the order has not been dispatched yet.

Not applicable
Author

Work like a charm, sunny!! Brilliant!! Thank you so much!!

sunny_talwar

Awesome

I am glad it worked the way you wanted. Would you be able to close this thread by marking my answer as the correct answer.

Thanks,

Sunny