Visitor dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 10:45 AM
I have visitor dashboard, which fetches count of daily visitors. The filter condition that I have added is arrival date= today . This works fine if arrival and departure date is same . But if arrival date is today and departure is after 2 days then in the dashboard it shows visit only on first day and not for remaining days. How to write filter condition for this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 10:58 AM
In most condition builder filters, if you are choosing a date, you have access to different lengths of time. You can change the filter to fit your needs. Here is an example of a date that is today or in the future. If you need the query in code form, create the query in the Condition Builder, then right click it and click Copy Query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 12:06 PM
This is not opened date , this is visitors visit date .
In visitor_ registration table we have two fields arrival_date and departure_date

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 12:18 PM
I was using opened date as an example, you would insert the fields you need from your table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 09:58 PM
This does not work