Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3323

How to filter by grouped datas On Lumira BI Launchpad

$
0
0

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:

Screen Shot 2016-03-02 at 20.38.45.png

 

 

I created a analytic view for this table as shown below:

Screen Shot 2016-03-02 at 20.40.03.png

 

And here is the bi launchpad:

Screen Shot 2016-03-02 at 20.41.17.png

 

 

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.

Screen Shot 2016-03-02 at 20.45.45.png

 

Screen Shot 2016-03-02 at 20.46.46.png

 

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.

Screen Shot 2016-03-02 at 20.41.17.png

 

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


Viewing all articles
Browse latest Browse all 3323

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>