Hello,
Has anyone ever faced any performance issue when expressions are used in List View ?
Think of this scenario. I have a list view that has 5 columns and the last column value is the difference between 3rd and 4th column. i tried doing this by using expressions. But this made the load time of the list view increase considerably.
The woraround , I did, for this was to do the math (difference) in the SPROC that drives the list view and load time reduced by at least 40% when compared to the first case.
Appreciate a response on this.
Thanks and Regards,
Satya