|
| Re: How to make input parameters as optional in the function definition |
 |
Mon, 28 Apr 2008 05:43:50 -070 |
WHERE fn:not(fn:exists($Request/ns1:CaseName)) or $Request/ns1:CaseName eq
$CASE/CASE_NAME
The below solution works well in c ase of String type parameters but doesnt work
with LONG type //// please guide me how should i proceed .. i am using
WHERE fn:not($Request!=0) or $Request/ns1:CaseName eq $CASE/CASE_NAME
passing the value 0 by default ...
Thanks
|
| Post Reply
|
|
|
|
|
|
|
|
|
|