Event: kyvos.viewer.wb.onCalculatedMeasuresDialogOpen
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace  Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
This event will be triggered when the Calculated Measures dialog is opened.
Interface
{"msgId": "",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {
"info": {
"status": "success",
"desc": ""
},
"data": {
}}
Points to consider
With this event, the HOST APP may get status as pending, if expressions are not yet fetched. In this scenario, once the expressions are fetched, the HOST APP will get the same event with status success. The HOST APP should handle this case.
Example
{"msgId": "Guid_5003806380",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {
"info": {
"status": "success",
"desc": "Calculated Measures dialog opened successfully.", "extDesc": "",
"code": 0
},
"data": null
}}
Copyright Kyvos, Inc. All rights reserved.