Page 1 of 1

I want textbox with no data to show as 0

Posted: Fri Oct 27, 2023 5:51 pm
by ericp
In my JSON, I have Projects and Fundings. Not all Projects have Fundings (projects without funding in the JSON don't have a property in the JSON).

I am trying to get the textbox in my databand to display 0 if there is no funding for a project (aka there is no found property) Currently it's only showing up if it finds properties in the JSON, but blank if not found

Re: I want textbox with no data to show as 0

Posted: Mon Oct 30, 2023 10:02 am
by Max Shamanov
Hello,

You can use conditions to achieve this.

Thank you.

Re: I want textbox with no data to show as 0

Posted: Tue Dec 26, 2023 2:38 am
by drownlumbar
You can use additional conditions: if the value = 0, the result will be displayed blank.
connections game

Re: I want textbox with no data to show as 0

Posted: Wed Dec 27, 2023 8:09 am
by Lech Kulikowski
Hello,

Thank you for the suggestion.