I have two tables that have the same info:
{NATURE OF CALL #1} = "290" OR {NATURE OF CALL #2} = "290"
The above formula in Select Expert gives me what I want - all cases classified as 290. The problem comes in when I want to apply more filters:
and {INVOLV} = "SUS" and {FINAL STATUS} = "OPEN"
The last two filters don't work, and depending on how I reorganize the formula sometimes the first doesn't work either. However, when I delete OR {NATURE OF CALL #2} = "290", the whole formula works fine. I have created a subreport for Nature of Call #2, but it seems like I shouldn't have to do that.
{NATURE OF CALL #1} = "290" OR {NATURE OF CALL #2} = "290"
The above formula in Select Expert gives me what I want - all cases classified as 290. The problem comes in when I want to apply more filters:
and {INVOLV} = "SUS" and {FINAL STATUS} = "OPEN"
The last two filters don't work, and depending on how I reorganize the formula sometimes the first doesn't work either. However, when I delete OR {NATURE OF CALL #2} = "290", the whole formula works fine. I have created a subreport for Nature of Call #2, but it seems like I shouldn't have to do that.