Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Siebel Open UI - Showing a URL as clickable

edited Nov 30, 2018 12:51AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 4 commentsAnswered ✓
 In our application there are 3 fields.  URL, URL label and a calculated field URL Link.  In the URL field a user can enter a URL like www.oracle.com.  In the URL Label field the user can enter a label such as Oracle Test.  The URL Link is a calculated field that will either display the URL or the label as a link that can be clicked to open the URL in a new browser session.  The calculated field is iif([URL] IS NOT NULL, iif([URL Label] IS NOT NULL, '<a href="'+[URL]+'" target="_blank">'+[URL Label]+'</a>', '<a href="'+[URL]+'" target="_blank">'+'</a>'), '')

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center