Translations:Erweiterte Feldfunktionen/24/en

Aus Wiki csv4you
Version vom 3. März 2016, 18:54 Uhr von Haemel (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Example 1 ... Add 100 to the current price: [math|price+100] Example 2 ... Multiply the current price by 1.5; use a dot as the decimal separator: [math|price…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

Example 1 ... Add 100 to the current price:

[math|price+100]

Example 2 ... Multiply the current price by 1.5; use a dot as the decimal separator:

[math|price*1.5|.]

Example 3 ... Add the values of the cells 'price' and 'shipping cost':

[math|price+shippingCost]

Example 4 ... Add/compute 4 values in one field: Import Price [price_list] + VAT [vat] + 20% surcharge + 5 (EUR) flat

[math|price_list*1.vat*1.2+5]