Seems simple but keep getting stuck - 1 table report that sums up the total invoice value & all I want to show is the invoices greater than $100.00 AND also a distinct count of invoices that are greater than $100.00
I have grouped on a the 'sum' of invoices but if I do a count it includes all invoices in the detail vs just those meeting the criteria.
Did create a if statement
if Sum ({sales.sl_price}, {sales.sl_inv_num})>=100.00 then 1 else 0 but am unable to 'sum' this number when I put it in the group total. And not sure where to go from here.
Help?
Thanks
Gina
I have grouped on a the 'sum' of invoices but if I do a count it includes all invoices in the detail vs just those meeting the criteria.
Did create a if statement
if Sum ({sales.sl_price}, {sales.sl_inv_num})>=100.00 then 1 else 0 but am unable to 'sum' this number when I put it in the group total. And not sure where to go from here.
Help?
Thanks
Gina