Summary
This operator fetches the content of a TIS table into the data nodes.
Getting Started | This operator allows reading a TIS table from user defined folders or with user defined table names. |
Define a parameter for your folder and/or your table name. | Go to General Parameter for Operations and create parameters with Data Type "Text". Define a value for each parameter. |
Read TIS table 3.0 | The input |
Read TIS Table 5 | You may add parameters like this: [c3] >= #XI.TISPar('Lesen Datum Von')# and add things like (at the end) and ([c0] like '% | STD_ANZ_ABG' or [c0] like '% | STD_ANZ' or use textual replacement like: and (#XI.TISParSQL('Reparieren')#) |
Options | Like importing data from SQL you can choose which data should be read from the TIS table: |
Avoiding empty Tables | As of version 5.8 empty tables can be avoided by selecting the option. In case an empty table would be returned a defined warning appears instead of the table. |
Using 'Where' | Using where directly for strings: Numbers can be entered directly. {0} are used to refer to the number of a parameters in this part: In order to refer Parameters in a WHERE clause you need to create entry here. Use the syntax |
Using Parameters for 'Where' | As of version 5.8 parameters can be used to define the 'where' in Read TIS Tables.
|
Select DISTINCT | As of Version 5.10 a selection can be made DISTINCT |
Timeout | Start from Version 5.16 a timeout for the query execution can be specified. Default is 30 sec. 0 deactivates the timeout. |
Result type | Following options are available
|