PANTHEON™ Help

 Toc
 PANTHEON Ajutor - Bun venit
[Collapse]PANTHEON
 [Collapse]Ghiduri pentru PANTHEON
  [Expand]Ghid pentru PANTHEON
  [Expand]Ghid pentru PANTHEON Retail
  [Expand]Ghid pentru PANTHEON Vet
  [Expand]Ghid pentru PANTHEON Fermă
 [Collapse]Manuale de utilizare pentru PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON Retail
  [Expand]Manual de utilizare pentru PANTHEON Vet
  [Expand]Manual de utilizare pentru PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Ghiduri pentru PANTHEON Web
  [Expand]Ghid pentru PANTHEON Web Light
  [Expand]Ghid pentru Terminalul Web PANTHEON
  [Expand]Ghid pentru PANTHEON Web Legal
  [Expand]Arhivă produse vechi
 [Collapse]Manuale de utilizare pentru PANTHEON Web
  [Expand]Începerea PANTHEON Web
  [Expand]Manual de utilizare pentru PANTHEON Web Light
  [Expand]Manual de utilizare pentru terminalul web PANTHEON
  [Expand]Manual de utilizare pentru PANTHEON Web Legal
  [Expand]Arhivă produse vechi
[Collapse]PANTHEON Granule
 [Collapse]Ghiduri pentru granule PANTHEON
  [Expand]Granul Personal
  [Expand]Comenzi de Călătorie Granule
  [Expand]Documente și Sarcini Granul
  [Expand]Tabloul de bord Granule
  [Expand]Comenzi B2B Granule
  [Expand]Granul de Serviciu pe Teren
  [Expand]Granul Inventar Active Fixe
  [Expand]Inventar de Magazin Granule
 [Collapse]Manuale de utilizare pentru granulele PANTHEON
  [Expand]Începerea
  [Expand]Granul Personal
  [Expand]Comenzi de Călătorie Granule
  [Expand]Documente și Sarcini Granul
  [Expand]Comenzi B2B Granule
  [Expand]Tabloul de bord Granule
  [Expand]Serviciul de teren Granule
  [Expand]Granul Inventar Active Fixe
  [Expand]Inventar de Magazin Granule
  [Expand]Arhivă
[Expand]Site utilizator

Load Time: 500,003 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!