I have created a ReportSmith report for selected employees and need to have each employees "total Gross Checks" for the period of time that is selected in a Report Variable to be sorted in Decending order. I have set up a Report Grouping by employee name and put the total of checks in...
All you need to do is a Derived Field with a SUM(DISTINCT DECODE("ps_al_ytd_accum.accum_nbr",'accumulator number',"ps_al_ytd_accum.accum_amount",0)) Also, be sure that you have Database Grouping On.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.