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,publishsheetorunpublishsheetaction. -
title: Name of the sheet to create. -
description: (optional) Description of the sheet to create.
{
"action": "createsheet",
"settings": {
"title" : "Generated sheet"
}
}