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 36 Next »

  ← Return to the list of available actions

If you have a problem understanding how the action works, check: ActionConditional executionComponents parameters

Basic information

Category: Table

Action location: Table, Table button, Button

Available from version: 1.0.12

Description

Displays database data in a table in a new window. The window allows you to sort and filter data, as well as export selected rows to a specified dynamic table.

Example new window preview

 

Action call-up

Leaving an empty conditional field is equal to setting it to "true".

Action location

Conditional execution parameter action

Action call-up condition

Table (from 1.0.20) 

Activates button on table

Pressing the button

Table button

Activates action

Pressing the button

ButtonActivates actionPressing the button
Configuration parameters

Parameter name

From version

Description

Paremeter type

Default value

Field type

Comments and restrictions

Database Name*

1.0.12

Name set in dbExplorer

Text

 

Editable field

 

Query key1.0.12The key (name) of the query in the pm_dbqueries tableText Editable field 
Query Parameters1.0.12Values of query parametersAn array of text values Editable field 
Types of query parameters1.0.12 An array of text values Drop-down list

Types are selected from the values:

Displayed ValueValue transmitted
Textstring
Integerinteger
Floatfloat
Datedate
Date with timedatetime
Column names*1.0.12The names of the columns displayed in the table in a new windowAn array of text values Editable field 
Column indexes1.0.12Indexes of columns displayed in a new window - should coincide with the columns transferred from the queryAn array of text values Editable field 
Variables to set1.0.12Variables to which selected values from mapped columns will be assigned.Array of variables Editable field 
Types of columns1.0.60Types of columns in the database - information needed to filter columnsAn array of text values Drop-down list
Displayed ValueValue transmitted
Textstring
Integerinteger
Floatfloat
Datedate
Hidden1.0.68Specifies whether selected data downloaded to the table should be hiddenAn array of boolean values Editable field 
Number of rows1.0.12Number of lines on one pageInteger Editable field 
Override data1.0.12Clears tables before saving dataBoolean Editable field 
Moving1.0.12Button that allows data to be transferred to a dynamic tableBoolean Editable field 

Multiple rows selection

 

 

1.0.90Parameter specifies if user can select many rows or just one.Boolean Editable field 
Numbering1.0.12Enables / disables row numberingBoolean Editable field 
Variable set id1.0.78
Specifies to which dynamic table the data from the database presented in the new window is to be exported
Text Editable field
The field is visible only if the action is placed on a regular button.
Multiple value support1.0.89An optional parameter that allows handling of many values returned by the database dedicated to one header variable.Text Drop-down list

Possible parameter values:

Displayed Value
Value transmitted
Throw an exceptionBLOCK

Get the first value

FIRST
Get unique values separated by a semicolonUNIQUE

Parameter*- mandatory field 

Configuration example

Action on table

Action on table button

Change log

1.0.12

  • Adding a component

1.0.45

  • Fix for placing parameters in the component

1.0.60

  • Dynamic form + adding buttons select all, deselect all + filtering

1.0.61

  • Support for adding a date type to the table

1.0.62

  • Adding the option of placing a button on the table

1.0.65

  • Case insensitive filtering

1.0.68

  • Ability to add hidden columns to the table

1.0.71

  • Acceleration of switching between successive pages of the window

1.0.72

  • Calling a save function before getting data from table

1.0.78

  • Putting an action under an ordinary button

1.0.89

  • Allows to set form variables

x.x

  • Adjusting action to the new component builder + removing the Button name parameter

  • No labels