Hi All,
I have to put a filter on my report : The conditions are as below.
System.Globalization.CultureInfo.InvariantCulture)) <= Now.AddDays(-15)
I need to check prior to or within fifteen days from sign date.
Suppose sign date is 05-09-2024 and Start date is 25-09-2024 . I need to check whether the start date of that order is prior to or within 15 days from sign date
System.Globalization.CultureInfo.InvariantCulture)) <= Now.AddDays(-15)