Query week starts on "this week," but changes to current date on mobileDescription If you create a filter with week starts on "this week" in the navigator app and then check the module on mobile, the week starts on today's date instead of beginning of week date. Steps to Reproduce Go to Time Card > All. Create a new time card where the Week starts on field is set to a day from last week. Go back to Time Card > All and apply the following filter: Week starts on = last week => time card is found Go to System Mobile UI > Navigator Apps. Enter one of the applications. In the Modules related list, create a new module. In the module you are created: set the table field to time_card set the Filter to Week starts on Last week Go to the Mobile UI. Enter the module you created.The time card is not found. Workaround Currently, the advanced filter expressions supported by glide are not always editable or usable in the mobile interface. Advanced date comparisons are possible in the mobile interface, but the syntax is specific to the mobile UI. To perform the specific query described in the problem for the issue, the syntax would be: q:week_starts_onON,w If the filter is created in the mobile application, it produces that syntax vs the syntax generated by a glide_list_v2 filter. To make the application menu and module on glide, use Path instead of filter. That path would be: list/time_card/q:week_starts_onON,w This may be helpful: today: ON,d this month: ON,m Subscribe to this known error article (click Subscribe button at the top of the article) to receive notifications when more information is available about this issue. If you are able to upgrade, review the Fixed In field to determine the versions that have a permanent fix to this issue. Related Problem: PRB602333