Avoid exclamation error on Canvas Visual Element when row is zero

Hi Guys,

I have a DropDownFilter controlling two sets of Gauges for two sets of data. At times the filter would not return any data and i get an error - Empty Table. Is there a way to handle this failure in a nice way without the visual exclamation mark ? Hide the gauge when the row count is zero for example?

Screen Shot 2022-01-22 at 3.15.33 AM

If you add onError parameter to math, such as math "mean(percent_uptime)" onError="zero" , the guage will be 0% on error. Though I'm not sure whether it is possible or not, I couldn't find the way to hide guage on error.

What a champ !

This works for me with the zero

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.