Below is my query. I want to use Field Filter for the ProgramCreatedDate and ProgramUpdatedDate to have access to the same date filter in the dashboard. In my case, when I tried to do link the dashboard filter to the variables, only one of the two can be linked and I don't want to create another filter widget also. What should I do
SELECT COUNT(ProgramID) as
FROM Database
where {{ProgramCreatedDate}} OR {{ProgramUpdatedDate}};