Skip to main content
Nintex Community Menu Bar

Lookup Column as Hyperlink!!

  • August 9, 2017
  • 8 replies
  • 26 views

Forum|alt.badge.img+3

Hello All,

I am using SharePoint 2013 and Nintex 2013. I have lookup column and I want it to be rendered as Hyperlink. Can anyone help me in this regard.

Attached is an image for reference.

Thanks in advance,

8 replies

Forum|alt.badge.img+13
  • Novice
  • August 9, 2017

I presume this is a string column being looked up that contains a URL, rather than a hyperlink (with the HTML code)?

What is the end purpose here, should these be clickable, and if so, why do they need to be lookup?


Forum|alt.badge.img+3
  • Author
  • August 9, 2017

Yes this is a lookup from a string column in a document library. The purpose is that the end users should be able to click this URL. Is there a way? I have been working on this for a long time now but to no avail. 


Forum|alt.badge.img+14
  • Scholar
  • August 9, 2017

in what form (new, edit view) you want to show it as hyperlink?

in  view form lookups render as hyperlink by default.

if you want it to render as hyperlink in new/edit form you can configure 'Control mode' in advanced setting to 'Display'. but then you will not be able to inut/change it ...


Forum|alt.badge.img+3
  • Author
  • August 11, 2017

Hi,

Those hyperlinks take you to the list. I need hyperlinks for opening a URL.


Forum|alt.badge.img+14
  • Scholar
  • August 12, 2017

so you mean that value of lookup control is a URL and you want that URL is opened instead of list item the URL is read from?


Forum|alt.badge.img+3
  • Author
  • August 25, 2017

Sorry for the late reply Marian, I was ill for past few days. Yes, it's an URL and I want it to open instead of item url.


Forum|alt.badge.img+14
  • Scholar
  • August 28, 2017

such a functionality is not available OOTB.

you would need to write a javascript code that would replace original URL supplied by nintex/sharepoint with your custom one (current lookup value)


Forum|alt.badge.img+3
  • Author
  • August 29, 2017

Thanks Marian for your response. Used JS to make it work.