Hi All,
I'm using Lumira on Bi Launchpad. I'm new and I have a problem.
I have a market data with their basketid's and product names. Below I created a sample data for explaining the issue easily.
Codes for table |
---|
CREATECOLUMNTABLE"TEMPBASKET" ( "BASKETID"INTEGER CS_INT, "PRODUCT"NVARCHAR(50), "QUANTITY"INTEGER CS_INT ) UNLOADPRIORITY 5 AUTO MERGE; insertinto"TEMPBASKET"values(1,'A',2); insertinto"TEMPBASKET"values(1,'B',1); insertinto"TEMPBASKET"values(2,'B',3); insertinto"TEMPBASKET"values(3,'B',2); insertinto"TEMPBASKET"values(3,'C',2); insertinto"TEMPBASKET"values(4,'B',2); insertinto"TEMPBASKET"values(4,'D',2); insertinto"TEMPBASKET"values(4,'E',2); insertinto"TEMPBASKET"values(5,'F',2); |
Here is the datas:
I created a analytic view for this table as shown below:
And here is the bi launchpad:
As you can see I categorized the products with their baskets. Now I want to filter for Product B. When I choose B from the filter the result is below.
I know this result is normal. But I wanted to see the baskets which are including the Product B. I dont want to see only Product B on the chart.
I mean in the below result there shouldn't be 5th basket. First 4 should be in result set when i choose B.
And I will improve this with choosing B and C. So that I want to see on the chart only 3rd basket which includes B and C.
How can i done this i couldn't find.
Thanks,
Kemal