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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to work with sales analysis?

I have tables below

Delivery (This serves as your sales)

    Date               DR#     Item     Qty     Unit Price     Total Amount

    4/5/2012          1          A          2          10.00               20.00

    4/6/2012          2          C          5           5.00                25.00

Sales Return (This will be LESS to the Delivery to get the total sales)

     Date               DR#          Item          Qty

     4/10/2012       1                  A             1

Here's my question, How much is my Sale on April 2012? April 5, 2012, April 6, 2012?

I got puzzled.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You should always show it as on date.

So, your total sales should come as Delivery - Sales Return

Since, your return is on 10 April but you are not aware of it before 10 April. So, before 10 April you should show as

for Item A

Total sales = 20.00

on or After 10 April

for Iteam A

Total sales = 10.00

That way, you will always show the correct data which is as is available.

If needed you can also show it in 3 columns

Delivery  |   Sales Return | Effective Sales

..


Ashutosh

View solution in original post

2 Replies
Not applicable
Author

Hi,

You should always show it as on date.

So, your total sales should come as Delivery - Sales Return

Since, your return is on 10 April but you are not aware of it before 10 April. So, before 10 April you should show as

for Item A

Total sales = 20.00

on or After 10 April

for Iteam A

Total sales = 10.00

That way, you will always show the correct data which is as is available.

If needed you can also show it in 3 columns

Delivery  |   Sales Return | Effective Sales

..


Ashutosh

Not applicable
Author

Thanks Ashutosh. Got your point!