Summary
Setting default values in BI Publisher
Content
Hi,
I am trying this given piece of code in .rtf to set default value of a variable to 3 but it remains blank in .pdf generated by BI Publisher when the variable value is null. Could this be wrong syntax?
<?if:MY_VARIABLE!=''?><?MY_VARIABLE?><? else '3' ?><?end if?>
Regards,