Hi,
I have created a view in SQL and brought that on as a reader to FME. The SQL view has done all the filtering and grouping that I need and usually provide more than one row of results.
When I attach this reader to an Emailer directly, as you know it will send an individual email per row of data.
I tried to add an aggregator, but it needs grouping which has been done on the SQL side already.
Is there anyway that I can email out the result of this SQL view, in a table format with all the rows included?