Get One Table Data

Choose source table

  1. Open 'Action set setting' dialog.
  2. Drag 'Get one record from table' action from Data operation tab and set into edit area.'
../../../../_images/img_01.en29.png
  1. Click 'Select table' button.
../../../../_images/img_02.en27.png
  1. In 'Select table' dialog, select source table and then click 'OK' button.
../../../../_images/img_03.en19.png

Tip

In case of multiple source tables, you can select multiple tables by checking 'Select multiple tables'.

../../../../_images/img_04.en18.png
  1. After clicking the 'OK' button, you will see that the table has been set up in the action.

    ../../../../_images/img_18.en3.png

Set source column and display destination cell

  1. Click 'Setting of columns and display destination' link button.
../../../../_images/img_05.en17.png
  1. In ‘Setting edit of columns and display destination’ dialog, set the cell for source column and display destination value.
../../../../_images/img_06.en13.png

There are two ways to specify the columns to be retrieved.

  • Select from the drop-down list.
  • Click on the 'Batch column setting' link button to use the batch setting function.

See also

See Batch setting of columns to be retrieved for the batch column setting function.

There are three ways to specify the columns to be displayed

  • Type directly into the text box.
  • Select cells from the sheet.
  • Click on the 'Batch setting of cells to be displayed' link button (right-lower in the dialog) to use the batch setting function.

See also

See Batch setting of cells to be displayed for the batch setting of cells to be displayed.

Tip

In the cell of display destination, you can set the following formula to return address character except the setting way like 'A1' or 'D5'

  • Use input value in =B5 ・・・ B5 cell as address
  • Use ="B"&5 ・・・ character connection to set address
  • Use =ADDRESS(5,2,4) ・・・ ADDRESS function to set 5th row 2nd column (B5) cell

Tip

  • Clicking the ‘Add all columns’ link button will set all columns in the selected table.

    ../../../../_images/img_07.en12.png

  • Clicking the ‘Delete all’ link button will delete all the columns you have set up.

    ../../../../_images/img_08.en9.png

See also

You can change the order in which columns are displayed. For details, see Changing the Display Order of Columns.

  1. Once set, click the ‘OK’ button.
../../../../_images/img_09.en9.png
  1. After clicking the 'OK' button, you will see that the columns to be retrieved and the cells to be displayed have been set in the action.

    ../../../../_images/img_19.en2.png

Set search condition

  1. Click 'Search condition' link button.
../../../../_images/img_10.en8.png
  1. Set search condition in ‘Edit condition’ dialog.
../../../../_images/img_11.en8.png
[1] Column name
Select column to be specified as a condition.
[2] Condition

Select condition type. Available condition types are as below

Condition Search target
matches The data matches the set value (A = B)
does not match The data does not match the set value (A <> B)
includes The data includes the set value (A like '%B%')
not includes The data does not include the set value(A not like '%B%')
starts with The data starts with the set value (A like 'B%')
not starts with The data does not start with the set value (A not like 'B%')
ends with The data ends with the set value (A like '%B')
not ends with The data does not end with the set value (A not like '%B')
is not smaller than The data is not smaller than the set value(A >= B)
is larger than The data is larger than the set value (A > B)
is not larger than The data is not larger than the set value (A <=B)
is smaller than The data is smaller than the set value(A < B)
matches one of the following The data matches one of the given values (A in (B, C, D))
not matches any of the following The data does not matches any of the given values (A not in (B, C, D))
is empty Blank data (A = '')
is not empty Not blank data (A <> '')
[3] Value
Input value to set as condition. You can use formula or function, or input by cell reference.
[4] If value is empty, exclude
If checked, values that are empty at the time of action execution will be excluded from the conditions.
[5] Join condition between conditions
Set join condition between conditions. You can select 'Or' or 'And'.

Tip

If multiple source tables are selected, gear icon is displayed.
You can set columns on the right side by clicking the gear icon and checking 'Select table columns'.
You can set table join conditions by selecting relational tables here.
../../../../_images/img_12.en7.png

Attention

Some combinations of column data types, conditions, and values may result in automatic value substitution when the action is executed.
  1. Once set, click the ‘OK’ button.

  2. After clicking the 'OK' button, you will see that the search criteria have been set in the action.

    ../../../../_images/img_20.en2.png

Batch setting of columns to be retrieved

The batch column setting function allows you to select and deselect columns at once.

  1. Click 'Batch column setting' link button.
../../../../_images/img_13.en4.png
  1. In the 'Batch column setting' dialog, select (check) or deselect (uncheck) the column.
../../../../_images/img_14.en4.png

Attention

If you deselect a column set in the ‘Setting edit of columns and display destination’ dialog, the settings in the ‘Setting edit of columns and display destination’ dialog will be deleted.

  1. Once set, click the ‘OK’ button.

  2. After clicking the 'OK' button, you will see that the columns have been set in the 'Setting edit of columns and display destination' dialog.

    ../../../../_images/img_21.en1.png

Batch setting of cells to be displayed

The batch cell address setting function sets cells from a sheet in a batch.

  1. Click 'Batch setting of cells to be displayed' link button.
../../../../_images/img_15.en4.png
  1. When the ‘Batch cell address setting' dialog box appears, select the cells to be displayed from the sheet. Cell addresses will be set in the "selected cell" (red boxed area) of the target columns.
../../../../_images/img_16.en4.png

Tip

When a cell is clicked, the target column (red frame part) automatically moves and can be set continuously.

../../../../_images/img_17.en3.png
  1. Once set, click the ‘OK’ button.

  2. After clicking the 'OK' button, you will see that the cell addresses have been set in the 'Setting edit of columns and display destination' dialog.

    ../../../../_images/img_22.en1.png


Important

To get one record from table, users require the following permissions..

  • Application author

And also, Application author needs the following permission to tables.

  • Reference

Regarding permission setting, refer Set Table Permission.

../../../../_images/celf_help_mascot5.png

Related keywords

select, where