Changing the BIRT hyperlink at run time - birt

Is my expectation valid? If yes, please guide me.
Local machine->local server process-> I generate Birt report-> which contain hyperlinks hard coded for example: http://www.ip_one.com/birtserver/parameters...(this is fine and points to another report and get me the report also when I hit the Url from inside the generated pdf report).
Now, what I need is to change ip_one to suppose ip_two once I hit the hyperlink which is inside the pdf(on the fly) keeping all the other parts of the url intact.
I am using birt-rcp-report-designer-4_2_2.
Thanks in advance.

It sounds like you are trying to dynamically create a hyperlink at report run time.
In the properties editor of the report item that has your link (i.e. label), edit the hyperlink. In the Hypelink Options (pop-up) to the left of "Location" field is the button ab| select 'JavaScript' Syntax.
You will be able to create the URL using JavaScript.

Related

Inserting a hyperlink in a TASK in Dynamics CRM 2013. Hyperlink does not render as HTML hyperlink

Using {Record URL(Dynamic)(Entity Name)} I have inserted it as part of system requirments into the "Description" of a TASK Activity.
But the URL does not render as a HTML hyperlink.
I have also tried using the <hyperlink> tag. But this does not work.
(Important Note : I heard notice this is achievable in an Email
Activity with the Record URL(Dynamic)(Entity Name) attribute. But I am
trying to achieve this in a Task Activity.)
Sample example of code in Workflow that creates this task is the Text given below:
..... project record, available here: {Record URL(Dynamic)(Entity Name)}.
We are using CRM 2013 for this cutomization and configuration.
Can you tell me what I am doing wrong and what I need to change to achieve this feature.?
Unlike email, the Description field of Tasks is plain text and doesn't support hyperlinks. Adding a formula to the task description will just display the formula text, not calculate it or generate a hyperlink.
If you need a link from a task to a specific record, add a custom lookup field to that entity. Another option would be to add an HTML Web Resource where you could show rich HTML with hyperlinks, but you'll need to create its content (with the link) on your own, no formula will generate the content for you.

rdlc-repeat data in report header across multiple pages

I am using ssrs 2012.
How can I repeat username in the report header? ReportItem doesn't work if the report spans across more than one page.
I was told to use Internal parameters but there is no such option with rdlc.
Can this somehow be done in codebehind?
Thanks
I am a bit confusing about your problem.
Just add a page header, rigth click on report design surface, insert->page header:
Add a text box and set the expression value to the following built-in field
You should get something like this in every page:
Note I am using rdl but built-in fields is available for both RDL and RDLC.
Let me know if this was helpful.

Filter Report2, based on drilldown value on Report1

I have a single Business Objects report with 2 tabs, Report1 and Report2.
I am trying to create a hyper link from Report1, so that when clicked it opens Report2 and filters to show the 'Status' value that was clicked.
The below link opens Report2 ok, but does not filter based on the status clicked in Report1
http://boshr.xxxxx.net/OpenDocument/opendoc/openDocument.jsp?iDocID=122706849&sType=wid&sReportName=Report2&sRefresh=Y&sWindow=Same&Request Status (SR)=([Request Status (SR)])
Please could somebody help mw with the correct syntax?
Look for the manual regarding OpenDocument functionality (e.g. Viewing Documents Using OpenDocument) on help.sap.com for a full reference on the OpenDocument parameters. Make sure to download a manual that corresponds to the version of BusinessObjects you're using, as the available parameters tend to differ from version to version.
Also, make sure that you've encoded your URL, otherwise it won't work. If you're using Web Intelligence, the function UrlEncode() will do this for you.
One last tip: if you're using the (D)HTML viewer for Web Intelligence (or Interactive Viewer as it's called in some versions), you can use it to construct the URL for you through a GUI. Have a look at the tutorial "Create a link between documents (DHTML client)" for more information.

In Reporting services, how do I add an image from a string or cell in the table?

What I'm trying to do is this: I have a string with the full path to the image. I tried to add an external image to my report and set the image source to my string. but every time I load the report, it doesn't load the image. How do I do this, or is there a better way of doing this?
Thank you
For an External image, the image source needs to be a URL for the image. Reporting Services will try to get the image using anonymous access.
http://technet.microsoft.com/en-us/library/dd220527.aspx
Ok, I got it figured out. What I did was in the image properties, in the General Tab, I selected the image source as External, I then created a report parameter Called "#ImageURL", and selected it in the "Use this image:".
On the form I added this line of code:
ReportViewer1.LocalReport.SetParameters(New Parameter("ImageURL", string.concat("file:\","C:\ImagesFolder\ImageName.jpg")))
this brings up the image correctly.

How to I put time in my website's tab?

I was wondering if any of you can tell me how I can put the time in my website's tab. Heres an example: http://blog.wearebuild.com/
As you can see on the top (where the title is), it says "Build - We do Print - 22.10"
I am using DreamWeaver to design this website.
Thanks in advance!
You have to use JavaScript to modify document.title to dynamically alter the page's title. If you want to insert the date/time you can use JavaScript's Date object.

Resources