Forum Discussion
MarkShnier__You
Qrew 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
------------------------------
ToddMolino
3 years agoQrew Cadet
Thank you Mark!
------------------------------
Todd Molino
------------------------------
------------------------------
Todd Molino
------------------------------