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
  • Blog
  • 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
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Table values from a time in the past

347 views24th January 2025
1
Romain Dabe [DevOps Advocate]223 22nd January 2025 0 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

Maria Correa [SLC] [DevOps Advocate] Answered question 24th January 2025

3 Answers

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

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

Maria Correa [SLC] [DevOps Advocate] Answered question 24th January 2025
0
Arunkrishna Shreeder [SLC] [DevOps Advocate]4.01K 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 Advocate] Answered question 22nd January 2025
0
Miguel Obregon [SLC] [DevOps Catalyst]18.57K 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