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
    • 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
    • Climb the leaderboard!
    • Swag Shop
  • Downloads
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

How pagination works if i have Trigger control for my table – LCA, GQI

Solved296 views4 days agoGQI LCA Triggers
3
Baranisudha Murugesan866 24th January 2025 0 Comments

I have a low code app where i’m filling data that I fetch from dataminer using GQI. The LCA table has trigger control using which i auto refresh the table. Also im dealing with pagination because we are dealing with huge data.

My question is, will the trigger controll call the whole GQI script again or only the GetNextPage()?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4 days ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Gilles Bara [SLC] [DevOps Enabler]6.87K Posted 26th January 2025 0 Comments

Any visualization that consumes a GQI as data will do the following when it receives a retrigger (either through a trigger component or an action):

  1. Terminate the current active session, if it was still open.
  2. Open a new session.
  3. Fetch pages until the state of the previous session is restored (e.g., the scroll position in the table).

There are basically two ways to have updated data: Realtime updates or through refresh triggers. When not dealing with realtime updates, GQI is not aware of any changes to the rows that were already sent to the client. It’s a snapshot of the data taken at the moment when the query was executed. So in order to know the latest state of the data (deleted/updated/added rows), everything needs to be refetched from the start.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4 days ago
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