Create View Activity¶
Creates a new view from SQL query. You can create a new view by joining multiple views, filtering records or by grouping records.
Parameters¶
Name |
Description |
Type |
Default |
---|---|---|---|
Title |
Title of the activity to display on the designer. |
text |
|
SQL Query |
Traditional SQL SELECT statement. |
text |
|
As |
New view name. |
text |