Referencing the same field in a report filter AND statement
I find myself a bit stuck as essentially i want to achieve the following:
A filter on a task report that shows me only the tasks that have a custom form attached (Category ID is not null) and also the task does not contain a particular form (Category ID not equal to <GUID Of Custom Form>).
Just wondering how to achieve this. I can obviously use the same field if using the OR statement but that would not work as i would get all tasks where there is no form attached.......
Thanks in advance
