Pantheon User Manual

 Categories
[Expand]User Manual for DataLab PANTHEON 5.5
 No formula defined!
 Debugging Formulas
[Expand]Testing and Debugging Formulas
[Expand]Datalab PANTHEON 5.5 Guide
 Opening or closing round bracket missing!
 Opening or closing square bracket missing!
 Conditional statement at position x not enclosed in square brackets!
 Syntax error in conditional statement. Correct syntax is [condition:value]
 Adjacent operators (xx)!
 Last character of the formula is an operator!
 Variable not enclosed in hashes (#)!
 Illegal characters: xyz
 Unknown error!
[Expand]User Manual for Datalab PANTHEON Farming
[Expand]User Site
 Adjacent hashes!
 The line number must be an integer (#xx#)!
 The first character of #xx# must be a transaction type or a column mark!
 The first character of #xx# must be an operation type (R, S, O or A)!
 The second character of #xx# must be a transaction type (D, K, S, P, or O)!
 Variable not defined
[Expand]Kralicek Quicktest Financial Ratios

Load Time: 468.7464 ms
print   |
Label

Opening or closing square bracket missing!

Opening or closing square bracket missing!

Opening or closing square bracket missing!

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).

The formula test requires that all brackets are closed. If not, an error message is returned:

 37013.png

It states whether the opening or closing bracket is missing.

Solution:

1. Remove unnecessary brackets.

2. Supply the missing brackets.

Examples:

Correct Incorrect
Remove unnecessary brackets:

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

[#KOLICINA# > 20:#MpCena#*0.9] #MpCena#]
Enter missing brackets:

[#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!