Skip to end of banner
Go to start of banner

Data Table Configuration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

After the steps from the Configuration page are complete, configure the Data Table Custom Field following the steps below:

  1. Access Kepler General Parameters configuration page.
  2. The first parameter to configure is the Thread Local Caching.
  3. Choose from the combo box the desired custom field of type Data Table Information.
  4. Choose from the available options for 'Data Source' like in the image below:
  5. If Data Source is Database, another 2 parameters are available to be configured: - JNDI name and SQL Query.(Please see the Configuration page for details.)
  6. If Data Source is set to SIL, SIL Script is the editor where you should type a script like in the image below:

For the example: return 2, {"A", "B", "1", "2"}, You should specify first the number of columns.(2). A and B are the column names and 1, 2 the values  (1 - > A, 2 -> B).

   7.  Save the settings using the "Save configuration" button.

  • No labels