Forum Discussion
ChrisNewsome
2 years agoQrew Captain
Here is my formula: (64 is the FID for "Total Won Value (YTD)" and 62 is the FID for "Territory")
var text QUERY = "{64.GT.'" & [Total Won Value (YTD)] & "'}AND{62.XEX.'Knoxville'}";
Size(GetRecords($QUERY))+1
Here's the results I'm getting:
As you can see it's not sorting by that field at all. Also it returned 32 results for #s up to 15 and none of the numbers match.
------------------------------
Thanks,
Chris Newsome
------------------------------
MannyPinheiro
2 years agoQuickbase Staff
What result are you getting? Or what's not working as you expect it to?
- ChrisNewsome2 years agoQrew Captain
did you see my post above with the photo?
------------------------------
Thanks,
Chris Newsome
------------------------------- MannyPinheiro2 years agoQuickbase StaffFirst, can you change the operator from GT to GTE.
- ChrisNewsome2 years agoQrew Captain
Will that correct it? I did that based on what she said in the video.
------------------------------
Thanks,
Chris Newsome
------------------------------