Skip to main content

Counting of values from other table based on conditional value

  • December 21, 2022
  • 1 reply
  • 12 views

Forum|alt.badge.img+3

Base Situation

  • I got a table a containing a list of visits.
    • Date, Location, add. Information
  • Within another table b I am tracking daily stats
    • Date, sum of hours invested, count of visits

Challenge

  • How to generate "count of visits" in table b, counting up all the entries of table a, that have the same CREATED AT as the date in table b?

Thank you all upfront.

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

With reference to your other thread, it seems likely that Table A and Table B are already linked.  If so, you could accomplish this with a `Count` field

If they're not linked, and you're only tracking the date and not date time, then create a linked field between the two, and make an automation that will paste the date value from Table A into the linked field, then use a count field