I am new to this message board and have only worked with Crystal for a short time.
Question is this:
When I remove a flag from the selection criteria, which is {OEFCHEADER_1_NF.OECH_CM_FLAG} = 1.00 (it's a number field)to only show Invoice credits, it affects another formula field which is:
ToNumber (Mid ( ToText({OEFCHEADER_1_NF.OECH_INVOICE_DATE}, 0, ""
, 5, 2))
With this formula, I am extracting the month out. I am getting an error saying the above string is Non-Numeric. If I put the selection criteria back in, it works fine.
Not sure if this is enough information...however if anyone has any suggestions, it would be greatly appreciated.
Question is this:
When I remove a flag from the selection criteria, which is {OEFCHEADER_1_NF.OECH_CM_FLAG} = 1.00 (it's a number field)to only show Invoice credits, it affects another formula field which is:
ToNumber (Mid ( ToText({OEFCHEADER_1_NF.OECH_INVOICE_DATE}, 0, ""
With this formula, I am extracting the month out. I am getting an error saying the above string is Non-Numeric. If I put the selection criteria back in, it works fine.
Not sure if this is enough information...however if anyone has any suggestions, it would be greatly appreciated.