cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Approval based on sum of qualified rows in a Purchase Quotation

KeaneSee
Newcomer
0 Likes
179

Hi there,

I'm trying to write an approval user query to check the sum of LineTotal of a particular item in a marketing document, such as a Purchase Quotation. Is that possible?

SELECT DISTINCT 'TRUE' WHERE
(SUM($[$38.21.number]) WHERE $[$38.1.11] = 'ZZ-SL-00005') > 5000

Accepted Solutions (0)

Answers (0)