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
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • 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
    • 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

Retrieved parameter in table not updated

Solved811 views7th July 2023Table refresh
3
Dominique Bodart [DevOps Member]705 8th February 2023 0 Comments

Hi,

I created a little table to retrieve 2 paramaters and put them in a table (listing below). The parameters are polled with a HTTP request and extracted with a QAction. I first set 2 stand alone parameters and it worked well. But I need to eventually put those in a table to gather the values of several modems. So I try to write the parameters in the QAction but nothing is showing up on the table. Do you have any suggestion? Thank you ….

Table definition:

<Param id=”1000″ trending=”true”>
<Name>Remotes Status</Name>
<Description>Remotes Status</Description>
<Type>array</Type>
<ArrayOptions index=”0″>
<ColumnOption idx=”0″ pid=”1001″ type=”retrieved” value=”” options=”” />
<ColumnOption idx=”1″ pid=”1002″ type=”retrieved” value=”” options=”;save;disableHeaderSum;enableHistogram;enableHeatmap” />
<ColumnOption idx=”2″ pid=”1003″ type=”retrieved” value=”” options=”;save;disableHeaderSum;enableHistogram;enableHeatmap” />
</ArrayOptions>
<Information>
<Subtext>
<![CDATA[Remotes Status]]>
</Subtext>
</Information>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>Debug</Page>
<Column>0</Column>
<Row>5</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options=”tab=columns:1001|0-1002|1-1003|2,width:200-150-150,sort:INT-INT-INT,lines:3,filter:true”>table</Type>
</Measurement>
</Param>

Write command in QAction:

protocol.SetParameterIndexByKey(1000, “1”, 2, UEsNo);
protocol.SetParameterIndexByKey(1000, “1”, 3, DEsNo);

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

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
4
Jens Vandewalle [SLC] [DevOps Enabler]9.50K Posted 8th February 2023 2 Comments

Hi Dominique,

Is it possible that your table is completely empty? No primary keys defined?
In that case it’s normal that method SetParameterIndexByKey doesn’t work.

Can you adapt your code and make use of AddRow, SetRow or FillArray in case you want to set multiple values at once?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023
Michiel Oda [SLC] [DevOps Enabler] commented 8th February 2023

In case you have multiple rows you want to add or update, you can make use of the FillArray or FillArrayNoDelete.
https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.QActionTable.FillArray.html
https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.QActionTable.FillArrayNoDelete.html

Dominique Bodart [DevOps Member] commented 9th February 2023

Hi Jens, Michiel,
I used the “AddRow() function and so far it works find. Thank you for the answer and the docs

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