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,3449 ms
"
  6613 | 1 | |
Label


Syntax error in conditional statement. Correct syntax is [condition:value]

Syntax error in conditional statement. Correct syntax is [condition:value]

Syntax error in conditional statement. Correct syntax is [condition:value]

Formulas can contain conditional statements with the basic syntax 'if A is true, then B'. Such statements are enclosed in square brackets. See Using Conditional Statements in Formulas). Separate condition and value with a column:

[condition:value] - if condition is true, the value is returned.

(for detailed treatment seej Using Conditional Statements in Formulas).

The formula test requires correct syntax. Otherwise, an error message is returned:

37015.png

The error message also reveals the position in the formula at which the error occured. If there are multiple syntax errors in the formula, the error message points only to the first one.

Solution:

1. Remove square brackets if they do not contain a conditional statement. Perhaps it would be wise to use round brackets.

2. If the square brackets are used correctly, make sure the condition and the value are separated by a colon.

Examples:

Correct Incorrect
Remove square brackets:

(#KOLICINA# + 100) / #MpCena#

[#KOLICINA# + 100] / #MpCena#
Use colon to separate condition and value:

[#KOLICINA#>20:#MpCena#*0.9] #MpCena# 

[#KOLICINA#>20=#MpCena#*0.9] #MpCena#
Use colon to separate condition and value:

[#KOLICINA#>20:#MpCena#*0.9] #MpCena# 

[#KOLICINA#>20|#MpCena#*0.9] #MpCena#

 

 


  

     


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