I am using Crystal 8.5 to run reports from the educational database, EMS.
We have a report that uses the formula below in the Select Expert:
{GOV_LINK.END_DATE} in {?End Date} to {?To end date} and
if {?Select a Governor Type:} = "All" then {GOV_LINK.GOV_TYPE} in ["STF", "SPO", "REP", "PAR", "OTH", "LEA", "FOU", "COM", "CO", "CLK", "ASS", "ADG"] else
if {?Select a Governor Type:} = "LEA" then {GOV_LINK.GOV_TYPE} ="LEA" else
if {?Select a Governor Type:} = "Parent" then {GOV_LINK.GOV_TYPE} ="PAR" else
if {?Select a Governor Type:} = "Staff" then {GOV_LINK.GOV_TYPE} ="STF" else
if {?Select a Governor Type:} = "Community" then {GOV_LINK.GOV_TYPE} ="COM"
Once we refreshed the report and then returned to the Select Expert formula Crystal has automatically changed the formula. The top line (i.e. {GOV_LINK.END_DATE} in {?End Date} to {?To end date}) is moved to the bottom of the formula. Unfortunately this makes a change to the output of the report.
Does anyone know why this happens and has it ever happened to anyone else?
Kind Regards,
Tom
We have a report that uses the formula below in the Select Expert:
{GOV_LINK.END_DATE} in {?End Date} to {?To end date} and
if {?Select a Governor Type:} = "All" then {GOV_LINK.GOV_TYPE} in ["STF", "SPO", "REP", "PAR", "OTH", "LEA", "FOU", "COM", "CO", "CLK", "ASS", "ADG"] else
if {?Select a Governor Type:} = "LEA" then {GOV_LINK.GOV_TYPE} ="LEA" else
if {?Select a Governor Type:} = "Parent" then {GOV_LINK.GOV_TYPE} ="PAR" else
if {?Select a Governor Type:} = "Staff" then {GOV_LINK.GOV_TYPE} ="STF" else
if {?Select a Governor Type:} = "Community" then {GOV_LINK.GOV_TYPE} ="COM"
Once we refreshed the report and then returned to the Select Expert formula Crystal has automatically changed the formula. The top line (i.e. {GOV_LINK.END_DATE} in {?End Date} to {?To end date}) is moved to the bottom of the formula. Unfortunately this makes a change to the output of the report.
Does anyone know why this happens and has it ever happened to anyone else?
Kind Regards,
Tom