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
    • 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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about 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)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Table values from a time in the past

Solved625 views28th August 2025
1
Romain Dabe [DevOps Advocate]257 22nd January 2025 2 Comments

hello community,

I need to get the values in a table (which have an the trending activated) but from some moments in the past. As I need 3 values from a table of 400 lines, I can’t use the normal trend display for this without loosing days of work.

Is there a way to get these information with some SQL query or a magic function in Dataminer?

P.S. We are running your DMS with Cassandra.

Kind regards

Romain

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th August 2025
Marieke Goethals [SLC] [DevOps Catalyst] commented 26th June 2025

Hi,
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer that has been most helpful for you (using the ✓ icon)?

Marieke Goethals [SLC] [DevOps Catalyst] commented 28th August 2025

As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Maria Correa [SLC] [DevOps Advocate]119 Posted 24th January 2025 0 Comments

Hello,
another could be option is the GetTrendDataMessage call
Class GetTrendDataMessage | DataMiner Docs

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th August 2025
0
Arunkrishna Shreeder [SLC] [DevOps Enabler]4.15K Posted 22nd January 2025 0 Comments

Hi Romain,

You can open DevCenter (located in C: –> Program Files –> Cassandra) and write a query.

You need to query the elementdata table belonging to the sldmadb keyspace :
DataMiner general database – NoSQL Database – Cassandra | DataMiner Docs

A sample query : select * from sldmadb.elementdata; would list all columns of this table. You will then need to alter the query based on DMAID, element ID, timestamps by looking at the columns of the elementdata table.

Using this, you can find the value of a parameter at any previous point.

Arunkrishna Shreeder [SLC] [DevOps Enabler] Answered question 22nd January 2025
0
Miguel Obregon [SLC] [DevOps Catalyst]20.43K Posted 22nd January 2025 0 Comments

Hi Romain,

A possible option is using GQI queries to get historic data. You could use the data source ‘Get parameter table ID‘ and enable the box ‘History’. Below an example:

You can export this information to a CSV file. In case you would like to generate this export in a scheduled base, you could use Data Aggregator.

Hope it helps.

Miguel Obregon [SLC] [DevOps Catalyst] Answered question 22nd January 2025
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