This guide will outlay the steps required to hyperlink a form ID to InformationLeader from Crystal Reports.
- You will need to add the field you wish to link into your preferred section, In this example, we will use the Form ID.
- Right-click the ‘FormID’ field and select ‘Format Field’ then click the ‘Hyperlink’ tab.
- Once in the Hyperlink view select the ‘A website on the Internet’ dial then click the ‘X 2’ button to enter the Formula editor.
- Copy and paste the following string:
"http://SERVER_NAME/InformationLeader/Startup/Startup.aspx?application=InformationLeader&domain=Issues&filename=%2fForms%2fFormDetail.aspx%3fmodule%3dFORMS%26formid%3d" & {DATABASE_FRMHEAD.FormID} & "%26formmode%3d1"
- Where “SERVER_NAME” is the name of the InformationLeader server.
- “application” is dependant on if AD Authentication is active. You can generally find out by looking at the URL you use to launch InformationLeader. e.g “http://SERVER_NAME/InformationLeader/” or “http://SERVER_NAME/InformationLeaderAD/“
- “Domain” is the environment you want to link to.
- {DATABASE_FRMHEAD.FormID} being the database and the database field.
- Click ‘Save and Close’
- If you preview the report you should be able to click on a FormID that directs you to the form instance in InformationLeader.