Suppress/Hide Prompts - OpenDocument - Interactive Viewer

Is anyone aware of a method for hiding/disabling/suppressing prompts for input data in the interactive viewer?  We have a custom application that launches a WebI report through OpenDocument, and the application has applied rules to the nature of the prompt values.  Once OpenDocument has launched the viewer, the desired behavior is for the user to specify prompt values through the application, not through the viewer.  The users are internal as compared to external, so there isn't a big issue with preventing hacks to the URL to override the prompt values.  I see other admin settings for other capabilities in the left panel, but not for the user input prompts.

Sorry, I thought you were talking about the stopping the prompt dialog from appearing when you refreshed the report.
If you are talking interactive viewing mode this it is possible to hide/show toolbars using user security. I don't think it is possible to hide just the User Prompt Input tab.
You can alos restrict the user to HTML viewer.
Hope this helps
Alan

Similar Messages

  • Problem refreshing reports with params in the Interactive viewer from ASP

    I have a problem getting reports to refresh by clicking the Interactive Viewer's refresh button and reusing the supplied parameters. I am seeing this exact same problem on both V9.2 and 11.5 unmanaged RAS servers.
    I am using the following  function code to set the reports parameters:
    Public Sub PassParameter(param_index, param_value, param_is_multi,param_range_kind)
        Dim param_old ' parameter field in the report
        Dim param_new ' parameter field that will replace old parameter
    Dim paramValue ' discrete parameter value
    Dim aValues
    Dim rValues
    Dim iLoop
    Set param_old = clientDoc.DataDefinition.ParameterFields.Item(param_index)
    Set param_new = objFactory.CreateObject("CrystalReports.ParameterField";)
    If param_range_kind = 1 then
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldDiscreteValue";)
    paramValue.Value = param_value
    else
    Set paramValue = objFactory.CreateObject("CrystalReports.ParameterFieldRangeValue";)
         rValues = split(param_value, "|")
    paramValue.BeginValue = rValues(0)
    paramValue.EndValue = rValues(1)
    paramValue.LowerBoundType = 2
    paramValue.UpperBoundType = 2
    end if
    param_old.CopyTo param_new
    if param_is_multi = 0 then
    param_new.CurrentValues.Add paramValue
    else
         aValues = split(param_value, ",")
       For iLoop = LBound(aValues) to UBound(aValues)
    param_new.CurrentValues.Add Trim(aValues(iLoop))
        Next
    end if
    clientDoc.DataDefController.ParameterFieldController.Modify param_old, param_new
        ' Clean up
        Set paramValue = Nothing
        Set param_new = Nothing
    End Sub
    and then redirecting to another ASP page to invoke the viewer (the report "clientDoc" object is passed to the viewer asp page a s a session variable). The code of the viewer page is:
    <%
    Response.ExpiresAbsolute = Now() - 1
    Response.Charset=";UTF-8"
    Dim clientDoc
    Set clientDoc = session("clientDoc")
    Dim ObjFactory, RptAppSession
    Set ObjFactory = CreateObject("CrystalReports.ObjectFactory";)
    Dim viewer
    Set viewer = ObjFactory.CreateObject("CrystalReports.CrystalReportInteractiveViewer";)
    viewer.PageTitle = "Interactive Report - " & Request("rptnam")
    viewer.IsOwnForm = true
    viewer.IsOwnPage = true
    viewer.HasRefreshButton = true
    viewer.EnableParameterPrompt = false
    viewer.ReuseParameterValuesOnRefresh ; = true
    viewer.HasExportButton = false
    ' viewer.HasPrintButton = false
    viewer.ReportSource = clientDoc.ReportSource
    Dim BooleanSearchControl
    Set BooleanSearchControl = ObjFactory.CreateObject("CrystalReports.BooleanSearchControl";)
    BooleanSearchControl.ReportDocument = clientDoc
    viewer.BooleanSearchControl = BooleanSearchControl
    viewer.ProcessHttpRequest Request, Response, Session
    %>
    If I set viewer.EnableParameterPrompt = false then I get an erro upon clicking the viewer's refresh button (error is: Missing parameter values. webReporting.dll error '8004100e' ), but if I set viewer.EnableParameterPrompt = true, then I get the automatically generated prompts appear but they are all empty. Either way, RAS doesn't remember the supplied parameters. I know the parameters are being read by RAS as the report's contents prove this fact, but they are not remembered after refreshing. If the automatically generated prompts are filled in and submitted, subsequent refreshes work correctly.
    How do I get the report viewer to reuse the parameters that have been set programmatically after a refresh? BTW, changing my implementation to anything other than using ASP against an unmanaged RAS server is not an option at this time.
    Thanks in advance!
    Dave.

    Hi Dave,
    I don't have a "nice" set of code lines but below hard codes one parameter name and value:
                ISCRParameterField newParameterField = new ParameterFieldClass();
                newParameterField.ParameterType = crParameterFieldTypeEnum.crParameterFieldTypeReportParameter;
                newParameterField.Name = "YourParamName"; // you can make a collection here
                newParameterField.ReportName = "";
                newParameterField.Type = CrFieldValueTypeEnum.crFieldValueTypeStringField;
                newParameterField.AllowMultiValue = true;
                newParameterField.AllowCustomCurrentValues = true;
                Fields parameterFields = reportClientDocument.DataDefinition.ParameterFields;
                ISCRField existingParameterField;
                RowsetMetaData rowsetMetaData = new RowsetMetaDataClass();
                Fields fields = new FieldsClass();
                ArrayList defaultValues = new ArrayList();
                reportClientDocument.DataDefController.ParameterFieldController.SetCurrentValue("", @"YourParamName", @"YourParamValue");
    Thanks again
    Don

  • Suppressing update prompts at launch in Muse CC (Mac)

    Is there a way to suppress update prompts at launch in Muse CC (Mac)? Our users can't apply them themselves anyway, so all the prompt does is annoy them and generate complaints. Sadly Muse has it's own separate update mechanism that seemingly can't be suppressed when creating our installers in CCP.

    I believe this is specific to viewing on a Retina display. Strictly speaking this isn't a compression issue. The display is fuzzy on a Retina display because the images are at the correct resolution for a non-Retina display.
    Retina quality images take 4 times longer to download than non-Retina images.
    Muse 4.x had a bug that resulted in many cases where Muse would fail to resize the original image data down to the size it was being used at during the export process. If an original camera image was placed in Muse, this bug in 4.x could result in the full multi-megapixel image being uploaded and thus very slow page load times in the browser. We fixed this bug in Muse 5.0 so the images are now being resampled to the size at which they're being used, but in your case you were relying on this bug to get Retina resolution images uploaded.
    We're currently evaluating the alternatives for how to enable the behavior you need, without forcing everyone to take the 4x longer page load times associated with Retina images.
    If this is a show stopper for you, you can revert ot Muse 4.1 by running the Adobe Muse Uninstaller on the Mac or removing Adobe Muse via the Control Panel on Windows and then install Muse 4.1 from here.
    http://labsdownload.adobe.com/pub/adobemuse/builds/muse_4-1_update_mac.dmg
    http://labsdownload.adobe.com/pub/adobemuse/builds/muse_4-1_update_win.exe
    When it asks to update, choose Later.

  • Launch Interactive Viewer Webi Reports - JSP

    <p>We are trying to build a Report Dashboard which shows the reports similar to how you see in the InfoView. We have achieved most of the functionality. We have an issue where we want to open the Interactive Viewer for any Webi Reports so that the users can modify the reports... Essentially when we open these Webi Reports in InfoView, we are seeing the option to Edit, but we do not see the same option in our App... Does anybody know a way to launch the Webi Reports in the Interactive Viewer?</p><p>Thanks,</p><p> </p><p>Rajiv </p>

    Rajiv, 2 questions for you:
    [1] Is this a security issue? The user account logging into your report viewer application - is this the same user account that you logged into InfoView with? The Settings for WEBI in the CMC may be different for these users - hence you see different report viewer options.
    [2] Are you using openDocument.jsp in your report viewer application?
    Stuart O' Donnell
    Consultancy By Kingfisher, Inc.
    [www.kingfisherinc.com | http://www.kingfisherinc.com/]

  • Why is my "hide toolbar" in the View grayed out.  I am not able to show the toolbar.

    I cannot keep the Safari toolbar showing.  The "Hide Toolbar" in the View tab is grayed out.  Also, I cannot get the dock to not hide.

    Press the escape (esc) key to exit full-screen mode.

  • How to hide subfolders in Outlook view in iPhone

    Need to hide all subfolders tht comes over from Outlook into my iPhone, takes forever to scroll down when all is showing. Is there a way?

    Humm....... you want to hide it in Design View whilst working on the rest of the site?
    If that is the case set the menu container <div> to display: none; -
    <div id="menu" style="display: none;">This is the content menu</div>
    Then either set it to display: block; when you're ready to view it live or remove the style completely.

  • How to hide content in design view within Dreamweaver?

    How can I hide content in design view within Dreamweaver?
    I have a tabbed content menu that uses some javascript. Everything looks great in Live view, but when I go to design view, all the content goes way beyond the div. How can I make it to where I can hide the content in that div in design view or wrap it completely inside of there? It's really hard to explain which is why I provided some pictures!
    LIVE VIEW
    DESIGN VIEW
    Thank you in advance for all the help!
    Dalton

    Humm....... you want to hide it in Design View whilst working on the rest of the site?
    If that is the case set the menu container <div> to display: none; -
    <div id="menu" style="display: none;">This is the content menu</div>
    Then either set it to display: block; when you're ready to view it live or remove the style completely.

  • I have 100 groups in planning for those 100 groups i want to build roles like interactive,view user,planner etc.for those how to change in export -import folder .xml file  in that edit  how  to change user roles in that xml it will generate automatic id.h

    I have 100 groups in planning for those 100 groups i want to build roles like interactive,view user,planner etc.for those how to change in export -import folder .xml file  in that edit  how  to change user roles in that xml it will generate automatic id.how to do that in xml file ?

    Thanks john for you are reply.
    I had tried what you sad.I open shared service in that foundation project i had export shared service.after that in import-export file.In that role.csv,user.csv,group.csv.Like this file have.When i open user file added some users after i trying save in excel it shown messgse
    I click yes and save the .csv file and import from share servie. i got error like this
    am i doing right way john.or explain clearly

  • HOW TO USE HIDE STATEMENT IN INTERACTIVE ALV.

    Hi Friends,
                  Actually i am writing the INTERACTIVE ALV.In this ALV i need to USE HIDE STATEMENT.
    This is an urgent requirement.
    Please anybody help me.
    Thanks&Regards
    Thummala Krishna Reddy.

    Hi,
    use the below code for Hide in ALV interactive report.
    use hotspot in fieldcatalog
    gwa_fieldcat-tabname   =  gc_bsik.
      gwa_fieldcat-fieldname =  gc_bukrs.
      gwa_fieldcat-outputlen =  gc_12.
      gwa_fieldcat-hotspot   =  gc_x.
      gwa_fieldcat-seltext_l =  text-016.
      APPEND gwa_fieldcat TO git_fieldcat.
      CLEAR gwa_fieldcat.
    and create dynamic subroutine like:
    FORM sub_user_command1 USING r_ucomm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.                             "#EC CALLED
    *Fi Documents-3rd level
      CASE r_ucomm.
        WHEN '&IC1'.
          CLEAR gwa_bsik3.
          READ TABLE git_bsik3 INTO gwa_bsik3 INDEX rs_selfield-tabindex.
          MOVE rs_selfield-value TO gwa_bsik3-lifnr.
          IF rs_selfield-fieldname EQ 'LIFNR'.
            PERFORM sub_build_fieldcatlog2.
            PERFORM sub_data_retrieval2.
            PERFORM sub_display_alv2.
          ENDIF.
      ENDCASE.
    ENDFORM.                    "sub_user_command1
    call the above user command in alv display like below code.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program      = gv_repid
          i_callback_user_command = 'SUB_USER_COMMAND1'
          i_callback_top_of_page  = 'SUB_F_TOP_OF_PAGE'
          it_fieldcat             = git_fieldcat1[]
          i_save                  = gc_a
          it_events               = git_events
        TABLES
          t_outtab                = git_bsik3
        EXCEPTIONS
          OTHERS                  = 0.
      CLEAR : git_bsik3.
    pl let me know if you need any more info.
    Regards,
    Mahesh

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Not able to find Interactive View Mode for WEBI in BI LaunchPad Preferences (BI 4.1 SP04).

    Hi
    I am not able to find Interactive View Mode for WEBI in BI LaunchPad's Preferences. It used to be there for BOXI R3. Is this feature has been revoked by SAP in this new release. Please confirm and clarify. Thanks!!

    Hi,
    In BI 4.0, We don’t have the option of Interactive mode, the only modes for viewing WebI documents are as follows:
    1) Web:  it is similar to the Interactive mode in XI 3.1. It means that you will use the HTML interface in BI launch pad to create, edit and analyze documents.
    2) Rich Internet Application: This is similar to the Java Report Panel in XI 3.1.
    You are using the Java interface in BI launch pad to create, edit and analyze documents .
    But this requires the download of a Java applet.
    3) Desktop (Windows only): in this case you are using Web Intelligence Desktop to create and edit documents, a standalone interface that works outside the BI launch pad. But this requires an install on your local machine.
    4)  PDF: Same as in BO XI 3.1
    All view modes except PDF, have "Reading" and "Design" mode.
    When you view a WebI document, the default mode is "Reading".
    When you modify a WebI document, the default mode is "Design".
    The user should use the modify option or view > Design, if he wants to modify a report.

  • Repeating section : Interactive viewer issue

    I have created a repeating section based on a column in the layout editor. When viewing the data in Interactive viewer it is showing the column values as list of parameters. But viewing the same in PDF format, it is showing the repeating section fine.
    Can anyone let me know what the issue mught be ?

    In this 2010 form?
    First of all, lists do not support repeating section or repeating tables. You can use these only in case of InfoPath form library.
    If this is what you are using then, click on your Infopath form view, click on Repeating section from the Controls. Once added, click inside the repeating section and then select the text box or drop down field, which ever you want to fill using repeating
    section.
    Same applies to repeating tables as well, just gives you a tabular way to fill in the data.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • After launch Interactive viewer,while trying to reorder columns ie selected one column,and applying got NumberFormatException in FireFox16 like java.lang.Number

    Pop Up Box says NumberFormatExceptio:undefined.<br />
    Does this happen on all columns? Or just specific ones?<br />
    Yes,only after seleting column--> Reorder,based on existing columns.<br />
    BIRT Report rptdesign file.<br />
    FireFox 15 and earlier versions it works fine.But FF16 onwards it wont work. <br />
    the report works fine in FireFox15 and earlier versions.But the exception shows in FF16 onwards.<br />
    Is there any HTML5 parser issues.Because FireFox lower versions there is no HTML5 parser related things.Here may be the parser unable to parse the data correctly.Is there any workaround.<br />
    <br />
    FF16,17 <br />
    tried to html5.offmainthread;false but it is not helps.

    Hi David,
    Sorry to understand this Q..difficult...........
    Question:I'm developing the work using BIRT framework to get report data.
    In that if we launch interactive viewer...
    http://www.birt-exchange.org/org/forum/index.php/
    i'm getting PopUp Box says NumberFormatException only in FireFox 16 and 17 like but not earlier.
    IMO,this is causing because of HTML5 . needs to be disable may be helpful.....
    I'm unable to disable HTML5 completely.......how to parser disable in FireFox16..could u plz helpme this work around..!?
    Thanks,
    Vashi

  • Creating Dynamic Cascading Prompts Without Business View manager?

    How can we create dynamic cascading prompts without Business View Manager??

    Creae a parameter in Crystal Report Designer. I suggest you read the help on how to also.

  • Excel Interactive View (excel mashup) - Is it out of service?

    Hello,
    I have an online report based on Excel Interactive View. The last week I noticed that it didn't work. I checked my code looking for bugs, but it is correct.
    So, I tried to check the status of the Excel Interactive View in the official site "www.excelmashup.com" but when I clicked on the green button (with the text "Excel Interactive View") I saw the same error message:
    "We're sorry. We're having trouble preparing the data right now"
    I've been seen this error from 10/10/13, before that day, I remember the interactive view was working fine.
    I repeated the test on Chrome v 29.0.1547.76, Mozilla Firefox
    24.0 and IE 10.0.9200.16721 with the same results from that date.
    To give you more details, if I click in the button "Excel Interactive View" at the site "www.excelmashup.com" using IE10 I see the next log on the browser's console:
    Request URL:http://excel.officeapps.live.com/x/16.0.1727.1037/_vti_bin/CrossDomainAjax.ashx/GenerateWorkbookFromHtml
    Request Method: POST
    Status Code: HTTP/1.1 500 Internal Server Error
    Request Headers 15:32:14.000
    User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0
    Referer: http://www.excelmashup.com/
    Pragma: no-cache
    Origin: http://www.excelmashup.com
    Host: excel.officeapps.live.com
    DNT: 1
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 1451
    Connection: keep-alive
    Cache-Control: no-cache
    Accept-Language: es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3
    Accept-Encoding: gzip, deflate
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Response Headers Δ560ms
    X-Powered-By: ASP.NET
    X-AspNet-Version: 4.0.30319
    Server: Microsoft-IIS/8.0
    Date: Fri, 11 Oct 2013 18:31:52 GMT
    Content-Type: text/html
    Content-Length: 1208
    Cache-Control: private
    In order to discard network issues when my browser request to the Office's Webservers (my local tests are made from Buenos Aires, Argentina), I repeated the experience in a server installed on the USA getting the same error.
    I guess if the service "GenerateWorkbookFromHtml" is out of service in the Office's Webservers because it is throwing a http error 500.
    Can anyone open the example without problems?
    Thanks in
    advance,

    Hi,
    Thank you for posting in the MSDN Forum.
    Since the issue is more relate to the Excel Interactive View on SharePoint 2013, I'd like to move it to SharePoint 2013 General Discussions and Questions forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Display Chinese Word In Crystal Report's Cross-Tab

    Hi all, I am trying to display chinese word in my cystal report. It can be display correctly in detail, page header or formula. But when come to cross-tab, it just will show some funny symbol on it. any idea? i am using Crystal report xI release 2. T

  • SQ01 - Limiting Matchcode Box Results?

    I have a query that uses logical database PNP.  One field I'm using for selection is P0077-RACKY, ethnic origin.  When a user using the F-4 matchcode box on this selection field, the results include ethnic origin codes for several country codes.  Sin

  • EHS - QM Interface. Inspection Plan Creation

    Hi all, Has anyone used EHS-QM interface before? I am tryng to create inspection plan characteristics from specification database and it is not working properly. The customizing that I have done is: 1. We have Specify Environment parameters (i.e. EHQ

  • Upgrade to 12.1.2- impact analysis

    We are doing a technical analysis and comparison with our 12.0.6 instance vs the new 12.1.2 instance Can someone point me in the direction of documentation that might help in analyzing the impact of this upgrade from a Technical standpoint? I am rese

  • Integration model for transactinoa data

    Hi what is the transaction code to reactivate integration model  for the transactional data, let say example, changes in po or sales order after activating the integaration model. which transaction code we have to use reactivate. please any one help