Select table data in a pop-up window

This action allows you to automatically generate a data selection screen from a table.
Example of Action Execution
../../../_images/img_00.en10.png

Setting

Select the table from which to obtain data

  1. Open the 'Action Set Settings' dialog.
  2. From the 'UI' tab, drag the 'Select table data in pop-up window' action and set it in the edit area.
../../../_images/img_01.en121.png
  1. Click the 'Select Table' button.
../../../_images/img_02.en117.png
  1. Select the table from which to retrieve.
../../../_images/img_03.en99.png

See also

For information on how to specify search criteria, see Getting a Single Data Item from a Table Choose source table


Specify the columns from which to retrieve data and where to display the sheet

  1. Click the 'Select Table' button.
../../../_images/img_04.en91.png
  1. Specify the cells to be displayed on the sheet and the columns of the table to be displayed.
../../../_images/img_05.en84.png

See also

For information on how to set the columns to retrieve and the columns to display, see Retrieve multiple items of data from a table > Set source columns and display columns

Tip

The current row can be obtained by using the ROW function to specify the cells to be displayed on the sheet.
For information on the behavior of the ROW or COLUMN functions in an action set, see the Get current row or column during processing

Pop-up Screen Settings

This section describes the settings for pop-up screens that list data in designated tables (see (1) to (3) below).
../../../_images/img_19.en25.png
[1] Search/sort criteria
You can set the acquisition conditions and the order of the data to be displayed in the list on the pop-up screen.
See "Specifying Data Acquisition Conditions" and 'Specifying Data Sorting Conditions' below for setting methods.
[2] Display items
Specify the items to be displayed in the list of pop-up screens.
See 'Specifying items to be displayed on the pop-up screen' below for details on how to set up the pop-up screen.
[3] Search Items
You can set search items when you click the search button.
See 'Specifying search items to be displayed on the pop-up screen' below for details on how to set this up.

Specify conditions for data acquisition

  1. Click on the 'Edit Conditions' button.
../../../_images/img_06.en70.png
  1. Specify acquisition conditions in the 'Edit Conditions' dialog box.
../../../_images/img_07.en65.png

See also

For information on how to specify search criteria, see Getting a Single Data Item from a Table Set search condition

Specify data sorting conditions

  1. Click on the 'Edit Sort Criteria' button.
../../../_images/img_08.en61.png
  1. In the 'Edit Sort Conditions' dialog, specify the table columns and order, then click the 'OK' button.
../../../_images/img_09.en54.png

Tip

  • In order, you can select "ascending order" or "descending order". The initial value is "ascending order.
  • If multiple sort conditions are specified, their order of precedence is by sort number.

Specify items to be displayed on the pop-up screen

  1. Click on the 'Edit Screen Items' button.
../../../_images/img_10.en49.png
  1. In the 'Set Items to Display on Screen' dialog, specify the table columns and names to display on the screen, then click the 'OK' button.
../../../_images/img_11.en47.png

Tip

  • The item specified here will appear on the pop-up screen.
  1. To adjust the column width of the list of data displayed in the pop-up screen, click on "Column width adjustment" and adjust each column in the grid.
../../../_images/img_12.en43.png

../../../_images/img_13.en40.png

Specify search items to be displayed on the pop-up screen

  1. Click on the 'Edit Screen Items' button.
../../../_images/img_14.en37.png
  1. Set search items in the 'Set search items to be displayed on screen' dialog.
../../../_images/img_15.en34.png
[1] Search Items
Select items to be displayed as search items on the pop-up screen.
[2] User input
Select whether to make the entry of search criteria mandatory or optional when searching.
[3] Initial values for input fields
Specify the initial values for the search item entry fields.
[4] Search Conditions

When searching, select the match criteria with the input field. Possible selections are as follows

Condition Search target
is matched, then Data that exactly matches the input value (A = B) . *B is input value
is included, then Data partially matching the input value (A like '%B%'). *B is input value
is the starting characters, then Data forward matching the input value (A like 'B%'). *B is input value
is the ending characters, then Data backward matching the input value (A like '%B'). *B is input value
is equal or smaller than data in table, then Data that input value is equal or smaller than (A >= B). *B is input value
is smaller than data in table, then Data that input value is smaller than (A > B). *B is input value
is equal to or larger than data in table, then Data that input value is equal to or larger than (A <= B). *B is input value
is larger than data in table, then Data that input value is larger than (A < B). *B is input value

Specify multiple selections of data

  1. Specify the maximum number of data that can be selected in the pop-up window after the check box is turned on and the data is editable.
../../../_images/img_16.en32.png

Tip

If the maximum number of rows to be retrieved is not specified, the maximum number of rows to be retrieved is the number of rows in the sheet.

Movement at Execution

  1. When executed, the following dialog box appears
../../../_images/img_17.en29.png

Tip

If multiple selection of data is allowed in the action settings, the selection button becomes a check box.

  1. When data is selected, the selected data is output to a cell.
../../../_images/img_18.en27.png