I would like to create a project report, I do report filter with project name not contain string like "VAVE","A3", "Transfer"...etc.
But when I create the filter project name not contain "VAVE", then create another one not contain "A3", the later one will replace the previous one. how can I get a filter include more "not contain string"? is it a easier way to do this? or by text mode make fix this? thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
my suggestion is that you try using AND modifiers. Sample syntax attached here:
This can be resolved by using an or statement.
Essentially you appear to have two cases here.
1 filter + Wave
or
1 filter + A3
you have to write it out twice said differently and put it together with an OR statement
Views
Replies
Total Likes
Thanks D_D, I tried, but it doesn't work, it still show projects which name include A3 and VAVE
Okay - then I read that wrongly. It sounds like you need an AND
Views
Replies
Total Likes
my suggestion is that you try using AND modifiers. Sample syntax attached here:
thanks Skyeh, it works! thank you for your help!
Views
Replies
Total Likes
Views
Likes
Replies