Hi
@MiyaIn this case, you want to filter dates, so need to use any of this operators: >, <, =, >=, <= or <>
LIKE operator is used when you have text
So, you correct syntax looks like this:
SELECT * FROM [Excel$] WHERE [Start date] = DATE()You can use the internal function of OLEDB SQL "DATE()" to get the current date. (Its the same as giving a Data Item value with Today())
Hope this helps you, and if this solves the problem, remember mark as best message
See you in the community, bye
🙂------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------