Can anyone point me in direction of running a sear...
# inventory
s
Can anyone point me in direction of running a search/report for items that have no related records, we use standard cost so I did this SA but then I excluded Inventory cost revalution and Inventory Adjustment, but this search is not working for me. Its showing Items that has related records.
k
Are you familiar with summary criteria?
Could use "Count of" on transaction fields and require a count of less than 1.
s
hmm good point but like i said we use standard cost so it would have at least 1 transaction, so i guess i can do less than 2 maybe?
this did reduce the number of items but it still didn't fix the issue at hand
k
I'd do a decode statement rather than the transaction join
decode({transaction.type},'transction 1 I don't want included,'',''transaction type 2 I don't want','','{transaction.internalid})