publishsheet - qlik-oss/gopherciser GitHub Wiki
Publish sheets in the current app.
-
mode
:-
allsheets
: Publish all sheets in the app. -
sheetids
: Only publish the sheets specified by thesheetIds
array.
-
-
sheetIds
: (optional) Array of sheet IDs for thesheetids
mode. -
includePublished
: Try to publish already published sheets.
{
"label": "PublishSheets",
"action": "publishsheet",
"settings": {
"mode": "sheetids",
"sheetIds": ["qmGcYS", "bKbmgT"]
}
}