Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ajithsachin
Partner - Contributor II
Partner - Contributor II

Negative Item List

Hi All,

i want to show the customer wise product list for a month where there is no sales for the items.

Below i am adding a example to make it understand.

  

ITEM MASTER

ITEMCODE

ITEMNAME

ITEM1

XYZ

ITEM2

ABC

ITEM3

DEF

ITEM4

GHI

SALES DETAILS

CUSTOMER

ITEMCODE

DATE

SALESQTY

CUST1

ITEM1

01-04-2015

10

CUST1

ITEM2

01-04-2015

15

Result should be

NEGATIVE ITEM LIST

CUSTOMER

ITEMCODE

ITEMNAME

CUST1

ITEM3

DEF

CUST1

ITEM4

GHI

Can anybody help please.

Regards,

Ajith

1 Solution

Accepted Solutions
swuehl
MVP
MVP

If you have a CUSTOMER selected, create a straight table chart with dimension ITEMCODE

and two expressions:

=Only({1<ITEMCODE = e() >} ITEMNAME)

='($=CUSTOMER)'

Drag the columns where you like.

View solution in original post

1 Reply
swuehl
MVP
MVP

If you have a CUSTOMER selected, create a straight table chart with dimension ITEMCODE

and two expressions:

=Only({1<ITEMCODE = e() >} ITEMNAME)

='($=CUSTOMER)'

Drag the columns where you like.