Conditional not working for Input element in a repeating group

Hi, I have a repeating group with calculated values set in the initial content of input elements to display the data to the user. I am using input elements so that I can perform calculations on those fields in the repeating group. I need to set a condition on these inputs to display a value of zero if the calculated value is less than zero. This seemed pretty straight forward but it does not seem to be working. Any ideas?


Change it to “This Input’s value 0”

Hi Doug same result when I do that.

The way I got this to work was to copy my expression from the initial content formula into the conditional “When” statement and set it to < 0 and that seemed to work.

This topic was automatically closed after 70 days. New replies are no longer allowed.