DIALOG.SHOW
It is possible to export data to the App Files of an App (e.g. TIMESCALE.EXPORT()). Usually it is possible to access the App Files over the left side menu. This menu is not accessible, if you only want to allow your user to be able to access a build App via the "preview" or "share App" mode. The DIALOG.SHOW() function allows opening the App Files via event on a shape or object.
Syntax
=DIALOG.SHOW()
Arguments
None
Return
Type | Description |
---|---|
Boolean | TRUE. |
Hint
This function should not be used in a cell
Examples
Formula | Result | Comment |
---|---|---|
| Open the App File Dialog via event assigned to a shape. |