Community Home
Search Results:
OR statement
Introduction: An OR statement allows you to match on any criteria across different fields e.g. Status = New OR Value > £5,000. This is unlike the AND statement which matches on all criteria e.g. Status = New AND Val ...