Forum Discussion
AhuvaBrown
Qrew Cadet
The result of the GetFieldValues formula is multi-select text, so it has to be converted to the data type of the field it's in (unless it's already a multi-select text field). So if it's a text field, convert the formula to text:
ToText(GetFieldValues(GetRecords("{16.EX.'"&[Date]&"'}","tableB"),25))
------------------------------
Ahuva Brown
------------------------------
ToText(GetFieldValues(GetRecords("{16.EX.'"&[Date]&"'}","tableB"),25))
------------------------------
Ahuva Brown
------------------------------
AngelaAnderson
3 years agoQrew Member
Just tried that. It lets me save the field, but the entire formula is underlined in red and now says expecting number but found text.
When I look at the value on my table for RM A cost I am getting a value of 0.
------------------------------
Angela Anderson
------------------------------
When I look at the value on my table for RM A cost I am getting a value of 0.
------------------------------
Angela Anderson
------------------------------