Skip to main content
Nintex Community Menu Bar

Is this a bug? Hyperlink used in Expression doesn't open in new window???

  • June 11, 2020
  • 1 reply
  • 26 views

Forum|alt.badge.img+16

Hi,

 

Is this a bug in K2? - Hyperlink Control with Target set as New Windows works fine on its own and opens page in a new tab.

 

But if you include the same Hyperlink in a data label expression - it opens the link in the current window, not a new tab.

 

The simplest of things are so annoying to do with K2...

 

Any ideas?

1 reply

  • June 12, 2020

Hello  @Sharpharp1 


 


When you add your anchor tag into an expression, just add the following: 


 


target="_blank" 


 


This will allow for it to open in a new tab/window (depending on the web browser).


 


Regards,


Michelle