I have two layers point and a polygon, I wanted to have the aggregate of a column name "Progress" with its respective polygon name and polygon id. The progress field in the point layer has the values namely 1, 2, 3, 4, 5 . The count is the total number of points inside the polygon.
The result should be like this
I have currently done this process in FME The result is
How to change the workbench to attain the desired result. Any leads will be helpful. Thank you.