Visitor dashboard

harry24
Tera Contributor

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

4 REPLIES 4

Zach Koch
Giga Sage
Giga Sage

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

ZachKoch_0-1718301431670.png

 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

This is not opened date , this is visitors visit date .

In visitor_ registration table we have two fields arrival_date and departure_date

I was using opened date as an example, you would insert the fields you need from your table.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

This does not work