Summary

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
for working with Path
and parameters in 5.10.
or earlier
(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 element of the result pops up) and combines the strings.

#PATH_FOLDER#.Substring(0,#PATH_FOLDER#.Length - 1-  #Path#.Substring(1).IndexOf((char) 92)) + #Path#.Substring(1) 

Configuration

Settings

Want to learn more?

Examples

Example: Get information 

Situation

An admin wants information a the TIS tables in his project

Settings

Result

Project-File

-


Troubleshooting

Nothing known up to now.

Related topics