Recent content by kc

  1. K

    Inserting Comuted totals in .csv export

    Hi Henkel, Sorry that probably was a bit vague. (I am using SQL*Plus.) 1. Created query. Say: select unit, account, sum(month_01) as total from table where unit = &unit group by unit, account / compute sum of total on report Break on report 2. Wrote pl/sql code to run that creates a list of...
  2. K

    Inserting Comuted totals in .csv export

    Hi, This may be very simple, I am more of an advanced user than a DBA, so my knowledge is a bit limited. I have set up a simple query to export a number of reports to multiple locations. It loops through a list of paramters for each report. But I need to get it to compute a few totals at...
Back
Top