Skip to Main Content

How to perform the sum i.e. total in classic report for apex api like apex_item.text

C ShekharJul 10 2014 — edited Jul 10 2014

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...

Comments
Post Details
Added on Jul 10 2014
1 comment
1,197 views