RyanLocke1
3 years agoQrew Cadet
New Formula Queries
I am using the new formula queries to sum the total days billed in an unrelated table like this
SumValues(GetRecords("{96.EX.'" & [Record ID#] & "'}",[_DBID_BILLINGS]),120)
I want to add another field like this just with one more query within it to just return the total days billed in the last 7 days and not sure the best approach.
Thank you!
------------------------------
Ryan Locke
------------------------------
SumValues(GetRecords("{96.EX.'" & [Record ID#] & "'}",[_DBID_BILLINGS]),120)
I want to add another field like this just with one more query within it to just return the total days billed in the last 7 days and not sure the best approach.
Thank you!
------------------------------
Ryan Locke
------------------------------