Forum Discussion
AnneMartin
3 years agoQrew Trainee
I tried this but unfortunately it still does not work. The variable seems to be the problem, as $myquery is highlighted in the formula.
------------------------------
Anne Martin
------------------------------
------------------------------
Anne Martin
------------------------------
MarkShnier__You
3 years agoQrew Legend
Please post a copy and paste your formula text and also the error message
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- AnneMartin3 years agoQrew TraineeIs this what you're asking for?
//Tech Codes FID 8 = technician, FID 17 = bonus rate
var text myquery= "{8.EX.'"&[User to text]&"'}";
ToNumber(
ToText(
Getfieldvalues(getrecord($myquery,[_DBID_TECH_Info]),7) ))
------------------------------
Anne Martin
------------------------------- MarkShnier__You3 years agoQrew LegendChange GetRecord to GetRecords
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- AnneMartin3 years agoQrew TraineeThanks, Blake & Mark. That worked!
------------------------------
Anne Martin
------------------------------