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 ...
Functions within IF functions
Hi, Where can I find a full list of all functions I can use within IF functions? The only example on the Knowledge Base is x LIKE y, but hopefully there are more. Can I do things like x CONTAINS y? Thanks It sounds like you've alre ...