- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I have two check boxes if both check boxes are checked then another field would display a number. How do I get my calcualtion to work?
This is what I have so far for the calc.
if ((this.rawValue ==1) (CheckBox4.rawValue == 1))
{
NumericField1.rawValue
= 4
}
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes