Hi,
In CE10, I could pass a NULL value ( an empty string or nothing) and, as long as I tesed for it in the Record Selection formula, I was not prompted for a value..
In XI, even when Nulls and zero-length strings are accounted for in the selection formula, it insists on prompting for the parameter value..
Was this actually changed in XI?
For instance, in XI this selection formula:
Requires an input for both parameters before it will run..
Any workaround?
To Paraphrase:"The Help you get is proportional to the Help you give.."
In CE10, I could pass a NULL value ( an empty string or nothing) and, as long as I tesed for it in the Record Selection formula, I was not prompted for a value..
In XI, even when Nulls and zero-length strings are accounted for in the selection formula, it insists on prompting for the parameter value..
Was this actually changed in XI?
For instance, in XI this selection formula:
Code:
(
If (IsNull({?BdateStart}) and IsNull({?BDateEnd})) then
True
else
{HR_CUR_RPTNG.BIRTH_DT} in {?BdateStart} to {?BDateEnd}
)
and
{HR_CUR_RPTNG.EMPL_STAT_CD} = 'A'
Requires an input for both parameters before it will run..
Any workaround?
To Paraphrase:"The Help you get is proportional to the Help you give.."