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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
burgersurfer
Contributor III
Contributor III

Select a sub-set of items

Hi

I have a QVW with sales information across about 28,000 products. I want to limit the QV report to a sub-set of these items, as defined in a separate list. This list can be loaded as an inline or Excel load, but Excel will probably be better.

How do I define a table/graph/object that selects only the products on my list?

Thanks.

Labels (1)
1 Solution

Accepted Solutions
Not applicable

Hi Burger Surfer,

I did not fully understand your question. But I hope this might help you. Just group your products according to your group category in an excel sheet and then load this excel sheet into your QV application. Now this acts as an mapping table to the different product groups in your sales sheet. So now by using the respective group names you will be able to solve your issue. Hope this helps.

best Regards Joseph

View solution in original post

3 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Load the list of "selected" items and identify a "flag" - a field that gets a number 1 for the Selected Items and null() for all others.

With the Flag defined, you can use it in Set Analysis within your expressions:

sum( {<SelectedFlag = {1}>} SalesAmount)

Ask me about Qlik Sense Expert Class!
Not applicable

Hi Burger Surfer,

I did not fully understand your question. But I hope this might help you. Just group your products according to your group category in an excel sheet and then load this excel sheet into your QV application. Now this acts as an mapping table to the different product groups in your sales sheet. So now by using the respective group names you will be able to solve your issue. Hope this helps.

best Regards Joseph

burgersurfer
Contributor III
Contributor III
Author

THanks, I think both points to the same answer, I did not know how to define the "flag" but got it working with this.

BS