Hi All,
We are facing one issue while fetching data having few filters. For e.g., the filters like to_date, fund etc are working fine but the moment we select from Date, it throws error. And surprisingly when I am selecting from_date after selecting any other filter, it is working fine.
Discussion posts and replies are publicly visible
That was casting error. Have you checked datatype of BalanceData column in your CDT. Validate whether your value data type and Column datatype are same or not
But if it is a conversion error, it should fail when using the date filter with another one... and in that case it is working fine (unless in that case the query returns an empty result set)