Dynamic view?

I should create a view that shows/collects information 6 months ahead from the “click”…but how? Any ideas how to get started?

Subject: Dynamic view?

Put following as View selection criteria:

SELECT Form = “YourForm” & @Created < @Adjust(@Today;0;-6;0;0;0;0);

Regards,

Litty Joseph