Hi, I’m currently making a table view that will show the data for the specified week (note it’s modified to make the week begin with Monday, rather than Sunday).
I have another table view that shows the data for the current day and I have the display name set to this:
CONCATENATE("Grapevine Card Tips - “, INDEX(LIST(“Sun”, “Mon”, “Tue”, “Wed”, “Thu”, “Fri”, “Sat”), WEEKDAY(TODAY())),” ",TODAY())
Which looks like: Grapevine Card Tips - Sun 04/30/2023. Obviously this is extremely easy to accomplish for the current day..
I was wondering if it would be possible to create a formula for the display name that would function the same but would say: Grapevine Card Tips - Week of Mon 04/24/2023. I’m not sure how I would do this. (Also note the data for the table is a slice that will only show rows from Monday-Sunday of the current week).