Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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
0