Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ltollesonYes, you will need to use an Agg node, but there are a few tricks to get the output in the format you desire.
Tricks...
First in the Agg node you will use a constant value in the GroupBy parameter. I used the value "1". This will force the node to output only 1 record, which is your Total Bill Value record.
Since all of the values and total will be in the same column, name the column something generic like "Value".
In order to distinguish between the Bill Value records and the Total Bill Value record you can add a new field called "Description" so you always know which record is the Total.
Make sure that your data and that Agg output have the same field names and use a Cat node to add the total record to the data.
See Attachment for Example...
Attachments:
SumBillValue.brg