I'm using CRXI.
I have 1 SQL server table.
Sales (invoice_num, customer_num, customer_region, sale_price)
I want a sales summary report by customer_region, but I want to show all regions, even when there aren't any sales for a given region.
Is there a way I can define my groups (regions) and report spaces or zeoes for those groups that don't have any data?
Thank you for your time,
TXP007
I have 1 SQL server table.
Sales (invoice_num, customer_num, customer_region, sale_price)
I want a sales summary report by customer_region, but I want to show all regions, even when there aren't any sales for a given region.
Is there a way I can define my groups (regions) and report spaces or zeoes for those groups that don't have any data?
Thank you for your time,
TXP007