Good Afternoon,
I am trying to suppress a group based on multiple statement. To begin with I was suppressing it based on this statement: {?Group by} = 1 and it worked fine. I now want add this logic to it as well: {#RTotal0}>({Po_ProviderInvoiceDetailExtensionBase.Po_AmountTotalFunded}-.01).
If I just put the second part of the logic in by itself it works as I would expect but when I try to combine them {?Group by} = 1 and {#RTotal0}>({Po_ProviderInvoiceDetailExtensionBase.Po_AmountTotalFunded}-.01) I do not get what I would expect.
Does any know how to do this?