MarkShnier__You
Qrew Legend
4 years agoRe: Summing data for Calendar Report
This used to be almost impossible or complex. Now it's easy with Formula Queries except for learning the Syntax, which I don't claim to be an expert.
Maybe this will work
Size(
GetFieldValues(
GetRecords("{6.EX." & [Date] & "}"),3))
You would replace the 6 with the field ID# of the date of the appointment and replace the [Date] with the field name that holds the date of the appointment.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Maybe this will work
Size(
GetFieldValues(
GetRecords("{6.EX." & [Date] & "}"),3))
You would replace the 6 with the field ID# of the date of the appointment and replace the [Date] with the field name that holds the date of the appointment.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------