Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
436
Conditional Formatting Date/Time formula operations slow
posted

Hi,

I am using conditional formatting on some columns in my grid. One of the columns is a date/time column on which I have created a Formula condition such as this:

"datediff( "d" , [//FormulaCondition/ConditionValue] , today()  ) > 30"

This condition checks if the date of the column is at least 30 days in the past.

I find when I apply such a condition, the grid performs very slowly in scrolling etc. Also when I save the grid layout with this condition, it changes the UI render time from about 0.4 to 4 seconds.

I have experimented with other date/time functions (such as check if the cell value is equal to a particular date) and get similar poor performance.

 

Anyone experience this before? is this a bug?

 

Thanks!

David.

Parents Reply Children