Alright! I know i have been a pain latley so forgive me
Weird problem where data returned from blockspring with value β0β is not being displayed in the text element while all other value above β0β are being displayed correctly.
The data from blockspring returns the value β0β
so what is preventing the text element from displaying the β0β value? even if i use the input element the β0β still is not displayed!
I was using another blockspring block yesterday to generate numbers in a RG and it gave me 0s just fine. From what it looks like, the block may actually not be giving you 0 and that the raw results corrects for this in its frontend by inserting 0.
This is really a guess, but could you put a conditional on the current cell? βWhen current cellβs Thingβs Value is emptyβ (or <1, etc), set the Text to 0.
(And your input example β you are just setting the initial content to the number, correct? Youβre not actually typing a 0 into there and not having it appear?)