Topic: How to Sum two Calculated fields

Hi,

i have a little question.

How can i sum two calculated fields?

Example:
calc.field1
1.orders_calcprize1ks
(order_numberpieces * order_prize_1 * '1.20')
calc.field2
2.orders_calcprize2ks
(order_numberpieces * order_prize_2 * '1.20')

Total:
(orders_calcprize1ks + orders_calcprize2ks)
Result:
Colum: orders_calcprize1ks not found ??
Colum: orders_calcprize2ks not found ??

Thx for ideas,

Brgds,

K.

Re: How to Sum two Calculated fields

Hello,


You can't sum calculated field, because they did not exist.


Total:

(order_numberpieces * order_prize_1 * 1.20)  + (order_numberpieces * order_prize_2 * 1.20)
Dmitry.

Re: How to Sum two Calculated fields

Yes of course,

when i sleep i see this solution then i want to fast wake up and write here the solution to not see as idiot big_smile
Sry for disturbing with wrong question.


Thx ,

K.