- In the data editor, I have a rollup field with “Units” set.
- I create another IF->Then Field. where I want to handle three cases:
a. if the count is 0 then keep the field empty
b. if the count is 1 then write “1 Unit”
c. if the count is more than 1 use the rollup field with the units.
the bug is that in this case the Units isn’t passed to the If=>then field, and I’m left with only a number.
When I create the IF->then field I can see that the units are passed, until I add the condition to handle count=1 (2b in the list above). When I add this condition I only see the number without the unit name.