Question
Estes
US
Last activity: 29 Oct 2020 17:04 EDT
Date function in Materialized Views for SQL Server
We plan to leverage the materialized view for the end user portal that joins data from two tables. Is there a way to use Date Time functions in the query of the materialized view to pull past week's data? We are using SQL Server as DB. There are certain restrictions around using GetDate() function in SQL Server, is there any other way to implement this from Pega perspective?