Parameter prompting not suppressed after passing values

Hi there,
I have created a report with 7 parameters. I have via code-behind passed the values I require to the report using the SetParameterValue option. If I insert a break point just before I refresh the report I can see that the report has all 7 values set and hascurrentvalue is equal to yes. When I refresh the report it still prompts for all 7 parameters. Order of code as follows:
1. create new ReportDocument
2. load report using Server.MapPath
3. set parameters
4. set RecordSelectionFormula
5. set report source to 1
6. refresh report
Not usre what I am doing wrong
Any help would be appreciated.
Thanks,
Garth.

Jonathan,
Thanks for the prompt reply.
I am running Visual Studio 2008 SP1. I am using the built-in Crystal Reports version. I need to refresh as I am assigning multiple reports to a single reportviewer.
Thanks,
Garth.

Similar Messages

  • Report parameter is not populated with exact value in stacked column click throughs

    I have stacked column chart to show below opportunity data.
    Category axis: Month of created date
    Series: sales stage
    Aggregate: runningvalue of revenue on sales stage group. 
    data set has below fields.
    1. opportunity id
    2. created date
    3. revenue
    4. sales stage.
    5. Calculated field: month of created date
    I have a sub report which shows the detail information for that month when I click on Stacked column. In order to achieve this i have to pass a report parameter with month of created date(calculated field) on the click action of main report.
    This report parameter is not getting populated when i click on the respective stacked column because of which the sub report is failing.
    Any thoughts?
    1. Category: month of the created date of opportunity(this 
    1. Category: month of the created date of opportunity(this 

    Thanks Katherine for reply. 
    Creating a subreport was never an issue, the issue was when I click on the stacked column the parameter (A) as per your screenshot was not getting populated, some times it just passes a null value.
    In my report below is the sample data and in Chart
    1. Series Aggregate is on Runningvalue of Revenue set to stage scope.
    2. CAtegory group is on Month of Created date
    3. Series group is on Stage
    4. Have a report filter for Year.
    Sub report parameter: Month which is passed when  I click on the stacked column.
    Below is sample data how my data looks like.
    id
    stage
    createdon
    revenue
    1
    U
    1/1/2013
    1000
    2
    Ir
    1/2/2013
    2000
    3
    Ir
    2/2/2013
    1000
    4
    A
    2/3/2013
    5000
    5
    A
    3/3/2013
    1000
    6
    Ir
    3/3/2013
    5000
    7
    Ir
    4/3/2013
    7000
    Below is the image of actual report
    In the above screenshot When i click on Region A or Region C for Aug Column, the Month Parameter for subreport is always null. When I click on Region B , parameter is having the
    value as "Aug". 
    Let me know is there anything I am missing.

  • LOV filter - Auto Submit not working after the value is made to VS.filter

    JDeveloper 11.1.1.4.0
    I have cascading LOV filters for a table with fields id, deptid, projectName. The filters are for deptid and projectName. When I select a deptid, the projectNames belonging to that deptid should be populated. I have set Auto submit for deptid filter and partial trigger for project Name. So if I select a deptid and when I navigate to Project Name filter I get the list of project Names in the Project LOV filter.This worked fine as long as I didnt change the value for LOV to Vs.filtercriteria.deptid. Once I changed it the LOV filter for Project Names only got refreshed once I hit ENTER key after changing the value of Deptid. But I have to keep the value for LOV to Vs.filtercriteria.deptid. Other wise the records in the table after applying the filter values didnt function properly. I dont know whether the AutoSubmit does not work when the value is changed to Vs.filtercriteria.deptid

    duplicate post.
    Frank

  • The Prompt on combo box is not disappearing after a value is selected.

    Hi guys,
    I am putting in the prompt "Course Category" which starts off black and when a value is selected it turns grey but doesn't disappear, obscuring the selected value.
    I have tried putting in the line course_step1.prompt = ""; in the post selection part of the code but this has no effect.
    Interestingly when I test just this scene and not the whole movie this problem dosen't occure.
    This is a quote from my code I hope it gives you the idea...
    Thanks in advance,
    var course_step1:ComboBox = new ComboBox;
                    sophia_page2.addChild (course_step1);
                    course_step1.x = 245;
                    course_step1.y = 12;
                    course_step1.width = 200;
                    course_step1.dropdownWidth = 300;
                    course_step1.prompt = "Course Category";
                    course_step1.dataProvider = new DataProvider(cat_array);
                    course_step1.addEventListener(Event.CHANGE,select_cat);
                    function select_cat(event:Event):void
                                    var cat_select:String =(course_step1.selectedItem.data);
                                    course_inst1.textColor = 0x999999;
                                    course_inst2.textColor = 0x000000;  
                                    course_inst3.textColor = 0xCBDEF5;
                                    course_step1.prompt = "";
                                    //trace ("http://onedev/one/Sophia/CourseQuery2.asp?Cat=" + cat_select);
                                    var cat_selecturl:String =("http://onedev/one/Sophia/CourseQuery2.asp?Cat=" + cat_select);
                                    var xmlq2:XML = new XML ();
                                    var q2theURL_ur:URLRequest = new URLRequest("xmlq2.xml");
                                                           //replace with cat_selecturl ---- test with "xmlq2.xml"
                                    var q2loader_ul:URLLoader = new URLLoader(q2theURL_ur);
                                   q2loader_ul.addEventListener("complete", q2fileLoaded);
                                    function q2fileLoaded(e:Event):void
                                                    xmlq2 = XML(q2loader_ul.data);
                                                    //trace (unescape (xmlq2));
                                                   course_step1.prompt = "";

    Check the HTML source. Is any code after the initial option present (ie the </select></td>)? If not then you are getting an error that is masked by the fact that you already committed the response. Look into your logs.
    If the HTML source looks fine I fall back to my previous answer and you need to re-check the messages closer to where the work is being done. Though it never hurts to check the log files.

  • Report Parameter form not showing list of values in Report svr

    I was using reports 6i where I used to have list box in report parameter form. I now converted recompiled my reports in 10g and when I run I am not geting the list of values. I get the values as a list below the field
    ex.
    ITEM :___________
    box,book,pencil,rubber,
    dvd,floppy...
    previously it was coming as a list in the item field
    thanks
    MG

    Hello,
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwwhthow/howto/params/pmp_creating_list_of_values.htm?tp=true
    If you run the report from a Web browser and the list of values is unrestricted, the HTML Parameter Form will display a text field instead of a combo box, and a list of static values that you can copy and paste into the text field.
    Regards

  • Javascript not launching after passing grade achieved

    Hi Guys,
    I am struggling to get any javascript launching after a
    passing grade has been reached
    At the moment i have tried basic hello worlds
    I have tried these 3 methods
    1) ReadURL("JavaScript:writeCookie('myCookie', 'Hello
    World')",2)
    2) document.write("Hello World!");
    3) alertalert('Hello world');
    None of these seem to be kicked off at all?
    Anyone have any feeling where i am going wrong?

    Hello and welcome to the Captivate forums!
    Your examples are puzzling. Aside from the last one, which I
    assume is a typo, I wouldn't expect any of them to work to begin
    with.
    ReadURL is not a valid Javascript function, so it wouldn't
    work unless you created it yourself in the HTM page or in
    standard.js. If you DID create it yourself (as well as
    writeCookie(), which is also not a built-in function), the
    inclusion of "JavaScript:" in the middle would then likely break
    things anyhow.
    document.write() shouldn't work since you're calling it from
    Captivate after the page is finished loading. There's no valid
    context to be writing in at that point, although some browsers
    *may* just append it to the end of the web page as a courtesy.
    I *would* expect alert('Hello world'); to work from
    Captivate, though.
    By any chance are you doing your testing in Firefox?
    Firefox seems happier if you wrap all your Javascript calls
    from Captivate in void(), as in:
    void(alert('Hello World!'));
    Also, you may want to test in IE simply because Firefox does
    not seem to generate the Javascript error warnings that IE does,
    which can help you debug your code.
    Beyond that, a last suggestion would be to make sure all your
    Javascript code sits out in the HTM (or better yet, the standard.js
    file) and then make calls to that code from Captivate.
    Captivate seems to dislike executing more than a single
    Javascript function at a time, so you might want to go with
    something like the code below.
    Regards,
    John

  • Prompt not affecting after personalization

    Hi,
    I have a standard page which has a classic table.
    i createda extra column in that table using personalization.
    Now,i am unable to see the prompt for the newly created column.
    when i debugged,i found out hes handling the prompts in the controller using the following code:
    OAStaticStyledTextBean oastaticstyledtextbean = (OAStaticStyledTextBean)createWebBean(oapagecontext, "LABEL");
    oastaticstyledtextbean.setTextBinding("columnHeaderText");
    oatablebean.setColumnHeaderData(new ArrayDataSet(adictionarydata));
    oatablebean.setColumnHeaderStamp(oastaticstyledtextbean);
    The prompts are all added to the adictionarydata.
    So i added the prompt for the new field also to the adictionarydata.
    but its still not reflecting but if i change the prompts for the already existing fields they are reflecting.
    can anybody suggest an idea?

    It could potentially be network connectivity issues.
    What's the exact setup you're using (ssh'ing to a box on your local lan or on the internet, Arch being the host or the server,...)?

  • Not able to pass values to variables in extended Tree class

    Hi,
    I have a as class that extends from Tree, additionally this
    custom class defines
    new class level variables as follows:
    public class MyTree extends Tree {
    public var arrayColl:ArrayCollection;
    and i call this tree from mxml as follows:
    <customTree:MyTree
    arrayColl={list}
    xmlns:customTree="../../.*"/>
    Though my 'list' collections is not null, when i place an
    alert in the constructor of extended tree class
    it shows as null.
    Please advice.
    Thanks,
    Lucky

    below is the canvas:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    import mx.collections.IViewCursor;
    import mx.collections.ArrayCollection;
    import com.citi.ascript.TreeData;
    import mx.controls.Alert;
    import com.citi.ascript.CitiTree;
    public var availableTreeDataColl:ArrayCollection;
    public var selectedTreeDataColl:ArrayCollection;
    public var treeData:TreeData;
    public var srcTree:CitiTree;
    public var availableTreeDataArray:Array = [{a:1},
    {b:2},
    {c:3}
    public function formTreeData():void {
    var tempColl:ArrayCollection = new
    ArrayCollection(availableTreeDataArray);
    availableTreeDataColl = new ArrayCollection();
    for (var i:int=0; i<tempColl.length; i++) {
    var tempTreeData:Object = tempColl
    treeData = new TreeData();
    treeData.a = tempTreeData.a;
    treeData.b = tempTreeData.b;
    treeData.c = tempTreeData.c;
    availableTreeDataColl.addItem(treeData);
    ]]>
    </mx:Script>
    <mx:VBox>
    <mx:Label text="Drag &amp; Drop the analysis sections
    that you would like to include in the report" width="450"
    height="20"/>
    <mx:HBox id="treeContainer"
    creationComplete="formTreeData();">
    <customTree:MyTree treeList={availableTreeDataColl} //
    here collection becomes null.
    </customTree:MyTree>
    </mx:HBox>
    </mx:VBox>
    </mx:Canvas>
    The collection of TreeData is iterated in the customTree to
    form xml which will act as dataprovider for tree.
    and this canvas is added as a child for a panel in my main
    application.
    Hope this gives an idea.
    Thanks,
    Lucky

  • Fieldpoint engine not updating after first value

    I'm using an FP-1000 and an FP-TC-120 with two thermocouples attached. I've successfully set everything up with Fieldpoint Explorer and the data updates perfectly. The problem is when I try and read the tag values using a VI in Bridgeview. I start the VI and it starts the Fieldpoint Engine and reads the first value from it. This is the only value it will report to the VI and I can't figure out what the problem is. The only way to get a new value is to restart the engine, and once again it only reads one value and then doesn't update anymore. The VI continues running and getting data but it's always the same as the first time. I tried searching for a problem similar to mine but I wasn't sure what exactly to search for and I couldn't find much help.
    Thanks.

    There are several items in the tag configuration that you should check as they may cause extremely slow updates. First (and most likely), check the Update Deadband. If I recall correctly, it defaults to 1%. With an FP-TC-120 set to -270 to 1770 C, that is 1% of 2040 C or 20.4 C. This means that the engine will automatically filter out changes that are less than 20.4 C from the initial value. Next, check the tag update rate. You should set it for an interval of 1.13 seconds (All Channel Update Rate of the FP-TC-120). Finally, check the group update rate.
    Edit: A more appropriate deadband would be 0.05% or 1.02 C with the -270 to 1770 C range.
    Regards,
    AaronMessage Edited by Aaron G on 03-06-2005 08:38 AM

  • I bought an iphone4 from england and its locked to orange.i paid for its activity about one week ago .they told me it will be activated between 2 to 7 days but its not activated after passing one week

    please help me,should i wait mre for the request for activating my iphone?

    Your iPhone is locked to the Orange network which is why your Iranian SIM will not work.  You will need to contact Orange in the UK to request they unlock your iPhone. It should be noted that you need to have had service, either as a monthly customer or PAYG for a minimum period of 3 months before they agree to unlock your iPhone. 

  • Parameter Field issue : Parameter not showing in enter values.

    i got three paramater setup...
    All three parameters are used in record selection formula.
    When i click on refresh, only two parameters are showing up in enter values screen...why thired parameter is missing?
    two parameters are date and third one is string. String parameter is not showing in enter values. How to fix this?.

    Hi,
    I haven't run into this problem so I'm not sure if it's a bug or not.  When you added the parameter to the report, did you type the parameter into the formula yourself or did your double-click on it from the Field Explorer?
    It should be fine adding it from the Field Explorer.  Strange but not really sure why it's not working for you though.
    Good luck,
    Brian

  • Passing value to LOV page scope

    Hi ,
    In my application ,I am using ADF task flow and af:region
    to display lov (each lov search content is in a seperate jsff file).
    I have to pass some parameters to fragment page flow scope and
    for that I am declaring parameters in base page def and task flow def.The problem
    with this is, the passed parameter does not contain the latest value. Though
    I have made sure that each time the passed parameter must refreshed by setting
    refresh condition of base page def config as ifneeded and each time I am passing
    a dummy parameter (containing Math.random() value) only to make sure that
    each time it passes a different set of parameters.
    Can anybody find out what is going wrong here?
    One more thing... If I put the values in other scopes (process, session) and try to
    access, the value passed is null.
    Thanks in advance,
    Ghosh

    Hi ,
    I have tried out ur suggestion but it's still not working ,here i am attaching my code,
    pls chk..
    On my poplist event following acton will be excuted in process form request :
    OAFormValueBean frmBean1 = (OAFormValueBean)webBean.findIndexedChildRecursive("OrgFrmValue");
    String nbrOrgvalue = (String)pageContext.getParameter("OrgNameChoice");
    frmBean1.setValue(pageContext,nbrOrgvalue);
    i also mapped this OrgFrmValue as critem item in LOV , which in turns refers to UserIdFrmValue bean of LOV Page from value Item .
    I am using following code in my LOV Page CO :
    Dictionary passiveCriteriaItems = pageContext.getLovCriteriaItems();
    String OrgName = (String) passiveCriteriaItems.get("OrgName");
    System.out.println(" ORG NAME" + OrgName);
    but it gives me null value , can u tell me where is the problem ??
    please help.
    thx Anand

  • PASS VALUES TO FORMULAS

    hi all
    Anyone knows how to pass values to a formula in a report.
    I mean i do not neet to pass value to a record selection formula .
    I need to pass to a formula!
    With java and CR4E exists any interface that does this?
    please help it's really urgent!

    See my comment on your post in another forum:
    http://diamond.businessobjects.com/node/4228
    -MJ

  • Passing value to a field of SAP Program which do not have "Parameter ID"

    Dear Experts,
    My requirement is that i need to pass a value from my dialog program to a field of SAP Program which do not have "Parameter ID" attached to it.
    For example: If you run SAP Transaction CS14, it has two sections viz., Primary BOM and Secondary BOM. I need to copy and create own screen using Dialog program. The screen appears in custom screen would be similar to that of the SAP Transaction CS14. If you check the fields, all the fields have "Parameter ID" attached to it, except for the following fields which do not have Parameter IDs are "Alternative", "Valid From" and "Required Qty".
    Hence how do i pass value to those fields? Kindly help me
    To those fields where "Parameter IDs" are attached, i can use below two statements:
    Set parameter id <par> field <field>.
    call transaction 'CS14' and skip first screen.
    Regards,
    Ramesh Manoharan

    Hi Harald Boeing,
    Thanks you very much. My problem is solved.
    Rewarded Points.
    Regards,
    Ramesh Manoharan

  • Not able to pass multi values from prompts to Bi Publisher 11g

    I am using a choice list in dashboard prompt with default value:"All Column values" and set to a presentation variable:"presvar
    In BIP 11G data model,in where clause i am writing it as:
    where tablename.colname in (:presvar)
    This is working only when i select single value in prompt ,if i select multi values in dashboard prompt it is not fetching me exact results.It is throwing error:"Invalid parameters"
    Kindly help if someone has faced the situation
    Version:11.1.6.2

    This is a bug:
    Bug 11793832 : MULTIPLE VALUES IN A DASHBOARD PROMPT DOESN'T WORK WITH BI PUBLISHER INTEGRATED
    I have been told that a fix is due in next patch set 11.1.1.7.2

Maybe you are looking for

  • Withholding tax provision on Po's at year End

    Hi Experts TDS has been deducted at the time of making provision on Po's at the year end but actual invoice receipt after payment of TDS in the next year , how the system will take care of TDS on differential amount , and what will happened if TDS ha

  • How do i install fonts on 0s 10.7.4?

    how do i install fonts on 0s 10.7.4?

  • Lightroom 4  removing objects in photo

    I want to get Lightroom 4 and I think I read somewhere that instead of having to erase and clone unwanted objects in a photo, one could click on object and remove it and the computer would fill in the background to what it should have been. Ex: photo

  • Macbook pro did not wake up until after SMC

    I put my Macbook pro 13 (retina, late 2013) to sleep. But, after a minute or so, when I tried to wake it up by pressing any button, it did not work. I thought it's dead. But, I checked up Apple support website and did an SMC reset, after which it wor

  • Windows Media Center Has Stopped Working...

    Since I first bought my Toshiba Satellite P305-S89151, I've received "Media Center has stopped working...A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available" responses.  Whe