Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Kanban workshop
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Dashboard queries: select distinct count

Solved1.35K views9th April 2021Dashboard query
0
Jeroen Geldhof [SLC] [DevOps Enabler]5.09K 7th April 2021 0 Comments

Use case: 
We have a device table in this element which has a firmware column.  We would like to display a pie chart showing the amount of devices with distinct firmware versions, where the firmware version is the label.

fw_001:   6
fw_002:   9
fw_003:   1

I found the Aggregate Count Distinct, which seems to be close what we need, but I can’t get to the endresult we have invisioned.  Is this possible with current features?

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 9th April 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Pieter Van Compernolle [SLC] [DevOps Enabler]3.30K Posted 7th April 2021 3 Comments

Jeroen,
I guess an Aggregate ‘Count distinct’ followed by a ‘group by’ should do the job. Feel free to share your specific use case in case this does not work for you.

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 9th April 2021
Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 8th April 2021

Actually, it can be a regular count instead of a distinct count. A distinct count will only count the unique values in the column, here we want to do a regular count while grouping on the firmware version.

Jeroen Geldhof [SLC] [DevOps Enabler] commented 8th April 2021

I got it working when working with
– Get parameter table by ID
– Aggregate Model (method Count, Group by Firmware)

I’m now following the guidance to retrieve the same table from the element based on the specific element name, and tried adding the aggregate in the same way but it now throws an error.

– Get elements
– Filter Name (regex value ^element name$)
– Select Element ID Name
– Join Inner
– Get parameters for element where protocol and version and parameter
– Select Element ID, FW version, Name [IDX], Model
– On Element ID equals Element ID
– Aggregate on Model –> Error trapped: object reference not set to an instance of an object

Pieter Van Compernolle [SLC] [DevOps Enabler] commented 9th April 2021

Sounds like an issue, let’s follow up with a collaboration task Jeroen.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs