
I have 2 Number Fields on a Form. A and B.
B will be automatically populated with a random number using Rand().
I will like that B only becomes visible when the user enters a value in Field A. So onChange of A, B becomes visible. What is the syntax for this?
In the Visible property of the datacard for B:
!IsBlank(DataCardValueA.Text)
Or
DataCardValueA.Text <>""
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Consider Checking My Youtube Channel