Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making Filter as Inverted.

Hi All,

         I am having a filter which has 100 entries suppose.I want to view 90 entries data only in the report.I want to select those 10 entries in the filter and i want to see the data other then the selected entries data.i.e., i  want to make filter as inverted filter.Is there any way to acheive it?

Thanks in Advance,

Manikanta

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Manikanta,

you create a button, go to Actions

Add "Action Type" Selection, Action "Select Excluded"

then select the Field you want to apply it to.

Regards

Norbert

View solution in original post

6 Replies
Not applicable
Author

Use {<1-$>} in the set analysis.

Kiran.

Anonymous
Not applicable
Author

I would use "select excluded" as an action in a button applied on the dimension.

Regards

Norbert

Not applicable
Author

Hi Norbert,

                 How should i do that?

Thanks and Regards,

Manikanta

Anonymous
Not applicable
Author

Manikanta,

you create a button, go to Actions

Add "Action Type" Selection, Action "Select Excluded"

then select the Field you want to apply it to.

Regards

Norbert

CELAMBARASAN
Partner - Champion
Partner - Champion

Try this

     Sum({<FieldName=E(FieldName)>} Field2)

     Which give sum of the field2 values by excluding the selection made FieldName filter.

Not applicable
Author

Hi All,

           Thanks for the reply.I have found some other way to achieve this.Create a list box object right click go to properties -> caption -> special icon - > check the selectexcluded icon. and apply

This would solve my problem

Regards,

Manikanta