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
    • 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
    • Tutorials
    • 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
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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

How to add pass a parameter input into a panel – LCA

Solved546 views23rd January 2025automation scripts GQI Data Source LCA side-panel
1
Baranisudha Murugesan784 29th July 2024 2 Comments

I have a table and when i double click a row a panel opens, where i have placed another table. Im using GQI to fetch the data in the panel table. I want to pass the column value (which im double clicking) to the gqi query and process the query based on my input to display my data.

Capture_EM.PNG

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 23rd January 2025
Marieke Goethals [SLC] [DevOps Catalyst] commented 22nd November 2024

Hi Baranisudha,
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 (using the ✓ icon)?

Marieke Goethals [SLC] [DevOps Catalyst] commented 23rd January 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?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Alexandre Bonnet [DevOps Enabler]278 Posted 29th July 2024 2 Comments

Hello,

To my knowledge, it's not possible to pass a single cell value using the double-click options in table settings. By default, you can only pass the entire row, which means you'll need to select one or multiple cell values you want to filter on.

In your panel queries you would need to add a filter on each column you want to apply it to

then you would need to select the feed from the first table

The result would be the panel opening filtering here on the element name from the row you selected in your table

To achieve filtering on a specific cell, you can use the following workaround:

  1. Use the column appearance in the layout menu of your first table.
  2. Create a transparent background for each cell you want to be able to filter on.
  3. Configure an action for this background to open your panel.

Then you can configure action to this background to open a your panel

Here since i configured my Severity cells i would need to filter the severity in the GQI of my panel

Then you would need to repeat this process for every column you want this feature to be available

The downside to this process is that you need to make a panel for every column, and it's not a double click but a single click

Here is the result :

cliking on Suggestion would open a panel filtering on "Suggestion"

If anything is unclear or you need more information, please don't hesitate to ask.

Best Regards,

Alexandre

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 23rd January 2025
Baranisudha Murugesan commented 30th July 2024

Thanks for the workaround. I have added the screenshot above to clear the requirement. As you can see the ss, if i click italy vs spain(service) column my panel opens with elements and parameters that are under the service. right now it is not dynamic coz im not able to pass the service name into my GQI

Alexandre Bonnet [DevOps Enabler] commented 31st July 2024

Hello, sorry for the wait time. So, if I understand correctly, the first table retrieves a list of services, and the second table in the panel should be able to filter the alarms of the service selected in the first table?
For this, I think the best solution is to use the Ad hoc data source : https://github.com/SkylineCommunications/SLC-GQIDS-ServiceAlarms
In the panel table. To make it dynamic, you’ll need to use the feed from the first table as the name of the service in the ad hoc data source argument
However, you will only have access to certain alarm properties
ID (String)
Element (String)
Parameter (String)
Value (String)
Time (DateTime)
Severity (String)
Owner (String)

As specified in the readme section.
In order to retrieve more information about the alarms, you would need to modify the ad hoc data to be able retrieve more alarm properties defined here: https://docs.dataminer.services/develop/webservices/WS_v0/WS_CustomDataTypes_v0/AlarmEventMessage.html?q=alarmeventmessage
Hope it helps,
Alexandre

You are viewing 1 out of 1 answers, click here to view all answers.
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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin