This operator lists all TIS tables of a project or a folder.
Idea | For several tasks it might be helpful to get the information which TIS Tables belong to a certain project or can be found in a certain folder. |
Getting started | Start with an empty data node an add the operation "Read TIS table information". |
Settings | Choose if you want to get the information about existing TIS Tables from the current project or from a specified folder. Optional the operators can be displayed instead of the TIS tables.
|
Result | |
IMPORTANT NOTE fpr working with Path and parameters in 5.10. or ealier (should change in Version 5.11) | The values shown in the result column Path are the paths from the last element of the position of the table folder. In the above case: \Version 55\ If you want to build the full path: this helps: If PATH_FOLDER is used for the Select TIS Table folder then use (it looks where the first elememt of the result pops up) and cobimes the strings.
#PATH_FOLDER#.Substring(0,#PATH_FOLDER#.Length - 1- #Path#.Substring(1).IndexOf((char) 92)) + #Path#.Substring(1) |
Situation | ... |
---|
Settings | ... |
---|
Result | ... |
---|
Project-File | ... |
---|
Settings
This operator lists all TIS tables of a project or a folder.
Parameter | Value | Opt. | Description | Example |
---|
Source | System.String | - | Lists TIS tables of the current project or of a TIS table folder (incl. sub-folders) | - |
Select TIS table folder | System.String | opt. | Select TIS table folder through dialog window. | - |
or enter TIS table folder | System.String | opt. | Name of the TIS table folder, parameter possible. e.g. folder 1\#XI.TISPar('Par1')#\folder 3 | - |
Display operators | System.Boolean | - | Display operator that referenced the TIS table | - |
Examples
...
Calculation method | Settings | Result |
---|
... | | |
Troubleshooting
Problem | Frequent Cause | Solutions |
---|
... | | ... |