Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Your Welcome. I'm a pack rat when it comes to these things.
If you want to repay the favour, I suggest that you set a formula variable at the top like
var number MyNumber = [my number field];
Then change all uses of the [Number] to $MyNumber.
Then in future we will just need to make that one change at the top and not need to look though that whole long formula to change [ Number] to the real field name in our apps.
If you want to repay the favour, I suggest that you set a formula variable at the top like
var number MyNumber = [my number field];
Then change all uses of the [Number] to $MyNumber.
Then in future we will just need to make that one change at the top and not need to look though that whole long formula to change [ Number] to the real field name in our apps.