PANTHEON™ manual

 Categories
[Collapse]User Manual for DataLab PANTHEON 5.5
 [Expand]End-User License Agreement
  Uvodna beseda
 [Expand]PANTHEON Editions
 [Collapse]Getting Started
  [Expand]Instructions for Ensuring Compliance of PANTHEON 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]Main Menu
   [Expand]Input Elements
   [Expand]Toolbar
   [Expand]Taskbar
   [Expand]Keyboard Shortcuts
    Wildcard Characters
   [Expand]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
 No formula defined!
[Expand]Datalab PANTHEON 5.5 Guide
 Opening or closing round bracket missing!
 Debugging Formulas
[Expand]Testing and Debugging Formulas
 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: 1250,0232 ms
print   |
Label

Wildcard Characters

Wildcard Characters

Wildcard Characters

010379.gif010380.gif010381.gif010411.gif010382.gif010383.gif

Wildcard characters are special characters that can be used to substitute one or more normal characters when searching for a string.

Character Description and example
%
The percent sign substitutes any zero or more characters. Thus A% would search for all entries starting with A:
A1
A23
AB123
ABCDEF
AB%
returns all entries that start with AB:
AB123
ABCDEF
%3
finds all items that end in 3:
A23
AB123
The percent sign (&) is very similar in function to the asterisk (*) in MS-DOS.
_
The underscore substitutes any one character. Thus A_ returns all entries that are two characters long start with A:
A1
A2
A_1
returns all entries that are three characters long and start with A and end with 1:
AB1
A21
The underscore (_) is very similar to the question mark (?) in MS-DOS.
[]
Square brackets are used to define a range or set of characters that should appear in that position. A[A-C]1 returns all entries that are three characters long, start with an A, end with a 1 and the have A, B or C as the second character:
AA1
AB1
AC1
Instead of a range, a set of characters can also be specified in square brackets. Thus A[A,C]1 would return all entries that are three characters long, start with an A, end with a 1 and have A or C as the second character:
AA1
AC1



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