hello friends, if you want to append the formula values into parameter this is the way
Go to the database expert and then command in that enter
(CASE
WHEN "IDCASE00"."IDDCR" <> '' THEN
({fn SUBSTRING("IDCASE00"."IDDCR",1 ,4 )} || '-' ||
{fn SUBSTRING("IDCASE00"."IDDCR",5 ,2 )}|| '-' ||{fn SUBSTRING("IDCASE00"."IDDCR",7 ,2 )})
END) IDDCR , along with your other values. Hope this helps.
Here IDDCR is a number value Im converting to Date format.
Thanks,
Reed
Go to the database expert and then command in that enter
(CASE
WHEN "IDCASE00"."IDDCR" <> '' THEN
({fn SUBSTRING("IDCASE00"."IDDCR",1 ,4 )} || '-' ||
{fn SUBSTRING("IDCASE00"."IDDCR",5 ,2 )}|| '-' ||{fn SUBSTRING("IDCASE00"."IDDCR",7 ,2 )})
END) IDDCR , along with your other values. Hope this helps.
Here IDDCR is a number value Im converting to Date format.
Thanks,
Reed