Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

issue with filter on merged object

$
0
0

Hi All,

Could you please help me on below mentioned scenario:

Query1: BEx query and it has below data:

Dim1Qty1
P110
P220
P330
P415
P525
P635
Q160
Q275

Query2: Excel sheet and it has below data:

Dim2Qty2
P15
P215
P325
P430
P540
P650

 

Expected Result is:

DimQty1vQty2
Q16045
Q275120

 

I have merged queries on common objects Dim1 and Dim2. Also created variable vQty2

 

=if(Dim1=Q1;sum(Qty2) where (Dim2 inlist ("P1";"P2";"P3"));if(Dim1=Q2;sum(Qty2) where (Dim2 inlist ("P4";"P5";"P6"))))

 

It is displaying correct results only.

Dim1Qty1vQty2
P110
P220
P330
P415
P525
P635
Q16045
Q275120

 

But when I create filter (Dim1) on table to restrict quarters Q1,Q2 (as I need only Q1 and Q2) then variable (vQty2) is displaying blank.

 

could you please help me to achieve below expected results:

 

DimQty1vQty2
Q16045
Q275120

 

Thank you,


Viewing all articles
Browse latest Browse all 5402

Trending Articles



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