I'm trying to automate a report, but am getting tripped up by the need to select the past few days data. I've been manually changing the selection criteria each time, but that won't work with automation.
I thought one approach could be to create a formula field which returns "Review" if the create_dt is within the past ten days, then do a selection criteria to only select the ones that say "review" in that column, but the query I'm trying to create isn't acceptable. If(create_dt.In.(Today(),-10)),"Review","")
I feel like I'm missing something really basic as this has got to be a common query. Does anyone have time to give me some ideas? Thanks!