Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This event would be emitted when calculated measure dialog has been opened.

Interface

{"msgId": "",
"msgName": Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)

...

This event will be triggered when the Calculated Measures dialog is opened.

Interface

Code Block
{"msgId": "",
"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {

...


"info": {

...


"status": "success",

...


"desc": ""

...


},

...


"data": {

...


}}

Points to

...

consider

  1. With this event, the HOST

...

  1. APP may get status as

...

  1. pending

...

  1. , if expressions are not yet fetched. In this scenario, once the expressions are fetched, the HOST

...

  1. APP will get the same event with status

...

  1. success

...

  1. . The HOST

...

  1. APP should handle this case.

Example

Code Block
{"msgId": "Guid_5003806380",

...


"msgName": "kyvos.viewer.wb.onCalculatedMeasuresDialogOpen", "payload": {

...


"info": {

...


"status": "success",

...


"desc": "Calculated Measures dialog opened successfully.", "extDesc": "",

...


"code": 0

...


},

...


"data": null

...


}}