- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
var nNumber = NumericField1.rawValue - NumericField2.rawValue;
if (nNumber > 2 || NumericField3.rawValue > 5) {
TextField1.presence = "visible";
TextField2.presence = "hidden";
}
I can't get seem to get this code to work. Should this code work in terms of the formula, symbols, etc?
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes