Hi,
I need help to work out how to differentiate to a user things that are null and things that are null but are not supposed to be. I’d better explain!
Hundreds of products can be sold in any of 25 categories across 12 regions. For each product and region we have StartDate, EndDate ,Target and Current. Some products will not be sold in some regions so will not have records in that particular table. However each category manager will have at least some products in all regions. Where records do exist, we have some missing data (dates and/or targets) for historical reasons.
I need to design a simple screen for Category managers, such that it will show only the products in their category, with a calculated value against each one. This value is Current/Pro-RataTarget, where ProRataTarget is in turn calculated by working out how much of the “sale period” has elapsed. This is all built into a query and seems to be working OK.
The attached mockup shows the kind of layout I’m going for. The question is: how to differentiate between (a) results that are blank because the product is not sold in that region and (b) those that are blank because there is missing data making the calculation impossible. In case (a) no action is needed whereas in case (b) we need the manager to be alerted that he has a data quality issue.
I’m a bit stuck as to how to proceed with this one and wondered if anyone had any bright ideas? What am I saying? There’s ALWAYS bright ideas round here!!
I need help to work out how to differentiate to a user things that are null and things that are null but are not supposed to be. I’d better explain!
Hundreds of products can be sold in any of 25 categories across 12 regions. For each product and region we have StartDate, EndDate ,Target and Current. Some products will not be sold in some regions so will not have records in that particular table. However each category manager will have at least some products in all regions. Where records do exist, we have some missing data (dates and/or targets) for historical reasons.
I need to design a simple screen for Category managers, such that it will show only the products in their category, with a calculated value against each one. This value is Current/Pro-RataTarget, where ProRataTarget is in turn calculated by working out how much of the “sale period” has elapsed. This is all built into a query and seems to be working OK.
The attached mockup shows the kind of layout I’m going for. The question is: how to differentiate between (a) results that are blank because the product is not sold in that region and (b) those that are blank because there is missing data making the calculation impossible. In case (a) no action is needed whereas in case (b) we need the manager to be alerted that he has a data quality issue.
I’m a bit stuck as to how to proceed with this one and wondered if anyone had any bright ideas? What am I saying? There’s ALWAYS bright ideas round here!!