AnneMartin
3 years agoQrew Trainee
Formula Query expecting number but found text
I'm new to writing formula queries and keep running into type mismatches.
I'm figuring bonuses for our technicians, and have the bonus rate stored on another table.
var text myquery= "{8.EX.'"&[User to text]&"'}";
Getfieldvalues(getrecord($myquery,[_DBID_TECH_Info]),7)
The formula above says it's expecting a number but found text. Do I need a different function to look up a text field?
------------------------------
Anne Martin
------------------------------
I'm figuring bonuses for our technicians, and have the bonus rate stored on another table.
var text myquery= "{8.EX.'"&[User to text]&"'}";
Getfieldvalues(getrecord($myquery,[_DBID_TECH_Info]),7)
The formula above says it's expecting a number but found text. Do I need a different function to look up a text field?
------------------------------
Anne Martin
------------------------------