In CR8.5 we used global conversion of datatime to character to prevent CR to rewrite Where-clause.
In CR10 it is not more possible and we have the problem that the query using
Table.Date_From => 'YYYY.MM.YY' and Table.Date_From < 'YYYY.MM.YY+1' is extremaly slow.
How can I convibe CR to generate following where-Clause:
Table.Date_From = 'YYYY.MM.YY'????
In CR10 it is not more possible and we have the problem that the query using
Table.Date_From => 'YYYY.MM.YY' and Table.Date_From < 'YYYY.MM.YY+1' is extremaly slow.
How can I convibe CR to generate following where-Clause:
Table.Date_From = 'YYYY.MM.YY'????