Another way would be to add 7 days to the date in your table and then compare it to Today constant in the filter.
Create new DEFINE field as DATEADD(date_field, 'D', 7) and then filter on that field being greater or equal to the Today's constant. This translates nicely to SQL.
Everything else I tried seems to require manually editing the fex source.
#Db2#Support#SupportMigration