VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Simple arithmetic operations Supported? #258

Closed criticalboot closed 11 months ago

criticalboot commented 1 year ago

Can the adjusted KWH value be updated when the adjustment value is changed?

Ref image

image

for example: If I Enter 10 in the Adjustment value, Expection is to update the adjusted KWH value with 4824 and -10 is the Adjustment value adjusted KWH should be 4804.

asimonok commented 11 months ago

It's not supported. It requires field dependencies which is a complex thing and will bring many potential issues

mikhail-vl commented 10 months ago

We added On change function in v3.5.0, which allows to do it.