1

كيف يمكن تجميع أرقام على سطور المستند عند تحقق شرط محدد على هذا السطر؟

كيف يمكن تجميع أرقام على سطور المستند عند تحقق شرط محدد على هذا السطر باستحدام SQL.

Eldabbas's avatar
9.1k
Eldabbas
asked 2019-02-06 06:36:07 +0200, updated 2019-02-18 02:49:56 +0200
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You can use SQL statement like the following two examples

n5=totalizeif(details,details.price.netValue,select case when {details.item.item.code} = 'ABC' then 1 else 0 end)
n4=totalizesql(select {details.n1}*{details.n2}+10)

Eldabbas's avatar
9.1k
Eldabbas
answered 2019-02-06 06:39:01 +0200
Ahmed Qasid's avatar
5.8k
Ahmed Qasid
updated 2019-02-18 02:48:01 +0200
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer