Hi,
I am trying to add custom filter expression to check greater than condition between two datetime columns. My expression looks like [date1Col] > [date2Col]. but this is not returning proper filtered records. But same is working fine for number columns. Any special syntax is there for date colums?