I have a report that groups purchases by month, week and customer. I want to apply a single line border on the bottom of my last customer name. I have tried to make IF statements to do this but i cant figure it out.
Currently it looks like this when drilled down to customer level:
customer 1 100.00
customer 2 100.00
customer 3 100.00
Weekly total: 300.00
Month: 300.00
I want it to look like this:
customer 1 100.00
customer 2 100.00
customer 3 100.00
Weekly total: 300.00
Month: 300.00