Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
Try this. I will use formula variables to break the formula into smaller pieces.
var text Temp = Left([my text field],"x");
Length($Temp) +1
var text Temp = Left([my text field],"x");
Length($Temp) +1
Jan-WillemSpeck
8 years agoQrew Assistant Captain
No I didn't.
But what I learn from this is how to define and use variables and that you can treat the formula field also as a field where we can enter pieces of code because that is what you actually doing.
And that opens new possibities, lots of them
What a joy :-)
for the second time today
TXS!!
But what I learn from this is how to define and use variables and that you can treat the formula field also as a field where we can enter pieces of code because that is what you actually doing.
And that opens new possibities, lots of them
What a joy :-)
for the second time today
TXS!!