[SOLVED] Derived variable data missing

Hello,

I have been using a couple derived data variables with success, when I updated them both with new formulas they show “No data to display.”

The variables which feed these derived variables are all receiving data, that is not a problem.

Here are the formulas:

0.0542 * (( raw variable1 * raw variable1 )+( raw variable2 * raw variable2 )) * sqrt( raw variable3 )

and

( derived variable / 1.14375) / raw variable *320

Am I missing something obvious here?

in this formula:

0.0542 * (( raw variable1 * raw variable1 )+( raw variable2 * raw variable2 )) * sqrt( raw variable3 )

raw var 1 and raw var 2 are sliders set from the dashboard. Is this a problem?

Hello @agrisense,

The variable is not displaying the values calculated because the variable contained in the expression are being updated with different timestamps. For this, you should assign all the expresion inside the method below:

fill_missing(_formula here_)

For a detailed explanation of the method, please refer to the documentation!

If you have any additional doubt let me know! :smiley:

All the best,
Maria C.

That’s it, well done and thank you Maria.

We are here to help! :smiley: