Hi,
I'm trying to suppress the summary line when there is only one item, and I'm not having much luck.
I've tried both:
SELECT 'dbr.summary.options', 'skip_single_line_summary';
and
SELECT 'dbr.summary.options', 'skip_single_line_summary', 1;
I've put both of those as the first and last statement in the block of summary statements before the main query with no luck.
Am I not calling it correctly?
Thanks,
Trevor