- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I would use some thing similar to following JS code in "calcuate" event of the totalCost value goies to .....
if (!box1.isNull && !box2.isNull && !box3.isNull) {
this.rawValue = (box1.rawValue + box2.rawValue + box3.rawValue) * 1.5;
}
Views
Replies
0 Likes
Total Likes