PANTHEON™ Help

 Kategori
 PANTHEON Ndihmë - Mirësevini
[Collapse]PANTHEON
 [Collapse]Udhëzues për PANTHEON
  [Expand]Udhëzues për PANTHEON
  [Expand]Udhëzues për PANTHEON Retail
  [Expand]Udhëzues për PANTHEON Vet
  [Expand]Udhëzues për PANTHEON Bujqësi
 [Collapse]Manualet e Përdoruesve për PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON Retail
  [Expand]Manuali i përdoruesit për PANTHEON Vet
  [Expand]Manuali i Përdoruesit për PANTHEON Bujqësi
[Collapse]PANTHEON Web
 [Collapse]Udhëzues për PANTHEON Web
  [Expand]Udhëzues për PANTHEON Web Light
  [Expand]Udhëzues për Terminalin Web PANTHEON
  [Expand]Udhëzues për PANTHEON Web Legal
  [Expand]Arkiva e produkteve të vjetra
 [Collapse]Manualet e Përdoruesit për PANTHEON Web
  [Expand]Fillimi PANTHEON Web
  [Expand]Manuali i Përdoruesit për PANTHEON Web Light
  [Expand]Manuali i Përdoruesit për Terminalin Web PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON Web Legal
  [Expand]Arkiva e produkteve të vjetra
[Collapse]PANTHEON Granulat
 [Collapse]Udhëzues për Granulat PANTHEON
  [Expand]Granul Personeli
  [Expand]Urdhërat e Udhëtimit Granule
  [Expand]Dokumentet dhe Granula e Detyrave
  [Expand]Dashboard Granule
  [Expand]Porositë B2B Granule
  [Expand]Shërbimi në Terren Granul
  [Expand]Inventari i Aseteve të Paluajtshme
  [Expand]Inventari i Magazinës Granule
 [Collapse]Manualet e Përdoruesit për Granulat PANTHEON
  [Expand]Fillimi
  [Expand]Granula e Personelit
  [Expand]Urdhërat e Udhëtimit Granule
  [Expand]Dokumentet dhe Detyrat Granule
  [Expand]Porositë B2B Granule
  [Expand]Dashboard Granule
  [Expand]Shërbimi në Terren Granul
  [Expand]Inventari i Aseteve të Paluajtshme
  [Expand]Inventari i Magazinës Granule
  [Expand]Arkiv
[Expand]Faqja e Përdoruesit

Load Time: 359,3612 ms
"
  6613 | 1 | |
Label


Formulas

Formulas are a special type of field input. As the name suggests, they are used in calculations, based on different parameters. Formulas are used in pricing, discounts, payroll calculation, finance reports, etc.

Wherever the result is variable – calculable from data based on some mathematical formula. The basic formula syntax is the same as the mathematical formula. 

Presented in more detail below are:

Table of contents

  1. Operator
  2. Operator

1. Operator

The operator can be a constant or a value from the program. If the operator is a constant, we simply enter it.

We use the program fields by placing them between 'apostrophes''. .

Correct

Incorrect

3

3h

0,75

75%

#MPRICE#

MPRICE, #MPRICE

The fields that can be used in formulas are defined using the formula. For example, with price formulas we can only use price fields, with salary formulas we can only use salary fields, etc. Which fields we can use is specified in the instructions.

2. Operators

Operators are allowed mathematical symbols:

+ add
- subtract
* multiply
/ divide
> greater than – for use in logical expressions
< less than – for use in logical expressions
= equals – for use in logical expressions
\ integer division – used exclusively for length-of-service formulas
| integer division remainder – used exclusively for length-of-service formulas

Other allowed characters:

[ ] The square brackets must always be paired, otherwise the formula test returns an error (see Opening or closing square bracket missing!). They are used for delimiting conditions in logical expressions (see Using boolean expressions in formulas).
( ) The round brackets must always be paired, otherwise the formula test returns an error (see Opening or closing round bracket missing!). They are used for determining the order in which mathematical operations are performed.

 

WARNING

The formulas are calculated from left to right. The logical expression in a formula can be as deep as you like.

 

 

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!