This message was deleted.
# questions
b
This message was deleted.
h
Are each "hit" recorded as row in a database, or is it just a tally that increases over time?
r
Each press hit is a new record/row in the DB.
Above is a screenshot of how it looks now. I am trying to add additional chart boxes to show additional metrics (i.e. avg per month. total previous week, etc)
s
What are you using for your database @ripe-book-6760? Stacker Tables / Airtable / something else?
r
Airtable
s
And when you say "total previous week" do you mean "In the last seven days"?
r
Yes
s
I think I can see how you would do it to show hits in the seven days 1. Go to Airtable and make sure the Press Hits has a "Created time" field 2. In Airtable create a Formula field (call it "Difference", say) and set it to be the difference of today's date and "Created time" in days - something like
(DATETIME_DIFF(TODAY(), Created, 'days')
3. Sync your schema to Stacker 4. Create a new chart and filter it for Difference <= 7 This should show the number of hits from the last 7 days
Let me know if you need a hand setting it up, happy to jump on a call or record a video. I'll have a think about average per month.
r
This worked perfectly. I have it showing press hits in the last 90, 30 and 7 days. I decided not to show average per month, it's not work the trouble. Thank you!
🙌🏻 1