Forum Discussion
MarkShnier__You
Qrew Legend
3 years agoIt 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
------------------------------
- AnneMartin3 years agoQrew TraineeIt doesn't return any data, and I don't understand it well enough to break it down to find the glitch.
------------------------------
Anne Martin
------------------------------- PrashantMaheshw3 years agoQrew Captainis your app using dd-mm-yyyy as date format ?
------------------------------
Prashant Maheshwari
------------------------------- MarkShnier__You3 years ago
Qrew Legend
Anne, 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
------------------------------