Link to detail Report doesn't work.

Hi, we are using Webi for On Demand reports (against Salesforce universe) and the hyperlinks to details reports are not working.
my URL in master report looks like this:
="<a href=https://na.crystalreports.com/opendoc/openDocument.do?iDocID=48877773&sType=wid&sWindow=New&lsMFocusBook="[Focus Book]"&lsMSegment="[Segment]"&lsMAccount="[Account Name]">"[Segment]"</a>"
and UR in detail report appears as:
https://na.crystalreports.com/opendoc/documentXML.jsp?cmdP1=untitled488777731wid*&token=&cmd=askPromptView&cmdBlock=all&cmdP2=lsMSegment%3D%255BSegment%255D%26sWindow%3DNew%26useCustomPrompts%3DY
Some how details report doesn't recognise the propmpt values and always asks to fill prompts.
can some one advise?
Thanks

Hello,
The openDocument.do url was really only designed for use with Crystal Reports documents.
It is not officially supported for webi documents, or any of the other document types.
That being said, it sounds like opening webi docs with openDocument.do does work, it is just the parameter passing that is problematic.
Cheers
Steve

Similar Messages

  • Linked column with # sign doesn't work in report results

    I have a 2 page query situation, whereas in the 1st page I have a wildcard query to find a product number.
    This product number is set-up as link to run a report which opens in another page.
    (Type is a STRING.)
    Everything works fine unless the product number starts with the # sign.
    I can run a report using this in a non-linked page, but it doesn't work in the linked page...?
    Simple queries
    Page 1
    select
    from
    Products
    WHERE (((upper(TOP_ITEM) like upper(:P1_SEARCH)||'%')))
    and :P1_SEARCH is not null
    (Link on Top Item - :P2_Search)
    Page 2
    select
    from
    Products
    where Top_Item = :P2_Search
    (This works fine if I enter the #[Product] into the text field)
    Link doesn't work...?

    You need to escape the "#" character in the product no and generate the link's HTML code in report #1 directly within the SQL query.
    select ..
       ,'<a href="f?p=REPLACE(product_number,'#',''%23)
      ,'<a href="f?p=' || :APP_ID || ':200:' || :APP_SESSION || '::NO::P200_PRODUCT_NUMBER:' || REPLACE(product_number,'#','%23') || '"> Link</a>' product_number_link
    FROM ..
    {code}
    <i> 200 is report #2's page
    P200_PRODUCT_NUMBER is report #2's page item which is set on redirecting to that page.
    Product_number is the column name of column with '#' characters
    Change display type of product_number_link column to "standard report type"</i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT4796 link to migration assistant doesn't work. Where can I find it?

    link to migration assistant doesn't work. Where can I find it?

    Do you mean the link in the article to Apple Support Downloads?  It works for me, now, and should take you here:
    If not, try this one:  http://support.apple.com/kb/DL1557
    Sometimes an Apple server won't find the article you want immediately.

  • All of a sudden, report doesn´t work anymore

    Getting really tired of this whole SCOM-thing the last days.
    Now the reporting doesn´t work anymore. We changed NOTHING.
    State went from Zero to Healthy 4:14 PM on friday last week. Alright.
    But a few hours later, when nobody was here anymore, it changed to EROR.
    How can that happen?
    Reports are EMPTY suddenly. You can't start report-tasks anymore. They disappeared.
    We checked:
    - Discovered Inventory -> Data Warehouse Synchronization Server
    - State is Critical.
    - Display name is wild numbers+characters, is this normal?
    - Health explorer says:
    'DeploymentException': Failed to deploy reports for management pack with version
    dependent id '471cffe4-2085-cf71-2513-ecbac52be31f'. Failed to deploy report
    'Microsoft.Windows.Server.Reports.PerformanceBySystem'. AdjustDataSources:
    Exception <ErrorCode
    xmlns="http://www.microsoft.com/sql/reportingservices">rsItemNotFound</ErrorCode><HttpStatus
    xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be found.</Message><HelpLink
    xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server
    Reporting Services</ProductName><ProductVersion
    xmlns="http://www.microsoft.com/sql/reportingservices">11.0.2100.60</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem
    xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsItemNotFound"
    msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be
    found.</Message></MoreInformation><Warnings
    xmlns="http://www.microsoft.com/sql/reportingservices" />

    Hi,
    Generally these errors are caused by improper SQL SRS configuration, to confirm SRS is initialized correctly, are you able to navigate to http://localhost/reports or http://localhost/reportserver?
    Are you upgraded to SP1 RC yet and have you the latest versions of the MP' as a lot of these reporting issues have been resolved?
    Also re-check all your SRS accounts have the relevant permissions and all permissions in IIS are correct?
    You could try resetting the SRS configuration and re-install Reporting.
    1. COPY the ResetSRS.exe file in SupportTools folder of the OM 2007 media to
    C:.
    2. Open a Command Prompt and change your path to C:.
    3. Type "ResetSRS.exe  MSSQLSERVER" where MSSQLSERVER is your SQL instance
    name.
    4. Then open Reporting Services Configuration Console, select Web Service
    Identity and click Apply.
    5. Finally, reinstall your reporting service by running OMSetup.exe again.
    In addition, please provice the event ID under event vierwers, so that we could analyze it further.
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/0a66dfa4-a39c-44c4-93cf-ca064d6bc52c/scom-reporting-error-rsitemnotfound-?forum=operationsmanagerreporting
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • Link on my website doesn't work correctly on my iMac. It works correctly on Safari, and both browsers on my laptop.

    Link on my website doesn't work correctly on my iMac. It works okay when using Safari. It also works correctly on my laptop using either browser.

    We worked out my problem. My solution turned out to be: Firefox Preferences/Applications. Scroll down until you find "Portable Document Format (application)", click on it and use the dropdown menu to the right and changed "Save file" to "Use Adobe Acrobat Pro (default). I had trouble at first finding if the listing was under Adobe, Acrobat, or what so I used the search feature and found it immediately.
    Hope this helps.

  • Web fault reporting doesn't work

    My phone line was tested and it came back as working but it isn't. I have removed all extensions and tested with 2 different phones at the master socket and a fault still occurs. The line works after a fashion but doesn't ring properly and also sometimes loses the incoming phone number information. Broadband is ok.
    But the BT web site won't allow me to report it because the line was tested as ok but I know it isn't. This is a failure of customer service.
    Also this link doesn't work (I am using Mozilla Firefox not Internet Explorer but this shouldn't make a difference)
    https://www.bt.com/consumerFaultTracking/public/faults/reporting.do?pageId=21&s_cid=con_FURL_faults
    So I can't use the web site to report the fault and I had to call an 0800 number with a mobile.
    Not good.

    The website is working fine from your link posted also you can call BT from this number From a mobile: 0330 123 4151 the charge for this call will come from you mobile calling plan
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Safari can't open aam: links, application manager8.0 doesn't work

    Im trying to install creative cloud but then I get a link starting with aam: which can't be opened by safari, so I was looking for solutions and installed ApplicationManager8.0 but it still doesn't work. if I go to adobe to try download cc again i get the same link. I use a Macbook Pro with OS X 10.9.5

    Vanesav33366476 please begin the installation process through the Creative Cloud Desktop application.  You can find more details regarding the installation process at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • Link for Serial Numbers doesn't work

    Hi,
    Has anyone managed to get the link for item serial numbers to work? I've created a serial number selection screen and added links for the serial numbers, but when the link is clicked the following error message appears "No matching records found - 'Serial Number for Items' (ODBC - 2028)".  I've checked with the standard SBO serial number selection screen and I'm showing the same serial numbers.
    Regards, Lita

    Hi Ad,
    I've  already looked at the serial number table OSRI, and it has 2 columns for its primary key. I've just did some further testing and if you put only the item no. then it brings up a serial no. screen in add mode ie you need to put in the details of a new serial number. This is not what is required - I want to bring up a screen to show an existing item serial number. I've tried putting in a cocatenated value of the item no and the serial no. for the link but this throws the error message which I listed above.
    Looks like the serial number link isn't practical to use at this stage.
    Cheers, Lita

  • Link in email received doesn't work

    Fro 2 days now, and I don't know why. When I receive email with web link, th link doesn't work. I need copy the link to safari and push return key.
    Patrick

    Is Safari your default browser? If not, open its preferences and make it the default.
    Do you have any Safari Extensions installed? If so, disable them temporarily in the preferences.
    Do you use anything like "Application Enhancer," SIMBL, or similar garbage that's supposed to modify the way applications work? If so, get rid of it permanently.
    Then log out and log back in, and try again.

  • Link with ITPC protocol doesn't work

    My link to xml feed to my podcast doesn't work anymore on my ipod touch (3.1.2) or iphone (3.1.3). The link work just perfect on my computer (Windows XP) and open itunes normaly
    The ipod touch and iphone just say that the page can't be open because the address is not valid.
    What should I change to correct this?
    Thanks!

    Is Safari your default browser? If not, open its preferences and make it the default.
    Do you have any Safari Extensions installed? If so, disable them temporarily in the preferences.
    Do you use anything like "Application Enhancer," SIMBL, or similar garbage that's supposed to modify the way applications work? If so, get rid of it permanently.
    Then log out and log back in, and try again.

  • Link to a file doesn't work anymore

    I repeteadly made this experience: I link some text to a file and upload it via .mac. However, when I change the file, the link doesn't work anymore. Even if I set up the whole thing again and upload it, it doesn't work.
    Seems like I get one chance per link and that's it.
    Does anyone know how to get the link working again?
    Message was edited by: Christian Stahl

    I just started using iWeb last night for the first time and ran into the same (or similar) problem. I did it kind of backwards but that shouldn't matter I wouldn't think. I also came across another problem with text which was not supposed to be a hyperlink but ended up being one and one I couldn't turn off.
    I created a text field, typed in some text, then made the text an active hyperlink and attached the link to a file. That first one worked OK. Then I copied and pasted that text field about ten times, changed the text slightly and set each text field to another different file link. I then published and tried the links using Safari. The first few links worked fine and the files were automatically downloaded to my downloads folder. However, clicking on the last few links downloaded files from the other previous text links instead of the ones they were supposed to even though the inspector shows the correct files. I even tried doing new text fields and new links but they still don't work correctly.
    The other problem is that I created some more text fields to be used as descriptions for the file downloads by copying a hyperlinked text field. I realized after the copies were made and I had spent some time changing the text that these text fields carried over the linked hypertext attribute. Since I didn't want to type everything out again from scratch, I just turned off the hypertext link attribute in the inspector. However, after I saved the web site and then published the site, I discovered that the text was still linked to a file download. I went back into iWeb and that hypertext checkbox was now checked. I turned it off several times but every time I publish, it turns it back on by itself.
    I am going to create the entire page over again from scratch and try the method of dragging files from the finder to initially create the link (got that from the help file).
    Also it would be nice to have better/more file download features in iWeb such as being able to access a file picker where the web user could select files s/he wanted to download instead of requiring one button per file. Also, some way to automatically compress into one download a selection of several files.
    -R

  • Direct links to the KM doesn't work under Kerberos (SPNego)

    Hello,
    We are running NW04 SP16 and successfully implemented Kerberos
    authentication using the SPNego module.
    The problem we are facing is this: If we put a URL to a certain KM file
    at the browser, like this:
    http://<host>:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/....
    The user is being prompted for User name and password and even after
    entering the correct ones it doesn't work. If the same user is opening
    this link from inside the portal (from an iView for example) the link
    is working. When we used NTLM this option used to work.
    I have implemented SAP Note 993579 yet it didn't solve the problem.
    I also tried changing the Authentication Schema property of the com.sap.km.document template iView to "default" yet this as well didn't help.
    Any suggestions?
    Regards,
    Roy

    Hey Detlev,
    Yes I am referring to the same oject.
    The thing is that Brad says that the changing of the authentication schema needs to be done together with the note. I first tried the note and in order to track changes I reverted the note and tried the authentication schema change separately. I didn't try to implement both of them together. I will try it and let you know...
    Regards,
    Roy

  • Pdf links inside another Pdf doesn't work

    Hi,
    I am using Adobe Pdf Reader X(10.1.0). I am creating a PDF with html links embedded in it.
    Links to normal files works properly (Like server/idcontent/new/ir.html)
    But links to another pdf file doesn't work(Like server/idcontent/new/ir.pdf). When clicked on a .pdf link nothing happens. But where as other links works perfectly.
    Can any one help me whether I am missing any setting in my Adobe Reader.
    Thanks in advance.
    Ravi.

    How exactly are you creating these files?

  • Scale of the graphic in interactive report doesn't work in french

    Dear all,
    I created a calculation column in an interactive report an put the format 9999999D99. When I displayed the information everything is ok.
    After that I tried to create a graphic with this column.
    The graphic is the type line
    The value is this new column
    The function is SUM
    order by label ascending
    The graphic show the good information, when I click on the dot the right number is displayed (19459,10). But if I look on the scale on the left the numbers are not good, we see 25,00000 instead of 25000,00.
    The application use the navigator information the first language use is french. If I use english the numbers are ok.
    What I need to do to use french and have the right decimal ?
    Thanks for your help
    Eric

    Hi Pranay and Mohd,
    here is the screenshot:
    If I logon as Admin user (or I grant user Admin rights), it looks like this:
    So the prompt is visible but is empty. I changed privileges in CMC / Applications / Web Intelligence, so normal user has same right as Admin, but it still doesn't work. I also tried change user security in Connections and Universes, but none of them work.
    Please, do you have any idea what i miss?
    Thank you

  • Interactive Reports - group by in SQL - download reports doesn't work

    Hi,
    I have the following SQL as the region source of an interactive report.
    select SERVICELEVEL, SUM(CONTRACTVALUE), SUM(DOLLARVALUE), count(SERVICELEVEL) from "ACSPROD"."CONTRACT" where CONTRACTSTATUS='Active' group by SERVICELEVEL
    The report shows exactly as expected. I have also integrated BI Publisher 10.1.3.4.1 with APEX 3.2.0.00.27
    Problem 1
    The report download doesn't work for any of the formats (CVS/XLS/PDF/RTF). When I rewrite the SQL without the group by clause (not the wanted results), then the report downloads work.
    What am I doing wrong?
    Problem 2
    Irrespective of the above issue - when I add a sum aggregate and download the report (any format) - it doesn't show the summed value.
    What am I doing wrong?
    Please advise!
    Cheers
    Mynhardt

    Hi Pratadamski ,
    I could reproduce this issue at my end. This is a bug. So, I have filed on your behalf (6432429).
    When i use tables ( not views) directly in my SQL and use column alias for computed column, it does work fine!
    i.e., this query is good with databinding at designtime and runtime:
    SELECT ALL trip.PersonID,
                        COUNT(*) AS Num_Trips
    FROM trip
    GROUP BY trip.PersonIDThanks & Appreciate your feedback,
    Sakthi

Maybe you are looking for

  • How do I reduce the file size of a video?

    I need to reduce the size of a video in imovie to 200 MB.  Can anyone help me please?  Thank you.

  • Can't change the color of a symbol I created

    I am a beginner in illustrator, and I have been doing some online tutorials. I have run into a problem that I can't seem to find the answer to. I'm hoping you guys can help. I am doing a basic tree, I made a couple leaf symbols so that I could just e

  • Getting Error 404 when trying to open php documents in DW CS3 Test server

    I am new to DW, php, MySQL and Apache. I have set up a test environment but obviously have done something wrong. I currently create my web pages from scratch in notepad and update my site with a GUI FTP program, but I know with these new tools, I wil

  • Invoice Attachment

    We are getting Invoices from our Vendors with the Attachment. After it comes into XI, the Invoice Data and the Attachment(PDF) needs to be separated and then needs to be sent into R/3 system. The Invoice data goes into R/3 as an IDOC. How should I ac

  • BT Infinity availability date

    The BT Infinity postcode check shows that my exchange will be enabled for BT Infinity on 30th March 2011, but SamKnows shows that the date is 30th June 2011.  Does anyone know which is more reliable?