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
    • 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
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

In Low code application how to show the data in table as grouped with GQI?

Solved1.09K views21st November 2023
2
Apurva Tandon [DevOps Advocate]1.61K 20th November 2023 0 Comments

My code is:

var helper = new DomHelper(_dms.SendMessages, "operational_system_configuration");
var filter = DomInstanceExposers.DomDefinitionId.Equal(Operational_System_Configuration.Definitions.ProtocolResourceTypeMapping.Id);
var currentMappings = helper.DomInstances.Read(filter);
var pollingIpsLookup = currentMappings.ToLookup(x=>x.Name, x=>x.Sections.First(z => z.SectionDefinitionID.Equals(Operational_System_Configuration.Sections.ProtocolResourceTypeMapping.Id)));
var rows = pollingIpsLookup
.Where(group => group.Count() > 1)
.SelectMany(group => group, (group, element) => new GQIRow(new[] {
new GQICell { Value = group.Key },
new GQICell { Value = element.GetValue<string>(Operational_System_Configuration.Sections.ProtocolResourceTypeMapping.ProtocolVersion) },
new GQICell { Value = element.GetValue<string>(Operational_System_Configuration.Sections.ProtocolResourceTypeMapping.ResourceType) },
}));

return new GQIPage(rows.ToArray())
{
HasNextPage = false,
};

I want to group by the Key and then show remaining.
Actually I need to go and group it on table everytime then it is fine, but I want to show each time grouped, something like this

Apurva Tandon [DevOps Advocate] Selected answer as best 21st November 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
8
Tom Waterbley [SLC] [DevOps Catalyst]8.89K Posted 20th November 2023 1 Comment

Hi Apurva,

That can easily be done by draging one of the columns of your GQI data source into the grouping feature of the table component:

Apurva Tandon [DevOps Advocate] Selected answer as best 21st November 2023
Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 20th November 2023

Indeed! The data source can contain the raw data and the client will take care of the grouping for you.

You are viewing 1 out of 1 answers, click here to view all answers.
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin