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

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

222 views26th January 2025GQI LCA Triggers
3
Baranisudha Murugesan784 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()?

Gilles Bara [SLC] [DevOps Enabler] Answered question 26th January 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Gilles Bara [SLC] [DevOps Enabler]6.80K 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.

Gilles Bara [SLC] [DevOps Enabler] Answered question 26th 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