Formulas may contain variables, which represent specific parameters. Variables in PANTHEON™ formulas must be enclosed in hashes (#).
act as operands and operations between them are specified with operators (see
Formulas or Using Conditional Statements in Formulas). Therefore, only variable names and operators can occur between hashes, otherwise an error is returned (see
formula testing in financial reports,
formula testing in posting template,
formula testing in pricing.

Clicking OK, the cursor shifts to the place in the formula where the error occurred.
Solution:
Enter a variable name or an operator between the adjacent hashes.
Examples:
Correct |
Incorrect |
What is missing |
#A3#+#A4# |
#A3##A4# |
+ |
#A3#+#A4# |
#A3#+## |
A4 |
#CENA#*#KOLICINA# |
#CENA##KOLICINA# |
* |