CA Service Management

 View Only

How to insert dynamic links based on the values selected at prompt level 

Jul 03, 2016 10:41 PM

ImagensDescrição
01. Open Web Intelligence Rich Text Client
02. Login
03. Open a report or do it a new report
                                                                             04.A. Click the Right button on column and click linking and add Hyperlink, or click Ctrl+K
Other way
varUrl.png

04.B. Create a new variable

<a href='http://" + [MyURL]  + "' target='_blank>'" + [ref_num] + "</a>

 

Create the variable Handling the value selected for creating the URL

05.

Insert the variable in the document

formatHtml.png

06.

Format the cell to read as hyperlink

final.PNGResult

 

="<a href=" + [varURL] + " title=\""+("Abra o chamado " + [ref_num] + " no CA SDM")+"\" target=\"_blank\" nav=\"web\">"+[ref_num]+"</a>"

 

="http://sdmaplicativos.sondait.com.br:8080/CAisd/pdmweb.exe?OP=SEARCH+FACTORY=cr+SKIPLIST=1+QBE.EQ.ref_num=" + [ref_num]

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.