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

Display last row received of a element in visio

Solved1.03K views14th July 2023display table Visio
2
Aymeric de la Bretesche 14th April 2022 0 Comments

Hello,

I have a table in my dataminer that displays information retrieved via a probe. I would like to use visio to display a specific column (for example just the id) of the last row received by the probe. Thanks in advance !

Aymeric

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Toon Casteele [SLC] [DevOps Enabler]7.00K Posted 14th April 2022 0 Comments

Assuming you have an indication on the last change in one of your columns, here’s what you can do.

Taking

  • Column to retrieve: 101
  • Column that contains last change date: 102
  • Element called “E1”

Set a shape with shape data

  • SubscriptionFilter – SORT=102|DESC

And shape text

  • [param:E1,101]

Now, this will return your entire column, with pipe separated values, but your last updated row will be the first entry. e.g. “A|B|C”, where A is your column value for the last updated row.

At that point, you can use a regex to match this first entry, wrapping the param placeholder inside it. Your shape text then becomes

  • [regexreplace:^([^|]+)\|(.*)$,[param:E1,101],$1]

Not sure if this will match your use case, but hope it helps in any case.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023
1
Miguel Obregon [SLC] [DevOps Catalyst]19.00K Posted 14th April 2022 0 Comments

Hi Aymeric,

You could use the shape data ParameterControl together with ParameterControlOptions to define what specific column/row could be displayed.

When using ParameterControlOptions you will notice that we could use a filter to determine which row should be displayed in the table. The question here is how we can identify the last row?

  • Do you know if that row has a known display key? If so, you could use the filter to point to that specific row
  • In case the display key is not known in advanced, is there another way to identify that row? For example you could use wildcards to match a specific pattern available in the display key
Miguel Obregon [SLC] [DevOps Catalyst] Answered question 14th April 2022
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