I need to create simple query which will show all contracts which will expire in next 3 months. I know how to do that with SQL, but how to do that in Visual Studio when I create
Solved with two ranges on VALIDTO column. Used (MonthRange(0,3)) with (Day(0)) formulas.