Forum Discussion
MarkShnier__You
Qrew Legend
It looks like a great formula. What's the problem with it.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
AnneMartin
3 years agoQrew Trainee
It doesn't return any data, and I don't understand it well enough to break it down to find the glitch.
------------------------------
Anne Martin
------------------------------
------------------------------
Anne Martin
------------------------------
- PrashantMaheshw3 years agoQrew Captainis your app using dd-mm-yyyy as date format ?
------------------------------
Prashant Maheshwari
------------------------------- MarkShnier__You3 years agoQrew LegendAnne, I don't have time to test right now, but you can move us forward by making a new formula multi select text for field to just return the string.
//FID 8 = pay date
var text myquery= "{8.GTE.'"&[First of Month]&"'} AND {8.LTE.'"&[Last of Month]&"'}";
var text querya= "{GetFieldValues(GetRecords($myquery),8)}";
$querya
Let's see what the string looks like. I suspect that the dates are in an unexpected format.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- AnneMartin3 years agoQrew TraineeIt returns the formula query now: {GetFieldValues(GetRecords($myquery),8)}
All my dates are in mm/dd/yyyy format.
------------------------------
Anne Martin
------------------------------