Hi,

We have a data feed which has columns like Approver Name, Owner Name, Item Count, Date, Pending Days (Approver Name, Owner Name, Date combination is unique).

We need to obtain the total item count for each approver. We tried using the aggregate function for Sum (Item Count) and it worked for us.

But, while rendering the mash app, we need to apply a filter based on the owner of the item and Date. How is it possible to perform the filtering on already aggregated data?

 

 or register to reply.

Notify Moderator