Discussions
Sales and Margin report restrict to specific location
the standard sales and margin report runs for the entire system, i want to restrict it to a specific location and only run it for that. Adding a location filter to the report restricts all of the resutls fields except for the On Hand column which still reports stock on had for all locations, i have tried adding filter etc but this column just will not give me jsut the on hand value for a single location, The report will only ever be run for a single location so i am happy to hard code the location by ID
Any hints on a formula, the best found is CASE WHEN {transaction.location.id} = 3 THEN {locationquantityonhand} ELSE 0 END but for some reaon when i add it the lines int he report get duplciated