HyperLink in Webi Report not responding - hyperlink

We can't click or right click the link on the WebI report that usually downloads an Excel sheet, However we can click it when we export the report to PDF format or opening through an Internet Explorer, however Chrome and Edge is not recognizing the link.
Below are the script used for the link
=If([Condition_A]="(Unknown)") Then "<a href='"+[File_Location]+"' target=_blank>LINK</a>" Else "<a href='"+[File Location_2]+"' target=_blank>LINK</a>"
Please do provide an Solution

I would start to check one option in cell properties.
In SAP BO 4.3 you can click the desired column with hyperlink, then go to the properties (Apperance settings) and change the "Read content as" to Hyperlink. (screen attached). And Save. Then the click on the cell will open a new website.
This option is also available in previous Webi versions.

Related

How do I open the JIRA comment box externally

When we want to add a comment to JIRA, we just click on the comment page and the edit box pops up.
enter image description here
However, I made an external plug-in to open the box and insert content directly through JS, and I found that I could not edit the box through JS.
Although I was able to find the box'S ID through the page, when I tried to retrieve it, the page told me it didn't find the element.
Is there any way to operate this box through JS?
enter image description here
enter image description here

SSRS Action Expression - open a new page using a field value as a url

I have a table of urls which represent saved PDFS and are displayed in an SSRS report. I made this field clickable and the action opens the pdf in the same window which allows me to save the pdf to my desktop. But when I hit the windows back button I have to reenter the parameter.
I prefer to click on the field and it open in a new window. In fact, I would love to be able to click one button and open all the urls in a new window or at least more than one.
I can't seem to get the syntax right to even open 1 url in a new window.
Help! What is wrong with my syntax?
="javascript:void(window.open('Fields!Standard_view_PDF.Value & "', '_blank'))"
You need to tell the link that it is a file to open.
Try this instead.
="javascript:void(window.open('file:"+Fields!Standard_view_PDF.Value+"','_blank'))"

Business Objects 4 web Intelligence: How to create a button to switch tabs?

I have a multi-tab document. On my front page I would like to create a hyperlink to another tab.
This is what I've tried so far:
Create a free standing cell with the text 'Press this!'
Right click > Linking > Add Document link & point to the tab with these settings:
This has the problem of opening a new document and refreshing it (takes 3 to 5 minutes). How can I make the 'Press this!' button just switch to the target tab without opening a new document or refreshing?
There is no way to jump to a different report within the same document. The OpenDocument feature you're using does just what its name implies: opening a document (optionally specifying which report within that document to show).
In summary: this feature is not supported.

WiX custom license file: setup shows links with < >

I created a WiX 3.5 setup with a custom license file by putting this into the .wxs file:
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
This works perfectly and the link is displayed when I run the created .msi file.
(I'm using the WixUI_InstallDir Dialog Set)
Now I want to put a hyperlink into the license file.
I just put the link into the file by opening it in WordPad and pasting http://mylink.com (WordPad turns it into a hyperlink automatically).
When I compile that in WiX, the license agreement dialog shows the link like this:
<http://mylink.com>
I noticed that this seems to relate to WordPad creating a hyperlink automatically (see above).
When I remove the http:// part from the link in the license file, WordPad doesn't recognize it as a link anymore and in the compiled .msi file, the < and > in the license agreement dialog go away.
Any ideas how I can get rid of the additional < and >, except putting the link into the license file without the http:// part?
EDIT:
Okay, maybe I didn't think enough when I used the word "hyperlink".
What I actually meant was: It does not have to be an actual clickable hyperlink.
I just want the adress of my web page to be displayed at the top of the license file.
I'm perfectly fine if it's just the URL as text (not clickable), but I want it to be displayed as I entered it, and not with < >.
The problem is that WordPad automatically turns any URL into a hyperlink as soon as I enter it, so I have no idea how to get the license agreement dialog to treat it as normal text.
Windows Installer doesn't support hyperlinks in the scrollable text control. This is why the link is not displayed correctly. Even if it was, nothing would happen when you click it because Windows Installer doesn't handle this event.
A hyperlink in a scrollable text control works only if you use an external UI which handles it.
Edit:
If you just want to display some text as a link, the usual approach is make it blue and underlined. As you already noticed Windows Installer doesn't show conventional hyperlinks correctly.
If you want to show a link as normal text, simply open the RTF file with a normal text editor (for example notepad.exe) and remove the hyperlink markers. Just follow the normal text formatting and you will easily spot the markers you want to remove.

Adobe Indesign SWF Export - Hyperlinks

I've been using Indesign to create some brochures. I export them as SWF to display them as a flip book.
The next step I want to take is to put hyperlinks on each product in my brochure so that when a user clicks them the item gets added to their shopping basket, or something similar.
First I tried using a hyperlink value of ?product=code, but as there's no http://, whenever you open this link it just opens a blank tab.
Secondly I tried a hyperlink value of http://linktosite.com/flipbook.php?product=code. This worked fine but as the users may want to order several products from the catalogue they're going to click on a lot of the links, which will in turn open up loads of new tabs in the browser.
My question is: Is there a way of passing hyperlink values through the same page the SWF is on? I don't want the links to open a new tab everytime.
How can I achieve this?
Indesign cs5.5 has new feature called 'web viewer'in windows/extensions/overlay creator. This let you browsing another website in indesign file.

Resources