@VLC,
Can you try replacing this highlighted value
with this one. This will convert your comparison string date to datetime datatype
DateTime.ParseExact("01.03.2025","dd.MM.yyyy",System.Globalization.CultureInfo.InvariantCulture)
@VLC,
Can you try replacing this highlighted value
with this one. This will convert your comparison string date to datetime datatype
DateTime.ParseExact("01.03.2025","dd.MM.yyyy",System.Globalization.CultureInfo.InvariantCulture)