Expression filtering on a view

Posted by anaid on 16-Dec-2015 13:39

I have a view that is filtering on the following expression:  (1 AND (2 AND 3)) OR (1 AND (4 AND 5))

However it is just pulling in records for (1 AND (2 AND 3)). I also tried to create a new view that filters on just (1 AND (4 AND 5)) and which pulling records fine. 

I tried different variations as well:

 (1 AND (2 AND 3) OR (4 AND 5))
 (1 AND 2 AND 3) OR (1 AND 4 AND 5)

Why is this view not populating records for (1 AND (4 AND 5))? 

All Replies

Posted by Ricardo Rafols on 16-Dec-2015 21:06

Hi Anaid,

Could you please try:

(1 AND ((2 AND 3) OR (4 AND 5)))

Posted by anaid on 17-Dec-2015 08:33

Hi Ricardo,

I just tried (1 AND ((2 AND 3) OR (4 AND 5))) and still no luck.

Thank you!

Posted by Ricardo Rafols on 18-Dec-2015 10:49

Hi Anaid,

Are you using Rollbase 4.0.4.0?

Take a look:

Posted by anaid on 29-Jan-2016 10:08

Hi Ricardo,

We are on Rollbase 3.0.5. Was this an issue/bug and have been fixed? If so, for which version?

Thanks!

This thread is closed