Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

This event would be emitted when user clicks on save button of calculated measure dialog.

Interface

{"msgId": "",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresSave", "payload": {
"info": {
"status": "success",
"desc": "Calculated Measures saved successfully."
},
"data": {
"wbId": "",
"wbName": ""
}
}}

Points to Consider

  1. In payload, HostApp will get wbId, wbName.
  2. Workbook will be saved when this API is executed.

Example


{
"msgId": "16929831994277127033012171125687",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresSave", "payload": {
"info": {
"status": "success",
"desc": "Calculated Measures dialog closed. All calculated measures saved in workbook.",
"extDesc": "", "code": 0
},
"data": {
"wbId": "Workbook16842178832565127033087167053647",
"wbName": "DEMO_WorkbookUseInIntegration"
}
}
},

  • No labels