Skip to Content
0
Former Member
Nov 02, 2005 at 09:04 AM

Row Structure: Selection Restriction doesn't work

36 Views

Hi all,

I have a query where I have to use a structure in the rows.

In that structure I need to selections as below:

Structure



Selection 1 :

Restrict Partner Profit Center -> include just # Not Assigned values.

Selection 2 :

Restrict Partner Profit Center -> exclude # Not Assigned values.

I aim to see the row values as:


Sel.1 :

Partner Profit Center
1. Not Assigned

Sel.2 :

Partner Profit Center
122
123
124
125


BUT

what I get is below :

Sel.1 : Partner Profit Center
1. Not Assigned

Sel.2 : Partner Profit Center

1. Not Assigned

122

123

124

125

  • The second selection lists also the # Not Assigned values although it should not !

When I use these 2 selections in a row structure, it always appears like this. But when I use the second selection seperately in another query, the result is OK, I mean it doesn't list the not assigned values.

How can I handle this ?

Thnx,