createsheet - qlik-oss/gopherciser GitHub Wiki
Create a new sheet in the current app.
-
id
: (optional) ID to be used to identify the sheet in any subsequentchangesheet
,duplicatesheet
,publishsheet
orunpublishsheet
action. -
title
: Name of the sheet to create. -
description
: (optional) Description of the sheet to create.
{
"action": "createsheet",
"settings": {
"title" : "Generated sheet"
}
}