Forum Discussion
MarkShnier__You
3 years agoQrew Legend
np,
This used to be really messy, but now its easy with a Formula Query.
Try this
var text QUERY = "{20.EX.'" & [Related Job] & "'} AND {3.LTE.'" & [Record ID#] & "'}";
Size(
GetFieldValues(
GetRecords($QUERY),3))
// replace the 20 with the fid for the field for related parent.
// replace related job with the field name for [Related Parent]
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
This used to be really messy, but now its easy with a Formula Query.
Try this
var text QUERY = "{20.EX.'" & [Related Job] & "'} AND {3.LTE.'" & [Record ID#] & "'}";
Size(
GetFieldValues(
GetRecords($QUERY),3))
// replace the 20 with the fid for the field for related parent.
// replace related job with the field name for [Related Parent]
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- ToddMolino3 years agoQrew CadetThank you Mark!
------------------------------
Todd Molino
------------------------------ - BradElmore2 years agoQrew Assistant Captain
Thank you Mark -- This worked for me as well.
------------------------------
Brad Elmore
------------------------------ - NoelHerron12 years agoQrew Member
Elegant solution, Mark. Thank you very much! Been looking for this for a while.
------------------------------
Noel Herron
------------------------------