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

How to pre-filter a low code app table via URL

Solved931 views18th July 2023low code app
0
Mieke Dryepondt [SLC] [DevOps Advocate]3.69K 18th July 2023 0 Comments

I would like to be able to pass a URL of my low code app where a visualized table is already pre-filtered based on the content of the URL.
I thought this was possible for text columns, but I can’t find the documentation.

How do I configure this?
How will the URL look like in the end?

Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 18th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Gilles Bara [SLC] [DevOps Enabler]6.87K Posted 18th July 2023 4 Comments

A very similar question has been answered here: Low Code App – URL Data Input to Strings feed for GQI Query.

The documentation for the url format can be found here: Specifying data input in a dashboard URL. LCA only support the newer JSON-syntax of it, though.

Gilles Bara [SLC] [DevOps Enabler] Posted new comment 19th July 2023
Mieke Dryepondt [SLC] [DevOps Advocate] commented 18th July 2023

Hi Gilles,
I tried this out and when I fill in something manually in my text input component the filtering works.
But when I use it in the URL it doesn’t fill in the value in the box + table is not filtered.

This is how my URL looks like:
… /app/…/MyPage?data={“version”:1,”components”:[{“cid”:9,”select”:{“strings”:[“1276”]}}]}

Gilles Bara [SLC] [DevOps Enabler] commented 18th July 2023

Nothing wrong with that URL. Something else must be going wrong in the app.

Mieke Dryepondt [SLC] [DevOps Advocate] commented 19th July 2023

Got things working: something was wrong with the pages in my application.
Additional question: How do I define multiple filters in the URL.
I’ve tried the below, but this results in: “Error trapped: Value cannot be null. Parameter name: column” on my table.

{
“version”: 1,
“components”: [{
“cid”: 10,
“select”: {
“strings”: [“Busy”]
}
},
{
“cid”: 9,
“select”: {
“strings”: [“1276”]
}
}
]
}

Gilles Bara [SLC] [DevOps Enabler] commented 19th July 2023

This looks like a valid url query parameter to prefill feed 9 and 10 with value 1276 and Busy respectively. Are the feeds showing those values after opening that url? Does the query work when manually filling in those values? Does the query work when creating it with those values filled in directly into the query instead of through feeds? Something might be going wrong inside GQI core.

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