Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2819 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
1
dic 23
1940
1
dic 24
2072
1
mar 24
5377
3
ago 25
2693
1
mag 25
2683