I have a field in SSRS that i need to filter on. For 3 table I can use a IN filter. But I am in need to use a NOT IN operator. The field contains numeric values.
I need to be able to say not in (30,31,32,33,34,35,36,37,38,39)
I cant do it within the dataset either, needs to be a filter.
How should I achieve it ?