Customer Crystal Report Date Parameter Wrong on 1/4 computer

SOLVED

I have a custom Crystal Report that I created and when entering the same date parameter on 4 computers, one will show the wrong information.

Example: 09/01/2019 - 09/20/2019 (September 1, 2019 - September 20, 2019)
3 computers bring up the same correct information but one of them will show data for January 2019.

I checked the date format on all 4 computers and they are all the same, the report is saved on our server so they are all using the same report. And I've removed the data source from the computer showing the wrong info and re-added it but still the same issue.

Does anyone have any other suggestions of what I could check?

Parents
  • 0

    You didn't indicate how you are running this report.  Was the report added to the report menu in one of the Sage 300 CRE modules?  If so, which module?  And if you are running it from one of the accounting modules, do you have the tsDesignMode formula on the report?  If you have it on the report already, are you running the report in Standard Description mode?  (The tsDesignMode formula would contain "SDesc" if that is the case).

    Also, in your Sage 300 CRE file location settings (Common Tasks - File - Company Settings - File Locations), scroll all the way down to the "Reports" path and verify that the machine (and Windows user) that is having issues has access to read files in that path.

    Also check to make sure that you don't have the "Save Data with Report" option selected in the File menu of the Crystal Report design (it doesn't sound like this is the issue, but it's worth checking anyway).

    And since this is a custom report, did you use any SQL queries with embedded parameters in your design?   And if none of the above helps in solving the problem, could you please cut and paste your Record Selection formula here so we can see it in case that can give us a clue as to what's going on?

    A lot of questions, I know, but we need more information.

  • 0 in reply to GaryJacobson

    Hi Gary,

    - the report is being run from the report menu (Accounts Payable>Reports>Customer>"Report Name")

    - I did not have the tsDesignMode formula in there but I added it and we're still having the same issue with the 1 computer.

    - We are running it in Standard Description mode.

    - The user DOES have access to the read files in that path

    - It does not have the "Save Data with Report" option selected

    - Here is my record selection formula:

    {APM_MASTER__INVOICE.Invoice_Date} in Date ({?From date}) to Date ({?To Date})

    Hope this is enough information, appreciate the help :)

  • 0 in reply to Kprinse

    Hi Kprinse,

    What version of Sage 300 CRE are you currently using?

Reply Children