This is a list of Data types and Sub types that can be used in Workflow Apps. The input field for the form is prepared automatically depending on each Data type.
Data-types and Sub types
String-type
Subtype | Input style |
---|---|
Text Box single line | Text input |
Text Box multiple lines | Text input (line breaks allowed) |
Numeric-type
Subtype | Input style |
---|---|
- | Numeric Input |
- Data Item: Numeric-type
- Automatically input calculation results.
- example of four arithmetic operations
((#q_Numeric1 – #q_Numeric2) * 5 + 12.345) * #q_Table.summary['total'] / q_Numeric4
- example of four arithmetic operations
- Decimal and thousands separator setting
- e.g. “1,234.56″, “1.234,56″
- Prefix or Suffix setting
- e.g. “$123″, “123%”, etc.
Select-type
Subtype | Input style |
---|---|
Radio Button | Select one Choice |
Select Box | Select one Choice |
Check Box | Multiple selection allowed |
Search Select Box | Select one Choice |
- Data Item: Select-type
- Values input in String-type Data Item may be used as choices
Date-type
Subtype | Input style |
---|---|
Y/M/D | Calendar input Text input in format of yyyy-mm-dd |
Y/M | Text input in format of yyyy-mm |
Y | Text input in format of yyyy |
M/D | Text input in format of mm-dd |
Date-Time type
Subtype | Input style |
---|---|
- | Calendar input, Pull-down input Now button input Text input in format of yyyy-mm-dd HH:MM |
File-type
Subtype | Input style |
---|---|
- | Select from file system (Multiple files allowed) Multiple simultaneous select allowed (Chrome / Firefox / IE11) |
User type
Subtype | Input style |
---|---|
- | Type Username or email address to search and selec Click on [Select yourself] button Click [Select from Organization tree] button and select from chart |
Organization-type
Subtype | Input style |
---|---|
- | Select from Organizations list Click on [My] button |
Discussion-type
Subtype | Input style |
---|---|
- | Click on [Send] button |
- Data Item: Discussion-type
- Chatting board for discussion.
- Input time and User’s name are recorded automatically.
- When the Task is completed any unsaved comments in the input box are also recorded
Table-type
Subtype | Input style |
---|---|
(Data type in column) String type (Single line) Numeric type Select type (Select Box) Date type (Date Time) |
Based on Data type in each column |
- Data Item: Table-type
- Automatic input of the calculation result
The sum or product of two columns, the sum or product of one column and fixed value is to be input
Sum of the items - Decimal and thousands separator setting
- e.g. ""1,234.56"", ""1234.56, ""1.234,56"", ""1234,56""
- Prefix or Suffix setting
- e.g. ""$123"", ""123%"", etc.
Guide Panel-type
Subtype | Input style |
---|---|
- | (Display only) |
- Data Item: Guide Panel-type
- Operational manual and referential information can be described.
- HTML is available.
Comments
0 comments
Article is closed for comments.