QBE Report all parameters UNCHECKED

I'm calling a QBE report in dynamic page using "QBE_REPORT_NAME.SHOW_PARMS. It's working fine but I have over 100
parameters and I don't want the user to uncheck
paramaters and run the reports. I want the parameter form appear as all parameters UNCHECKED. the user can select the
paramaters required and run the report.
any idea how this can be done?
Thanks
Vimal

Hi,
You can run the customization screen and uncheck all the parameters and save it by clicking on the save button. This you
need to do it the first time. Next time when the customization form is run all the parameters will be unchecked. The user can then select
the parametes and run it.
Thanks,
Sharmila

Similar Messages

  • Passing parameters to QBE Reports?

    I currently have an SQL Report that I filter dynamically with parameters from the page. I would like to be able to use this same functionality with a QBE Report that the client can more easily specify.
    Is it possible to pass parameters to QBE Reports? If so, how?
    Thanks,
    Mark

    As Chetan has correctly suggested, it will be better to use a table to store
    the emp no and their pin against their login session ids.
    You can have a table as :-
    create table emp_pin (
    session_id integer,
    emp_no integer,
    emp_pin integer,
    constraint emp_pin_fk1 foreign key (session_id) references <portal_schema>.wwctx_sso_session$(id) on delete cascade
    When a user logs into portal, a session_id is created and this session_id is
    deleted when the user logs out. The delete cascade rule will clean up your
    table entry when the user logs out.
    You can get this session_id using the <portal_schema>.wwctx_api.get_sessionid function.
    Now you need to create 2 functions that would return the emp_no and emp_pin.
    You can then use these functions in the sql query of your reports. This way you
    need not use bind variables at all.
    Example:-
    create or replace function get_empno(p_sess_id in integer)
    return varchar2
    is
    l_empno varchar2(2000);
    begin
    select emp_no
    into l_empno
    where session_id = p_sess_id;
    return l_empno;
    end;
    create or replace function get_emp_pin(p_sess_id in integer)
    return varchar2
    is
    l_emp_pin varchar2(2000);
    begin
    select emp_pin
    into l_emp_pin
    where session_id = p_sess_id;
    return l_emp_pin;
    end;
    Now, these functions can be used in SQL query of your reports as :-
    select <col1>, <col2>, <col3>
    from <table>
    where empno = get_empno(<portal_schema>.wwctx_api.get_sessionid)
    and emp_pin = get_emp_pin(<portal_schema>.wwctx_api.get_sessionid)
    and ....
    In a form, you can use these functions to set the default values of the empno,
    emp_pin fields.

  • Insert, save, etc.. button's not showed on customize form of QBE report.

    Hi,
    I've created a QBE report with all button's enabled in the customize form, when testing this with the
    provider customize link the button's are shown and I can perform an insert etc...
    When this QBE report-portlet is added to my rootpage and I go to the customize link everything is shown
    except the button's ??? what am I doing wrong ?
    Luc De pauw

    Hi,
    This is because it is the customize of the portlet. The customize of a portlet only supports the Apply, OK and Cancel buttons. Hence the QBE cannot support Insert in the customize. They are the full page options. The customize is to change the parameters of the report that control the output of the report. It cant be used to insert into a table. The Apply and ok do the same the thing that save does. It saves the customizations for the user.
    Thanks,
    Sharmila

  • How to call PDF Report with parameters in jdeveloper 10.1.3

    Hi all,
    how to call PDF Report with parameters in jdeveloper 10.1.3
    for example I have Report name is repdept.pdf with parameter as deptno
    and I want call this Report from JSP page ?
    thanks
    frank

    Hi all,
    how to call PDF Report with parameters in jdeveloper 10.1.3
    for example I have Report name is repdept.pdf with parameter as deptno
    and I want call this Report from JSP page ?
    thanks
    frank

  • Parameter validation failed. It is not possible to provide valid values for all parameters

    I'm trying to test passing in parameter values from the URL.    I have RS 2008 .   I created an ultrasimple report based on a stored procedure output.  There is no validation, No available values, No default values.  
    I'm trying to run the report like this:
    /Reports/Pages/Report.aspx?ItemPath=%2fProduction%2fDBA+Reports%2fTest&iTest=1
    I get:
    Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError)
    the one int parameter is iTestId 
    The RS log file says the following:
    processing!ReportServer_0-54!9138!01/25/2013-09:22:51:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Parameter validation failed. It is not possible to provide valid values for all parameters., ;
      Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Parameter validation failed. It is not possible to provide valid values for all parameters.
    What am I missing?

    Hi F-ram,
    From your description, you want to pass multiple parameters via URL, right? To pass multiple parameters through URL, we can use an ampersand (&) to separate them. For example, I have a report with two parameters p1 and p2. The report is deployed in a
    folder on the Report Server. When I navigate to the report on the Report Server, I can see the report URL is http://localhost/ReportServer_SQL2008NEW/Pages/ReportViewer.aspx?%2fFolder%2fReport&rs:Command=Render.
    If I need to pass parameters through URL, I can just add &p1=value1&p2=value2 at the end of the URL and the entire URL would be http://localhost/ReportServer_SQL2008NEW/Pages/ReportViewer.aspx?%2fFolder%2fReport&rs:Command=Render&p1=value1&p2=value2
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    Charlie Liao
    TechNet Community Support

  • Audit Trail Report Ignores Parameters From/To Date on EBS 12.0.6

    Hi All,
    One of our customers is not able to filter the data in "Audit Trail Report" based on date parameters.
    Is there any patch for this..
    EBS Version is 12.0.6
    I have found a note but it is related to 11i.
    Audit Trail Report Ignores Parameters Transacted By, From/To Date (Doc ID 364304.1)
    Any help is greatly appreciated..
    Best Regards
    gt1942

    I don't see any patch available for 12.0.x and this issue should be fixed in this release.
    Please log a SR for this issue.
    Thanks,
    Hussein

  • Link two reports using parameters

    Hi,
    We are using business object XI.
    I am trying to link two reports using parameters. I cannot use subreport option becuase inside the subreport I should link another report too. So,
    Report 1(High level summary)
    Report 2(Middle level summary)
    Report 3(Detail level)
    I tried to use hyperlink option and used following string.
    http://<server_name>/<Virtual Directory>/object.rpt?prompt0={?param1}&prompt1={?param2}
    Here is my question.
    1. Server name: Does it include port number??
    2. Virtual Directory: I am absolutely lost. I tried the "frsinput" directory the actual rpt file is storing. It is not working.
    Do you have general path??
    3. Parameters: I have 5 parameters to pass. 3 of them are Strings and the rest are DateTime.
    Basically, I need any tutorial about this kinds of things. The tutorial I have got only discribe link like "www.yahoo.com"
    BTW, is this even possible solution??

    Hi,
    I am trying to link two reports in the crystal report designer->deploy to the server->show in the DHTML viewer.
    When I create a URL from report A, it looks like "&" disapears. For example, I created a hyper link from report A using formula,
    http://server:port/........openDocument.jsp?sDocName=reportB&sType=rpt&paramName1="Trim(ToText({?param1},"#####"))"&paramName2="+Trim(ToText ({?param2},"#######"))
    But when I see the actual URL, all the "&" disappears so it looks like
    http://server:port/........openDocument.jsp?sDocName=reportBsType=rptparamName1="Trim(ToText({?param1},"#####"))"paramName2="+Trim(ToText ({?param2},"#######"))
    No wonder it is not working.
    I guess I need special protection for "&" sign. Do you know any?

  • New to portal: Setting the column width in portal QBE report

    I'm trying to set different widths to different columns in the QBE report. One of the columns in the report contains long descriptive text. With the default column width the reports runs into many pages and user has to scroll a lot. I would like to set the column width for this column so that it does not wrap for every 2/3 words. In the customization tab, I'm setting the width type to "Char" and selecting the number of characters to be displayed in that coulmn. Percent/pixel width type also didn't help. Should I set the Header width also?. I'm not sure where to set this header column width.QBE report just ignores these customization parameters and displays the report in default format. Please let me know if you have any idea/solution to this problem.
    Thanks
    Surya

    Hi,
    This is a bug and has been fixed 30984.
    Thanks,
    Sharmila

  • Configure a SSRS Data Alert once for all parameters

    Hi,
    while BOL mention "[...] If the report is parameterized, you might need to run the report using different parameter values to ensure the data that that you are interested in appears in the report. After the report is open, you click the
    New Data Alert option on the Actions menu on the report toolbar to open Data Alert Designer [...]"
    is it possible, or is there a work around, to configure a data alert that lists all parameter members?
    i.e. I've a report with a parameter that is "Customer" that contains more or less 1000 names. How can I create a single data alert for each Customer? --> i.e if the customer has a payment delay greater than n days?
    Thanks in advance, Davide

    Hi Davide,
    Per my understanding that you want to create only one Data Alert for all the parameters in the lists, right?
    As you know that if the report is parameterized ,only after the report is open then you can click the New Data Alert option on the Actions menu on the report toolbar to open Data Alert Designer and create the Data alert.
    So by design you need to first select the parameter to filter the report and then create the “New Data Alert” . When you choose a data feed, the data from the feed displays in a table with rows and columns in the alert data pane of Data Alert Designer which
    is the filtered tables data based on this parameter, that means the current version not support to set only one Data Alert for all parameters at once through the setting of the “New Data Alert” , The parameter values you chose to run the report are saved
    in the alert definition and will be used when report is rerun as a step in processing the alert definition. To use different parameter values, you must create a new alert definition.
    I recommend you that submit this suggestion at
    https://connect.microsoft.com/SQLServer/
    If the suggestion mentioned by customers for many times, the product team may consider to add the feature in the next SQL Server version. Your feedback is valuable for us to improve our products and increase the level of service provided.
    More details information about the date alert for your reference:
    http://msdn.microsoft.com/en-us/windows/gg492254(v=sql.100).aspx
    http://msdn.microsoft.com/en-us/library/gg492251.aspx
    Thank you for your understanding.
    Regards
    Vicky Liu

  • How to Insert using QBE report in portlet?

    [This is using the latest version of Portal, 9.0.2]
    I have created a portlet which is based on the Report QBE.
    It displays fine, with Update and Delete columns/links for each row.
    However...
    When I created the portlet, I specifically said I wanted to display the Query, Reset and Insert buttons in the "Customization Form Display Options" Button Options. When I click on "Customize" from the Develop tab for my portlet, it shows the full page customize, which includes these buttons. But when I add the portlet to a region, and then click on its Customize link (to the right of the portlet's navbar), the resulting customize page does NOT show these buttons.
    How do I get Insert functionality working from a portlet? Do I have to do something more to make the portlet customize page show the necessary buttons?
    I feel like I may be missing something obvious (again!), but I can't figure it out, and I've looked in all the places I can think of.
    Help much appreciated...
    Regards
    Bryan

    You are not 'missing something obvious' , this is how it works. The insert option is not available for qbe reports as a portlets. Reason being that you may not want all users who are able to customize the report to insert data into the base table.
    For insertion of data use a form portlet or a link on one of the qbe columns.
    Sunil.

  • Unable to Create a QBE report based on View

    I have a view which is based on 4 tables.
    The view by itself works fine.When I create a QBE report based on that view it gives the
    ORA-01445: cannot select ROWID from a join view without a key-preserved table (WWV-11230).
    I am not able to understand what I'm doing wrong.Please help!
    Thanks,
    Hyma.
    null

    Its simple if its a view on one table, but you have a view based on 4 tables. That is what makes it complicated and the need for special set up and a little research. I don't remember what all goes into it, but I do recall that its not just as simple as creating the view.

  • Deployment of reports containing parameters

    Post Author: RustyHalo
    CA Forum: General
    Hi,
    First of all, please forgive me if this topic is addressed somewhere else (I did search but could find nothing).
    I have many crystal reports containing parameters which have been developed for our organisation which I need to deploy (preferably through a website) to enable users to select the parameter criteria relevant to their particular department and therefore run their own report/s. How do I go about this while retaining the ability to include these parameters  and keeping the data dynamic?
    We are using Crystal Reports XI Developer.
    Any help or suggestions would be greatly appreciated.

    Post Author: pvierheilig
    CA Forum: General
    Hello - have you resolved this question?
    Unfortunately, there is not a single 'fits-all' solution, which really equates to you having many options.
    Set up a customized server using IIS & ASP, for example, to provide the reports and include parameter selection.
    Purchase Crystal Enterprise to provide the reports and necessary functionality.
    Purchase Crystal Desicions for advanced functionality.
    You may even be able to download the Crystal Reports Viewer and have the functionality you're seeking (I've not used it).  Just do a search on the Business Objects web site.
    Hope this helps and sorry for not being able to provide more information.

  • Discoverer report with parameters and functions

    I am new to Discoverer. Is there a way to create a report (with parameters) of one line per customer such that the following data will be displayed for each customer?
    Among the parameters is: from_date (month & year) ,to_date
    The basic query gives totals for each date (month & year) for every customer.
    Among the fields displayed:
    1-customer_id,
    2-balance until from_date,
    3-total activity between from_date and to_date
    I have a function to calculate the total balance until from_date, but then I cannot get the total activity on the same line. I tried using another function and I tried using a total calculation but to no success.
    Is this possible?
    Thanks.

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • Using a LOV in an Update page for a QBE Report

    In my QBE Report-based portlet, I have set one of the fields to use a LOV.
    When I go into Customize for the portlet, that field uses the LOV, but when I click on the Update link for a row, the same field does NOT use the LOV.
    How do I make it use the LOV in the Update page?
    Thanks for any help!
    Regards
    Bryan

    Folks --
    Is this question a difficult one?
    I'd appreciate even a pointer...
    Thanks
    Bryan

  • Link from QBE-report to form not working when published as portlets

    I've created a simple QBE-report where I've linked (using a LINK) keyvalues to a detail FORM. Query and linking and automatically display of selected record works fine in the App.builder, - but when I publish the elements as portlets and access the QBE-report as a portlet on a page, - the link fails, no keyvalues are passed to the detail form. It only shows up blank.
    What am I missing here?
    Thankful for any hint.
    Regards,
    Haakon Eide
    [email protected]

    This is strange, - made the same report again, this time as a sql-query (not QBE) - and linked the report and form together exactly as before - this time the link works when using the report as a portlet.
    The QBE-report generates empty parameterstrings (i.e. foo=&bar=&) when run as portlet on a page. Is this a bug?
    Running Portal 3.0.9 on iAS 1.0.2.2.
    -Haakon-

Maybe you are looking for

  • [Solved] The "¨^~"-key does not work for me in URxvt in Awesome

    Hello. I can not understand why I can not write e.g. ^ or ~ using the "^¨~"-key on my keyboard (norwegean layout) in URxvt (extra/rxvt-unicode) in Awesome WM (aur/awesome-git). Although I have tested in other window managers e.g. dwm, and the key wor

  • Error while changing the Resource Object Status

    Hi, I am trying to change the resource object status from Waiting to Provisioned for a self service task. Before approval I see the Resource Object Status as " Ticket Sent To REMEDY" on the administrator's web console and at the Requestor's web conso

  • Error in program Adobe Acrobat X Pro

    I have full program of Adobe Acrobat X Pro but the program regularly stops working, and I have to install it again, everytime from beginning. Then it's working for few weeks, and after it stops again. There is no coments window with error description

  • Table goes out of alignment in text box

    I have created a very simple table in InDesign CS5 on Windows 7, like this: However when you start typing into a cell, it goes like this: To fix it up you have to make the text box slightly bigger or smaller then resize back to what it's supposed to

  • Error opening URL while using WebServiceConnector

    Hi all I'm new to actionscript 2.0 and I'm trying out some samples in Adobe website and a book I have on actionscript.... I created a small sample which uses webServiceConnector component to connect to my web server and call a web method. I'm able to