Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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