cheerfulskeptic
Programmer
Hello,
I have a CR8 report, and am trying to create a running total to sum the count of ID's using an evaluation formula:
The idea is that the Id's will be counted only if the field CUSTID_32 is contained in a string of ID's, which are in the format "ID1","ID2","ID3", etc. (comma delimited string).
The strings are a parameter called {?accountids}
my existing formula is:
Month ({Invoice_Detail.INVDTE_32}) = 6 and Year ({Invoice_Detail.INVDTE_32}) = 2003
and
{Invoice_Detail.PRTNUM_32} startswith "XXXXX-XX"
and {Invoice_Detail.CUSTID_32} in [{?accountids}]
Can I do this? Is there a resolution?
Thanks!
I have a CR8 report, and am trying to create a running total to sum the count of ID's using an evaluation formula:
The idea is that the Id's will be counted only if the field CUSTID_32 is contained in a string of ID's, which are in the format "ID1","ID2","ID3", etc. (comma delimited string).
The strings are a parameter called {?accountids}
my existing formula is:
Month ({Invoice_Detail.INVDTE_32}) = 6 and Year ({Invoice_Detail.INVDTE_32}) = 2003
and
{Invoice_Detail.PRTNUM_32} startswith "XXXXX-XX"
and {Invoice_Detail.CUSTID_32} in [{?accountids}]
Can I do this? Is there a resolution?
Thanks!