Aggregate multiple data points based on criteria into document builder?

Hello Community,
I am looking for help in setting up my sheet (or template...not sure which is the snag) for document builder. The issue is this-
I'm trying to generate one document per Vendor that lists ALL their awarded items (bonus points if I can add zone and rank). Currently when I run the workflow I get 80 documents (one for each item for each vendor).
Best Answer
-
You can use Join and Collect functions to list all the product names associated with this vendor into a single cell, then map that cell onto your doc.
Your formula would look something like this (Change the column names as needed):
=JOIN(COLLECT(Item:Item,Vendor:Vendor,@cell=Vendor@row),CHAR(10))
Answers
-
You can use Join and Collect functions to list all the product names associated with this vendor into a single cell, then map that cell onto your doc.
Your formula would look something like this (Change the column names as needed):
=JOIN(COLLECT(Item:Item,Vendor:Vendor,@cell=Vendor@row),CHAR(10))
-
@Leibel S ...so simple. Oh man. THANK YOU!
I ended up adding a column to join the item number and zone to tackle it all. Perfection!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives