PANTHEON™ manual

 Categories
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Expand]Guides for PANTHEON
 [Collapse]User Manuals for PANTHEON
  [Collapse]User Manual for PANTHEON
   [Collapse]Getting Started
     Dictionary of terms
     First steps with PANTHEON
    [Expand]Using PANTHEON at Tecta, a fictional company
    [Expand]Instructions for Ensuring Compliance of PANTHEON with SAS
    [Expand]PANTHEON Installation
    [Expand]PANTHEON System
    [Collapse]PANTHEON Basics
     [Expand]Entering PANTHEON
     [Expand]PANTHEON windows and forms
     [Collapse]Entering data and navigating across PANTHEON
      [Expand]Records
      [Expand]Lookup Window
      [Expand]Input Elements
       Lookup List
      [Expand]Keyboard Shortcuts
       Wildcard Characters
      [Collapse]Formulas
       [Collapse]Building and Testing Formulas
        [Collapse]Formula Testing
          Using logical operator without logical expression
          Opening or closing round bracket missing!
          Opening or closing square bracket missing!
          Last character of the formula is an operator!
          Adjacent hashes!
          Syntax error in conditional statement. Correct syntax is [condition:value]
          Adjacent operators (xx)!
          Variable not enclosed in hashes (#)!
          Illegal characters: xyz
          Unknown error!
          The first character of #xx# must be a transaction type or a column mark!
          The line number must be an integer (#xx#)!
          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
        Using Conditional Statements in Formulas
       Insert Image
     [Expand]Instructions for PANTHEON
    [Expand]PANTHEON Help
    [Expand]Materials and Goods Movements
    [Expand]Assigning Identifiers
    [Expand]Frequently asked questions about Pantheon (F.A.Q.)
    [Expand]Archive
   [Expand]User Manual for eBusiness
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]Service
   [Expand]Help
   [Expand]Personnel
   [Expand]Financials
   [Expand]Analytics
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Expand]PANTHEON Web
[Expand]PANTHEON Granules
[Expand]User Site

Load Time: 718.781 ms
print   |
Label

Unbalanced (), missing )!

Ordinary (round) brackets are used to determine the order in which mathematical operations are performed.

The formula test expects each parenthesis to have its own pair of parentheses. If this condition is not met, the formula test returns an error:

At the end of the message, we can also see whether the first or the last parenthesis is missing. We have the following two solutions:

1. Delete parenthesis if it is redundant.

2. If a parenthesis is entered correctly, assign it the correct pair at the end/beginning of the expression.

Correct Incorrect
To solution 1:

#RPrice#

(#QUANTITY# * #RPrice#
To solution 2:

(#QUANTITY# + 100) / #RPrice#

#QUANTITY# + 100) / #RPrice#

 



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