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

Section not filtering data correctly

$
0
0

I have this strange behaviour in my report.

Please tell me if this is an existing functionality or am I doing something wrong.

 

Ok, so I have a data say like something below:

 

ChannelTypeQty
A112
A211
B129
B249
C12
C210

 

Now, What I need is that I should only have fetch Type 1 data for A and for the others I pick both the types.

And I need to see total, as well as Type based tables.

I have created a variable like below:

=[Qty]Where([Channel]="A" And [Type]="1")+[Qty]Where([Channel]InList("B";"C"))

This variable works perfectly fine for Total data.

But when I make a section of [Type], I get data like below:

For Section- Type =1

ChannelQty
A12
B29
C2

 

For Section- Type =2

ChannelQty
A12
B49
C10

 

Based on the fact that I have a section, shouldn't the Data for Channel A be Null?

Should the section, not take care of the fact that only Type 2 data should be in section of Type 2?

 

Note: This gets rectified when I put a filter of type on the individual table, but it doesn't solve my purpose.


Viewing all articles
Browse latest Browse all 3523

Trending Articles



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