I’m trying to do a SQL Reporting Service report where we want a star to show up under two conditions:
1. if the quantity ordered is more than the quantity on hand
2. if the total quantity ordered for the item (several orders are on the report) is more than the quantity on hand.
I’ve tried RunningValue, but this cummulates through the report, instead of totalling up the item. Although technically correct, this isn’t what the users want to see.
I did create a separate data view that summarizes the quantity ordered by item but I can’t figure out how to get this data to coordinate between the two views. I wish there was something similar to Access DLookup, but I can’t find anything. Any suggestions?