What is NewSystem in JCO_Parameters

I have a crystal report that was created by a person who is no longer with the company. The above field (NewSystem) is in the selection expert but not in the output. 

Does anyone know what this is and why it would be part of the report? 

I searched and googled but could not find an answer.

Thanks!

Parents Reply
  • 0 in reply to abe

    According to the file layout for the JC0 file, the new system field should contain a "Y" or "N".

    Anyway, I don't think this is the underlying problem.

    What tables are being used and by what fields are the tables joined (Database menu - Database Expert - Links tab)?

Children
  • 0 in reply to BShockley

    JC1 Job number to JC2 job number

    JC1 AcctMethod to SY0 Companycode

    JC1 Divisionnumber to AR_Customer ARDivisionNo

    JC1Customernumber to AR_Customer CustomerNo

    SY0_ Companycode to JC0_ Companycode

    {JC1_JobMaster.JobStatus} = "O" and

    {JC1_JobMaster.JobType} = "BTM" and

    {JC2_JobCostDetail.CostType} <> " " and

    {JC1_JobMaster.BillingMethod} = "T" and

    {JC1_JobMaster.RevisedEstimate} >= 0.00 and

    {JC0_Parameters.NewSystem} = "2"