Navodila za PANTHEON

 Categories
 Скласти тех карту
[Collapse]User Manual for DataLab PANTHEON 5.5
  End-User License Agreement
  Uvodna beseda
 [Expand]PANTHEON Editions
 [Collapse]Getting Started
   Instructions for Ensuring Compliance of PANTHEON with SAS
   Ensuring Your Data Is Compliant with SAS
  [Expand]Installation of PANTHEON and Required Components
  [Expand]PANTHEON Help
  [Collapse]PANTHEON Basics
    Print Help Topics
    Help Elements
    Glossary
   [Expand]Window Elements
   [Expand]Input Elements
   [Expand]Main Menu
   [Expand]Toolbar
   [Expand]Taskbar
   [Expand]Keyboard Shortcuts
    Wildcard Characters
   [Collapse]Formulas
     Using Conditional Statements in Formulas
    [Collapse]Testing and Debugging Formulas
     [Collapse]Formula Testing
       No formula defined!
       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!
       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
      Debugging Formulas
    Print Setup
    Filtering and Sorting
    New Record
    Insert Image
    Delete Record
  [Expand]Assigning Identifiers
  [Expand]Materials and Goods Movements
  [Expand]ZEUS Business Intelligence System
 [Expand]Settings
 [Expand]Orders
 [Expand]Accounting with Goods and Materials
 [Expand]Value-Added Tax
 [Expand]Service
 [Expand]Customs Warehouses
 [Expand]Financials
 [Expand]Personnel
 [Expand]Manufacturing
[Expand]Datalab PANTHEON 5.5
 90632
[Expand]Pantheon RA (android POS) guide
[Expand]Довідник користувача Datalab PANTHEON Farming
[Expand]User Site

Load Time: 454,5416 ms
print   |
Label

Adjacent operators (xx)!

Adjacent operators (xx)!

Adjacent operators (xx)!

Operators in formulas are used to perform operations with operands, therefore they have to be placed between operands, and may not be directly adjacent to each other.

If the formula test finds two adjacent operators, an error message is returned:

*
multiplication
/
division
>
greater than - used in conditional statements
<
less than - used in conditional statements
=
is equal to - used in conditional statements
\ integer division - used only for length of service bonus formula
| remainder of integer division - used only for length of service bonus formula

The plus (+) and minus (-) signs can be adjacent to each other as they are used to change the sign of figures. If used in combination with any of the above characters, the same error is returned.

If the formula test finds two adjacent operators, an error message is returned.

The error message displays which operators are adjacent and, after closing the message, selects the operators in question. If there is more than one such error, only the first is shown in the error message and selected.

37016.png

Solution:

Use only one operator between two operands.

Examples:

Correct Incorrect
#KOLICINA# * 100 #KOLICINA# ** 100

#KOLICINA# */ 100

#KOLICINA# *+100 #KOLICINA# *+*100
[#KOLICINA#>20:#MpCena#*0.9] #MpCena#  [#KOLICINA#>=20:#MpCena#*0.9] #MpCena#  

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

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