Question

Add top limit in amount sum filter for section list

Hi Team, 

There is any way to add a top in this filter? I want to show for example if the amount is more than 70, shows only 70.

Perhaps some function OOB to override?

Like 1

Like

1 comments

Hi Federico,

 

In the advanced filter settings it's not possible and one solution that I see here is overriding the onGridDataLoaded function in the ActivitySectionV2 (or the section where this filter will be used) and adding additional logic of displaying or not displaying the result received by this function (remove records from the collection to return to the UI).

 

Best regards,

Oscar

Show all comments