Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2829 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Tác giả

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

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 23
1944
1
thg 12 24
2087
1
thg 3 24
5391
3
thg 8 25
2724
1
thg 5 25
2690