I want textbox with no data to show as 0
Posted: Fri Oct 27, 2023 5:51 pm
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
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