I am using crystal reports 2008. I am running a report and after about 10,000 records I get an error of "Invalid Argument provided". In the formula area I am using:
{account.account_no} startswith ["3","4"] and
{billing_outstanding.chrg_amt} > 1 and
{account.status_cde} = 1 and {billing.enter_dte}> Date(2010,02,10). And I am using one formula field with :
If {account.account_dte}< Date(2008,07,01) then "NO" else
If {account.account_dte}> Date(2008,06,30) then "YES"
If I stop the report after about a few hundred records I do get data on the report. But if I let it run it will eventually error out.
Any ideas??
Thanks to anyone who replies.
{account.account_no} startswith ["3","4"] and
{billing_outstanding.chrg_amt} > 1 and
{account.status_cde} = 1 and {billing.enter_dte}> Date(2010,02,10). And I am using one formula field with :
If {account.account_dte}< Date(2008,07,01) then "NO" else
If {account.account_dte}> Date(2008,06,30) then "YES"
If I stop the report after about a few hundred records I do get data on the report. But if I let it run it will eventually error out.
Any ideas??
Thanks to anyone who replies.