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

Set analysis, how to exclude data

Hello

I am working on a graph to show different actions, but i want to EXCLUDE the ones with the types called "Miscellaneous".

i have been this expression but i have an error message like Error in set modifier Ad hoc element list....any clue ????

=Count({<types=-{'Miscellaneous'>} distinct manif.K_ACTION)

thanks

JP

1 Solution

Accepted Solutions
Kushal_Chawda

try,

you missed one '}'

Count({<types=-{'Miscellaneous'}>} distinct manif.K_ACTION)

View solution in original post

28 Replies
Chanty4u
MVP
MVP

can u post the sample qvw?

Not applicable
Author

Hi Jean-Philippe,

The correct syntax for the exlusion is:

=Count({<types -= {'Miscellaneous'} >} distinct manif.K_ACTION)

Greetz,

Marc Algera

arulsettu
Master III
Master III

try like this

=Count({<types=-{'Miscellaneous'}>} distinct manif.K_ACTION)

Kushal_Chawda

try,

you missed one '}'

Count({<types=-{'Miscellaneous'}>} distinct manif.K_ACTION)

Not applicable
Author

just an FYI, maybe also worth saying this syntax will still highlight as incorrect but it is actually correct

Joe

Not applicable
Author

thanks solved,

Not applicable
Author

if you would like to exclude another types, you can add afterwards ? i need to exclude also "Others"

Not applicable
Author

You can include yes, just add it as an extra entry in the set,

{'Miscellaneous','Others'}


Joe

Not applicable
Author

mais oui of course...i think that i need a coffee