- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Can someone can help change this to formcalc please and BIG thank you
if (tfProductCode.rawValue == "widgits" || tfProductCode.rawValue == "gizmos || ... )
this.rawValue = this.parent.tfSize.rawValue * this.parent.tfQuantity.rawValue * this.parent.tfPrice.rawValue;
else this.rawValue = this.parent.tfQuantity.rawValue * this.parent.tfPrice.rawValue;
Views
Replies
0 Likes
Total Likes