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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exception Chart

Here is my problem:

I have 10 products in my Suite.  So it looks like:

Product Name

Product 1  (This product is what we build everything around)

Product 2

Product 3

Product 4

Product 5

Product 6

Product 7

Product 8

Product 9

Product 10

What I need to solve is if someone selects Product 1 and Product 2 then I want to show:

Account Name    Product Name     First Name     Last Name     Phone     Email Address

1                         Product 1                    A                    b                   888          jjjj

2                         Product 1                    C                    s                    999          kkkk

In other words I am looking for up sell accounts so if they own Product 1 but not Product 2 show them in a list since those are the ones I can up sell to.

I hope this makes sense.

David

1 Solution

Accepted Solutions
sudeepkm
Specialist III
Specialist III

I think you can create a flag based on your logic in your Load Script then use the flag to categorize and display in the table/charts.

View solution in original post

2 Replies
sudeepkm
Specialist III
Specialist III

I think you can create a flag based on your logic in your Load Script then use the flag to categorize and display in the table/charts.

Not applicable
Author

I am not sure I understand what you mean by a flag.  Can you provide me with an example?