Hi, try this [Step Date] >= _add_days(current_date,-7)
In your query, you could add the statement above as a filter, then make a data item with expression: count([Email Address]) as your measure.
Or in your statement: IF ([Step Date] >= _add_days(current_date,-7)) then (count([Email Address]) ) else (0)
You might try less than or equal if you want to get dates 7 days past and older [Step Date] <=_add_days(current_date,-7).
If you want 7 days past and newer, then use greater than or equal. Hope this helps.
#CognosAnalytics#CognosAnalyticswithWatson#Support#SupportMigration