I have a oracle report which is to display a set of values and it can be generated both as pdf and csv formats. Excel doesnt consider the trainling zeros,so i tried the following way.
IF :DESFORMAT='SPREADSHEET' THEN
:CP_2:= '="'||:cmdt_grp_cd||'"';
ELSE
:CP_2:=:cmdt_grp_cd;
END IF;
in the same how to set date values kindly suggest me?