Very green CR user here - please excuse me if my question is not very clear...CR ver. 8.5
What's the "best" approach (formula) for suppressing a record based on condition but print all other records that do not match the condition? In other words, if I have a field {tblSO.Status} and I want to suppress any records and/or fields in the report that contain "Ready for Invoicing" status.
I tried this formula:
If {tblSO.Status} = "Ready for Invoicing" then ""
Else
({tblSO.Status})
Which as you can see only suppresses the text "Ready for Invocing" it does not suppress the entire record like I want. Hope the information provided is clear.?.?
Your input is appreciated!
What's the "best" approach (formula) for suppressing a record based on condition but print all other records that do not match the condition? In other words, if I have a field {tblSO.Status} and I want to suppress any records and/or fields in the report that contain "Ready for Invoicing" status.
I tried this formula:
If {tblSO.Status} = "Ready for Invoicing" then ""
Else
({tblSO.Status})
Which as you can see only suppresses the text "Ready for Invocing" it does not suppress the entire record like I want. Hope the information provided is clear.?.?
Your input is appreciated!