How can we spell the numbers in BI Reports
In oracle we can do with below SQL statement and there is any option we can do in BI reports.
select to_char(to_date(19,'j'),'jsp') from dual;
0
In oracle we can do with below SQL statement and there is any option we can do in BI reports.
select to_char(to_date(19,'j'),'jsp') from dual;