Hi,
I have a 5 parameters (all are allow range).
right now report is running fine only if I enter valid values for all parameters. all are mandatory.
how can I make them make them optional?
see the code below:
{coa_elem_desc.element_id} = {?P_Element_1} or
{coa_elem_desc_1.element_id} = {?P_Element_2} or
{coa_elem_desc_2.element_id} = {?P_Element_3} or
{coa_elem_desc_3.element_id} = {?P_Element_4}
example: I can enter P_Element_1 values as 1100 to 1103
and P_Element_2 values as 2100 to 2200
and P_Element_3 Values as null to null
and P_Element_4 values as null to null
report should run for a given parameters. can any one help?
Thansks
nb
I have a 5 parameters (all are allow range).
right now report is running fine only if I enter valid values for all parameters. all are mandatory.
how can I make them make them optional?
see the code below:
{coa_elem_desc.element_id} = {?P_Element_1} or
{coa_elem_desc_1.element_id} = {?P_Element_2} or
{coa_elem_desc_2.element_id} = {?P_Element_3} or
{coa_elem_desc_3.element_id} = {?P_Element_4}
example: I can enter P_Element_1 values as 1100 to 1103
and P_Element_2 values as 2100 to 2200
and P_Element_3 Values as null to null
and P_Element_4 values as null to null
report should run for a given parameters. can any one help?
Thansks
nb