Functionality based URL to find records due today or in the next week

Functionality based URL to find records due today or in the next week

I need to construct a URL to filter a view to records where the evaluation is due soon (i.e. in the next 7 days).  To me, that includes today, but Zoho has a different opinion.  Zoho defines 39 as NEXT_7_DAYS but this gives unexpected results.
  1. https://creatorapp.zoho.eu/...#Report:My_Evaluations?Evaluation_due_by_op=39
The view shows anything due from tomorrow onwards, but misses things that are due today.  Changing the 39 to 32 shows the item that is due today, but not the items due tomorrow.  Is there a syntax that lets me combine the 39 and 32 to pick up both sets?