Data Block
Last updated
Was this helpful?
Last updated
Was this helpful?
Data block is the main visual element corresponding to tables/views in database.
With data blocks, end users can:
see
sort
filter and
manipulate
the data in tables/views.
Defined in .
Data blocks can not be nested.
Supports two type of view modes. , and .
Data block must only have one element as inner element.
Mandatory : yes Unique : yes Data Type : char Default Value: - Predefined Values Allowed: -
Hold the table/view key column name.
If not set, database default key column name is assigned if exists (for oracle, default value is "rowid")
Mandatory : no Unique : no Data Type : char Default Value: For oracle, default value is "rowid" Predefined Values Allowed: -
Data source name is the table/view name.
It cannot contain the schema name if the connected/current user is not the owner of the table/view.
It cannot be a sub select/query.
Mandatory : yes Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Schema name of the the table/view name.
It can be empty if the current schema/user is the the owner of the table/view.
Mandatory : yes Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Property is not mandatory.
If it is not specified, "default" is used as connection name.
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Do not write "where" keyword in the property value.
Can contain any legal SQL WHERE condition statement(s) (etc database functions, sub selects)
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
It is SQL "order by" clause.
Do not write "order by" in the property value.
Can contain any legal "order by" statements
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
Mandatory : no Unique : no Data Type : char Default Value: - Predefined Values Allowed: -
It is the number of records to be displayed on the screen.
Mandatory : yes Unique : no Data Type : number Default Value: - Predefined Values Allowed: > 0
Not implemented yet.
Mandatory : no Unique : no Data Type : bool Default Value: yes Predefined Values Allowed: {yes|no}
Not implemented yet.
Mandatory : no Unique : no Data Type : bool Default Value: yes Predefined Values Allowed: {yes|no}
Not implemented yet.
Mandatory : no Unique : no Data Type : bool Default Value: yes Predefined Values Allowed: {yes|no}
CSS show/hide method
Mandatory : no Unique : no Data Type : char Default Value: visibility Predefined Values Allowed: {display|visibility}
Use auto-generated-columns property
in order to declare which columns will be shown in data block.
Mandatory : no Unique : no Data Type : char Default Value: no Predefined Values Allowed: { * | comma separated column names}
It is used to implement master-detail relationship between data blocks. It is the master data block name of the current data block. A data block can only have one master data block but can have many detail data blocks. Master data block must be defined in the before the current data block. It works together with
It is used to implement master-detail relationship between data blocks. It is a "where" statement. It should conform the SQL specification One of the operands used in join condition statement must reference to the item name of the master data block Master data block must be defined in the before the current data block. It works together with
Must be empty if is set.