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 rename column

Solved915 views16th February 2023Dashboard truncate
5
joel Joly489 16th February 2023 0 Comments

Hello DOJO

I saw in  this post: Dashboards – Is it possible to rename query columns? – DataMiner Dojo and in the [ID_34302] that GQI table column names will no longer include table names

I wonder if it exists a way to rename a column title like in SQL (SELECT colonne1 AS c1)

In this example, let’s say the name could be “Total data”

Second question 
Is it possible to truncate the content of a cell to keep just a part based on length or on pattern ?

joel Joly Selected answer as best 16th February 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
13
Ive Herreman [SLC] [DevOps Enabler]13.61K Posted 16th February 2023 3 Comments

Hi Joel,

You can achieve both actions using the column manipulation in your Query:

  1. Get a subset of a column value:

    You select a column manipulation, and using a regex you can e.g. take only the first five characters:

  2. We can use the same trick to get a custom column name, however in the regex we just use .* (which means copy everything) and give the column a new name:

You can follow the column manipulation action with a select action in your query to only show the new columns.

joel Joly Edited comment 17th February 2023
Miguel Obregon [SLC] [DevOps Catalyst] commented 16th February 2023

Hi Joel,
As additional note, if the column to be concatenated is a numeric type (like in your example), the new (renamed) column will be string type.

joel Joly commented 16th February 2023

thanks to you both

In the past we had already used this colomn manipullation (for the title), but we didn’t have understood why after this, it was impossible to color the field numerical based and we gave up this way

The truncate using regex works like a charm

Sebastiaan Dumoulein [SLC] [DevOps Enabler] commented 16th February 2023

Indeed, wrapping it using the column manipulations will change the type of the column to string. This will also impact the filtering capabilities and performance when filtering. Note that renaming columns in GQI is on our roadmap so that it’s available without the above drawbacks.

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