Note able use bool followed by must followed by should

Hi I am trying to search but not getting desired result.
I have condition like this
detail '-->' account '-->' List '-->' credential '-->' active
also
detail '-->' List '-->' List '--> 'credential '-->' active
if(detail '-->' account '-->' List '-->' credential '-->' active) is not found then
go for detail '-->' List '-->' List '--> 'credential '-->' active

The full boolean expression is evaluated at once and I do not think you can include conditional logic like that.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.