newbie0423
IS-IT--Management
I have a report that will not let me change the {v_basic_case_rec_data.cr_prdate} to the year 2013. If I try to put a current date in the report doesn't return anything. Below is what I have in the record selection. This report was written by someone who no longer works for the company. I have tried various things to try to get it to run. If I take out the fields that have the datetime 1900,01,01,00,00,00 it works, but I need those fields in the report. I don't know what I'm missing. This has me stumped!!! I am using Crystal XI Thanks in advance for your help!
{v_basic_case_rec_data.fac_mnc} in ["MMC", "WBG"] and
{V_JGG_DL_PacuReport04082010PlusSurg.ToFloorUnit} > DateTime (1900, 01, 01, 00, 00, 00) and
{v_basic_booking_data_ODBC_plusC.pbt_descr} in ["AM Admit", "Inpatient"] and
not ({V_JGG_DL_PacuReport04082010PlusSurg.DISCHDESC} in ["Emergency Department", "Home", "Operating Room", "Outpatient Chemotherapy", "PACU", "Pediatric Floor", "Radiation Oncology", "Transfer To Another Hospital", "Unknown"]) and
{V_JGG_DL_PacuReport04082010PlusSurg.ReportAttempted} > DateTime (1900, 01, 01, 00, 00, 00) and
{v_basic_case_rec_data.cr_prdate} in DateTime (2011, 04, 01, 00, 00, 00) to DateTime (2011, 04, 27, 00, 00, 00) and
{V_JGG_DL_PacuReport04082010PlusSurg.ReadyForDischargeToFloor} > DateTime (1900, 01, 01, 00, 00, 00)
{v_basic_case_rec_data.fac_mnc} in ["MMC", "WBG"] and
{V_JGG_DL_PacuReport04082010PlusSurg.ToFloorUnit} > DateTime (1900, 01, 01, 00, 00, 00) and
{v_basic_booking_data_ODBC_plusC.pbt_descr} in ["AM Admit", "Inpatient"] and
not ({V_JGG_DL_PacuReport04082010PlusSurg.DISCHDESC} in ["Emergency Department", "Home", "Operating Room", "Outpatient Chemotherapy", "PACU", "Pediatric Floor", "Radiation Oncology", "Transfer To Another Hospital", "Unknown"]) and
{V_JGG_DL_PacuReport04082010PlusSurg.ReportAttempted} > DateTime (1900, 01, 01, 00, 00, 00) and
{v_basic_case_rec_data.cr_prdate} in DateTime (2011, 04, 01, 00, 00, 00) to DateTime (2011, 04, 27, 00, 00, 00) and
{V_JGG_DL_PacuReport04082010PlusSurg.ReadyForDischargeToFloor} > DateTime (1900, 01, 01, 00, 00, 00)