문제

I have something like this

quantuty 10,10,15,20,30
price per piece 2,2,5,7,4

I want to calculate total price for each row and sum all this

I use formula

Sum ({ESTIMATE_ITEMS.QUANTITY} * {ESTIMATE_ITEMS.PRICE_PER_PIECE} )

And I got an error mesage for this formula "A field is required here"

So what is wrong there?

도움이 되었습니까?

해결책

Use a formula on each row that does the multiplication, then you can insert a summary summation on that formula field. In other words, take out the sum from your formula and save the formula, insert the formula as a field. Right click on the formula field and choose "insert summary" then choose "sum".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top