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

In LCA when column is customized the hyperlink functionality doestn’t work

340 views4 days agoLCA
1
Apurva Tandon [DevOps Advocate]1.65K 21st February 2025 1 Comment

Hi,

I ahve a page like this so on right side I have column customized (URL) which has edit delete and hyperlink on the URL which should open the URL, but edit and delete seems to work but not the hyperlink on hover it shows <u>{URL}</u>

Please see the setting I did:

Dont know whats missing aor what is wrong

Marieke Goethals [SLC] [DevOps Catalyst] Posted new comment 4 days ago
Marieke Goethals [SLC] [DevOps Catalyst] commented 4 days ago

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 that has been most helpful for you (using the ✓ icon)?

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Toon Casteele [SLC] [DevOps Enabler]7.05K Posted 21st February 2025 3 Comments

The content of the text in the template editor is in html. You currently have an underlined piece of text which happens to contain a URL. To turn it into an actual hyperlink you need to use the html anchor tag:

<a href=”{URL}”><u>{URL}</u></a>

Wout Mahieu [SLC] [DevOps Catalyst] Posted new comment 21st February 2025
Wout Mahieu [SLC] [DevOps Catalyst] commented 21st February 2025

Alternatively, actions can also be used. The 'navigate to URL' action should fit your needs.

Apurva Tandon [DevOps Advocate] commented 21st February 2025

How toa achieve navigate to URL thing?

I can see if remove that edit and delete icon and just say hyperlink for URL it works and it opens on new tab, but not with edit and add when customized
Also, with what Toon suggested it tries to open on the same tab that url

Wout Mahieu [SLC] [DevOps Catalyst] commented 21st February 2025

To open the URL in a new tab, you should add a target: <a href="{URL}" target="_blank">{URL}</a>

0
Wout Mahieu [SLC] [DevOps Catalyst]8.72K Posted 21st February 2025 0 Comments

Next to the answer of Toon, there is a way to achieve this using actions:

  1. Add a shape on top of the text shape in the template. Configure the color to be transparent.
    1. This is an extra step because actions cannot currently be added to text shapes
  2. Add an ‘Navigate to URL‘ action to the newly added shape. As a URL you can configure the column value using interpolation {URL}.

When this shape is now clicked, the action will execute and navigate to the URL that is specified in the column.

Wout Mahieu [SLC] [DevOps Catalyst] Answered question 21st February 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