Skip to main content
Question

Quick report navigation link

  • June 5, 2025
  • 2 replies
  • 98 views

Forum|alt.badge.img+2

Hi,
I tried to build a link to another window within a column in a Quick Report, so that after running the report, the link would be clickable (highlighted) in the browser. Unfortunately, I wasn’t able to achieve this, as it seems that the data in Quick Reports is always displayed as plain text.

Has anyone managed to get this working?
For example, imagine we have a report with customer orders, and the last column contains a constructed link. When clicked, it should take the user directly to the order with the corresponding number.

 

 

2 replies

  • Do Gooder (Customer)
  • March 5, 2026

I’m also looking to do exactly this.  I know how to generate nav urls with filters for IFS, so this would be an awesome capability!


Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • March 11, 2026

what happens if you build the link by a concatenate of HTML so that your data reads as follows

<a href=”https://somesite.com”>link<a>