Atteya

Print

What is the Module

  • Last modified
    21. 8. 2013

A Module is a configured form, which contains entry fields, checkboxes or combo-boxes enabling entry of conditions of a report display.

AP EN 800

 

Each Module, in which a Dynamic Gene is used, has got a general entity defined. Such entity (entry field) is blue and does not need to be activated in order to display data in a listing. It is always shown.

entit_WIP_EN

 

How to use selection conditions:
* “ or “ % “ – activate an entry field, or replace an unknown part in a searched string.
Example - *123 (finds all what ends with 123) or 12*3 (finds every string, which contains anything between  2 and 3) or ABC* (lists all what begins with ABC)

; “ – links together several searched strings in one entry field. It is the logical “AND”.
Example - ABC%;%123. Lists all what begins with ABC and all what ends with 123.

! “  NEGATION – makes it possible to exclude characters or strings, which are not to be contained in a report, from a selection. “ ! “ is used in a string only once after a positive selection %123;!ABC%... or at the beginning of a selection after which there is no more positive selection.
Example - !123% lists all what does not begin with 123, or !*1* lists all what does not contain 1, or  %ABC;!123% lists all what ends with ABC and all what does not begin with 123.

_ “ – replaces any single searched character in a string. Can be used even several times within one string.

%% “ – displays in a column only lines containing data.
!%% “ – displays in a column only lines not containing data.

 

obr-loga