In our processes, we have a similar field in the queue item named LineOfBusiness. The thought behind this was to be able to show how much time is saved per Line of Business within our organization. We’ve done it this way because some of our processes are shared amongst various business units so we could not just separate them via folders/tenants in Orchestrator.
What I’m trying to figure out, and getting stumped on, is how to connect these queue items so that we can show how much time has been saved by Line of Business.
Any ideas on how to group by a specific field within a queue item’s Specifc Data?
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
If anyone finds this, I have found a way to join the seemingly disparate parts of data together using the admin panel in Insights and some custom SQL coding. Happy to show if there’s interest.
Very interested in your solution. We are trying to chart details from multiple queues in a single widget. Always get the dreaded red x.
Our example is as follows:
2 queues that contain transaction data and each queue item is marked with an authorization status(SpecificData.AuthStatus)
We’d like to show a pie chart that displays total number of transaction split by auth status. The issue is when we add a second value the category is no longer available.