duplicatesheet - qlik-oss/gopherciser GitHub Wiki
Duplicate a sheet, including all objects.
-
id
: ID of the sheet to clone. -
changesheet
: Clear the objects currently subscribed to and then subribe to all objects on the cloned sheet (which essentially corresponds to using thechangesheet
action to go to the cloned sheet) (true
/false
). Defaults tofalse
, if omitted. -
save
: Executesaveobjects
after the cloning operation to save all modified objects (true
/false
). Defaults tofalse
, if omitted. -
cloneid
: (optional) ID to be used to identify the sheet in any subsequentchangesheet
,duplicatesheet
,publishsheet
orunpublishsheet
action.
{
"action": "duplicatesheet",
"label": "Duplicate sheet1",
"settings":{
"id" : "mBshXB",
"save": true,
"changesheet": true
}
}