Hi Paul,
If this formula is inside the Subreport, modify it so that it looks for NULL values:
IF {ID} = '' then
'123456'
else
{ID};
Make sure the formula is set to use 'Default Values for Nulls'.
-Abhilash
Hi Paul,
If this formula is inside the Subreport, modify it so that it looks for NULL values:
IF {ID} = '' then
'123456'
else
{ID};
Make sure the formula is set to use 'Default Values for Nulls'.
-Abhilash