Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

How to find the count of workflows tagged for a district

swapnilhoderkar
5 - Atom

Hi All,

 

I would like to find how many workflows are part of a specific district

 

When i look at a particular district to see how many workflows are tagged under it i am not able to see the entire list.

 

Is there a way through Gallery or building a workflow against Mongo DB to find total no of workflows per district.

 

Regards,

Swapnil

 

 

3 REPLIES 3
joshuaburkhow
ACE Emeritus
ACE Emeritus

Hey @swapnilhoderkar 

 

You might want to look in the 'districts' collection in AlteryxGallery of Mongo. I don't use them so don't have a reference. 

 

Hope this helps!

Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
swapnilhoderkar
5 - Atom

Thanks Josh. I will take a look at it and update here on my findings.

BrianR
Alteryx
Alteryx

Using the districts and appInfos collections @joshuaburkhow mentioned, you can join on the TagIds.0 / TagId column, which are tied to Districts. Counting on the _id column should give you a count of workflows that are in a given District.