It's me again!
Crystal Rep XI
Oracle 9i
I have five parameters say, Invoice_No_FRom, INvoice_No_To, INvoice_date_from and Invoice_No_to and INVOICE_TYPE. I will be using all these parameters for my Selection Expert section but then, how can i make my formula work so that if they entered NULL for INVOICE_NO_FROM and INVOICE_N0_TO it will still run the report based on the remaining parameters that the user entered.
This is the deault when u sue the selection expert:
{xxx.INVOICE_NO} BETWEEN ?INVOICE_NO_FROM to ?INVOICE_NO_TO and
{xxx.INVOICE_DATE} BETWEEN ?INVOICE_DATE_FROM to ?INVOICE_DATE_TO and
{xxx.INVOICE_TYPE}= ?INVOICE_TYPE
What i wanna achieve is, if other parameters are null then do the selection of records based on NON-NULL parameters.
Thanks in advance.
Ed
Crystal Rep XI
Oracle 9i
I have five parameters say, Invoice_No_FRom, INvoice_No_To, INvoice_date_from and Invoice_No_to and INVOICE_TYPE. I will be using all these parameters for my Selection Expert section but then, how can i make my formula work so that if they entered NULL for INVOICE_NO_FROM and INVOICE_N0_TO it will still run the report based on the remaining parameters that the user entered.
This is the deault when u sue the selection expert:
{xxx.INVOICE_NO} BETWEEN ?INVOICE_NO_FROM to ?INVOICE_NO_TO and
{xxx.INVOICE_DATE} BETWEEN ?INVOICE_DATE_FROM to ?INVOICE_DATE_TO and
{xxx.INVOICE_TYPE}= ?INVOICE_TYPE
What i wanna achieve is, if other parameters are null then do the selection of records based on NON-NULL parameters.
Thanks in advance.
Ed