Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2906 มุมมอง

Hi,

How multiply a column by another to make a real quotation ?

I trying to adapt this for a printing business. I need to count pages withs this level of detail :

 (10 books with 50 pages = 500 pages)

Do you understand my request ?

Thanks

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Question is no enough clear, but i think, what you need is, you need to compute a value into a third field which is a multiplied result of field 1 and field 2.

If this is the case, simply you need to add a compute field and perform the above logic:

inside the compute function, you can do as this: self.field_3 = self.field_1 * self.field_2

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

Thanks for you're help, it works ! :) Have a nice day

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 23
2015
1
ธ.ค. 24
2170
1
มี.ค. 24
5546
5
ก.ย. 25
20621
3
ส.ค. 25
2971