SmartClient Version: SNAPSHOT_v13.1d_2024-07-10/Enterprise Deployment (built 2024-07-10)
Hello, I just noticed that with the latest 13.1 I'm getting an exception:
on this line of java code:
Hello, I just noticed that with the latest 13.1 I'm getting an exception:
Code:
The passed operator may only be of the type that takes a start and end value such as "between" etc.
Code:
new DateRangeCriterion("DATA", DefaultOperators.BetweenInclusive, dataInizio, dataFine)
Comment