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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Removing duplicate descriptions

Hi, i am trying to create a quick app to check if our stores are selling products at the correct price.

I have loaded in all my data, and i am displaying various fields in a straight table. Basically all of our shops sell cans of Beer / Lager / Cider as single cans or as a 4pk (A discount is offered as a 4pk) i want to see if they are selling the 4 pks at the correct price. i only need to see 1 instance of each brand, i.e FOSTERS, but obviously each store has multiple FOSTERS transactions per day. I am looking for a way to show only the first transaction where qty = 4 for each brand.

Can anyone help?

Labels (1)
7 Replies
hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Any ideas anyone?

Not applicable

Hi,

Could you attach a file with an example of your data structure?

Regards.

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Here is a sample.

As you can see there are multiple sales of the same product for multiple stores. I only want each product displayed once for each store when the qty = 4.

thanks for your help again...

Not applicable

Hi,

Here you are a possible solution, I hope it helps you. See solution sheet in the attached file.

Regards.

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Thanks for your help once again 🙂 I can not see how you have done it thought. I mean, i can see the expressions, but what have you done to hide all of the other occurances of each product?

Just for me to learn. thanks

Not applicable

Hi,

There are 3 points for getting the hoped result:

  • Using a pivot table
  • In expressions, the If sentence, it limits the records whose Quantity is equal to 4
  • Using Distinct into the expressions shows only one record for all the similar ones.

I hope it helps you to understand.

Regards.

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Thanks very much, you have been very helpful 🙂