I'm trying to filter a query with the location field from a transaction, sales order in this case. everything I am trying isn't working, similar to Robert above, get a notification about the field being removed when trying transaction.location. Is there a way to do this?
s
Stephanie Hughes
05/30/2023, 1:39 PM
I've pulled location from transactionline instead.
p
Paul_s
05/30/2023, 1:59 PM
The aim was to use it at transaction level in the WHERE clause
s
Stephanie Hughes
05/30/2023, 2:13 PM
Yeah, I use the MAX function. Since all our lines on any given transaction have the same location, any summary function applies to the transaction level.
m
michoel
05/31/2023, 6:44 AM
Join to transactionline where mainline is T to get the transaction level location