Filter Collection Issue
I have a collection like below and need to filter the rows that FieldB>FieldA. Tried using filter collection with expression:Convert([FieldB],'System.DateTime')>Convert([FieldA],'System.DateTime'), but doesn't work. However, if change the expression ...