select empno, ename, job, apex_item.text(1, sal) salary
from emp
Above is the query for apex classic report.
i want to perform sum of the salary column from the report attribute.
I am doing by clicking check box of salary column (in report attribute) but getting sum as 0.
Thanks in advance...