I have two tables (Ad Schedule & Ad Copy). Ad Schedule contains rows of ads (linked records to ‘Ad Copy’ along with lookup columns) with dates when the ads went live. The Ad Copy table contains the ad content that the Ad Schedule table pulls from.
I need a way to look at the last date the ad went live in the Ad Schedule table (this is a date column) and calculate the number of days since the ad content was last used into a formula field in the Ad Copy table. The number of days since the ad was last posted should show up in the Ad Content table.
I was working with TONOW({Ad Schedule Post date}), but “Ad Schedule Post date” is a Link to Another Record field and can have multiple dates this doesn’t work. Is there a way to just grab the last item in the array (assuming Link to Another Record field is actually an array) and then calculate TONOW() on one of the items (the most recent date) in the field?
