Cannot Change Parameter Value in afterParameterFormTrigger

I am unable to change parameter values in the afterParameterFormTrigger. All of the parameters are defined as global variables in the default package.
What I am trying to do is this:
In RDFs, I would have place holder or formula columns at the top level of the data model (outside of any query group), and the values of these would appear one time just within the root element of the XML data.
I saw that, with data templates, the parameters appear one time within the root element, so I thought I could just populate these in the default package, but it does not seem to let me. Is this possible?
If this is not possible, how can I do the equivalent of the place holder column (outside of any query in the RDF) that will output one value within the root element?
Thanks,
Kurz

Please find the URL which causes issue .
I am not able to invoke the dispatch action in struts.
/11/09 15:36:03 EFLBuilder: [instance=152748_BUILDERKIT_777946304, id=115210371784,4] ERROR: AbstractResourceRenderer.renderBody - Resource
"/seminarDetails.mcs;jsessionid=0ad16e5530d73bf00b218e744ea3b74adf8413a2ef58.e34RahmKa3mRay0Lc3aKbhiLbxaKe6fznA5Pp7ftolbGmkTy?Menu=customer&'amp;actionCmd=seminarDetails
Regards
Prem

Similar Messages

  • I cannot change the value in about:newtab from "newtab" to "blank." The dialog is displayed but when I click Ok, the value is not changed.

    I cannot change the value in about:newtab from "newtab" to "blank." The dialog is displayed but when I click Ok, the value is not changed.
    ===Answer===
    Comment on usual method and solution, by a forum Moderator.
    As long as there are no confounding factors, such as certain extensions, or a user.jsfile the procedure is as follows
    # Open a new tab and type "about:config" in the address bar.
    # In the Search bar type: "newtab"
    # Locate and double click "browser.newtab.url"
    # In the "Enter String Value" box change "'''about:newtab'''" to "'''about:blank'''" and click OK.
    # Verify that the value has changed and now all new tabs will be blank.
    See post under by ''pirate048'' [/questions/976589?page=2#answer-509482] ~J99

    Have to say that I rather agree with Mark..all we want is a simple, unadorned clean page that doe not track and show usage!! WHY NOT!! Is it too simple for developers..we aren't all (nor do we want to be!) software experts! Come on Mozilla..tidy up and clean up..it might be a quicker programme too!!

  • Scheduled CR not changing parameter value in Infoview or CMC

    Hello:
    I have a crystal reports build with CR 2008 SP2, FP 2.3;
    that is based on BEx Query with 3 sap bw variables.
    When refreshing the report in CR Designer, I can change the parameter value and get the right results.
    When in Infoview or CMC I can run the report on demand via crystal viewer in infoview, and change the parameter and get the right results.
    When I SCHEDULE tthe crystal report either in Infoview or CMC, the values in the parameter field is NOT Changing....NOT UPDATING.
    SO the report runs with the default values, and not the ones I selected.
    CR paramaters are not getting passed to BEX variables.
    Have you seen this before?
    Backend = XI 3.1 SP2, FP 2.3
    HPUX-iA64
    BOBJTomcat
    Data Source = SAP BW 7.0
    CR = 2008 SP2 FP 2.3
    Client tools = XI 3.1 SP2 FP 2.3
    Let me know if you have seen this error before.
    Thanks,
    Dwayne Thomas

    Tested this after applying BOE XI 3.1 SP3 and SAP IK SP3.
    Fixed

  • Copying from an existing document to change parameter value

    Hello guru's,
    Is there any option to make change to the parameter values while creating a purchase requisition bycopying from an existing purchase requisition document.
    Full points for the useful sol

    Hello Michael,
    welcome to the Pages Discussions. The easiest way is, to show in both documents the thumbnail view (menu: "View/Show Thumbnail View"), select the page in the thumbnail view you want to copy and use the shortcut [command]+[C] or the menu item "Edit/Copy". Than make the document in which you want to paste the active one, click once into the thumbnail view and use the shortcut [command]+[V] or the menu item "Edit/Paste" to paste the copied page into the document.
    I truth you have copied and pasted a section. In your case the section contains only one page. You can identify sections by the yellow frame in the thumbnail view. All styles will be copied, too. But be aware, that same named styles will be overwritte in the styles drawer. In your pasted section, the styles will stay the same like they were before pasting. But you have to create new styles of this pasted page to have them in the styles drawer for later reuse.
    Only if you need to copy parts of single pages out of sections you have to select the content in groups of:
    1) The text in the main text area (you can see it in the middle between the header and the footer by showing the layout guides with the menu item "View/Show Layout") and the inline (move with text) objects in it.
    2) The Objects of the Master Page. Because if you paste them into a new page they will be fix positioned (free movable) objects.
    3) The fix positioned objects.
    If you need to copy an entire page out of a section, separate the page first by splitting it with the menu item "Insert/Section Break" from the rest of the section. Than do the copy and paste session I mentioned first in this post.

  • WhileCopying from an existing document to change parameter value settings

    Hello,
    is there any option in sap while creating a purhase requisition by copying from an existing Prequisition and change the value?.

    easiest are steps 1) and 2) :)
    make copy of your document, add new blank page on the end, select all pages without last - click delete icon :)
    next - delete all MasterPages
    next - redefine page size, margins, add MasterPages, etc.
    now - you can copy&paste your texts from old document :)
    robin
    www.adobescripts.com

  • Ssrs 2012 change parameter values

    In an existing SSRS 2012 report, I have a requirement for a user to be able to select by multiple school(s) and/or multiple grade(s). This is fine except certain schools like elementary have grade levels of KG to 06, Middle school has grades of 06 to 09
    and high school has grades of 10 to 12. Thus for example, if a user has initially selected grades 11 and 12 and then they select an elementary school that has grades KG through 06, the 'grade level' selection would need to change.
    In other words,  I am thinking of initially having the available and default values for the parameter called 'Grade' set to KG through 12. However if a school is selected that only has specific grade levels like elementary school, how can I override
    the original grade level and only allow the user to select grades that the particular school contains?

    Hi Wendy,
    Per my understanding that you have two multiple value parameters "School" and "Grade", you have specify the available values and default values for these two parameters, now you want to value which displayed in the
    dropdown list of Grade depende on the selection in the School parameter, right?
    I have tested on my local environment and you can create cascading parameter for Grade, for example, when you select "Elementary" in the School the grade dropdown list will display "1,2,3,4,5", when you select the "Middle",
    the grade will display "6,7,8,9", when you select the "High", the grade will display "10,11,12".
    If this is case, please reference to the details information below to achieve this:
    1. Create an new dataset2 and use the query below to get the values from this query for the parameter School:
    select distinct a.School from
    (SELECT 'Elementary' AS School, 1 AS grade
    UNION
    SELECT 'Elementary' AS School, 2 AS grade
    UNION
    SELECT 'Elementary' AS School, 3 AS grade
    UNION
    SELECT 'Elementary' AS School, 4 AS grade
    UNION
    SELECT 'Elementary' AS School, 5 AS grade
    UNION
    SELECT 'Middle' AS School, 6 AS grade
    UNION
    SELECT 'Middle' AS School, 7 AS grade
    UNION
    SELECT 'Middle' AS School, 8 AS grade
    UNION
    SELECT 'Middle' AS School, 9 AS grade
    UNION
    SELECT 'High' AS School, 10 AS grade
    UNION
    SELECT 'High' AS School, 11 AS grade
    UNION
    SELECT 'High' AS School, 12 AS grade)a
    2. Create the dataset3 and use below query to get the values from this query for the parameter grade:
    SELECT a.grade
    FROM (
    SELECT 'Elementary' AS school, 1 AS grade
    UNION
    SELECT 'Elementary' AS school, 2 AS grade
    UNION
    SELECT 'Elementary' AS school, 3 AS grade
    UNION
    SELECT 'Elementary' AS school, 4 AS grade
    UNION
    SELECT 'Elementary' AS school, 5 AS grade
    UNION
    SELECT 'Middle' AS school, 6 AS grade
    UNION
    SELECT 'Middle' AS school, 7 AS grade
    UNION
    SELECT 'Middle' AS school, 8 AS grade
    UNION
    SELECT 'Middle' AS school, 9 AS grade
    UNION
    SELECT 'High' AS school, 10 AS grade
    UNION
    SELECT 'High' AS school, 11 AS grade
    UNION
    SELECT 'High' AS school, 12 AS grade) AS a
    where a.school in (@School)
    3. Create two parameters "School" and "Grade" check the "Allow Multiple Values" and also set the "Availble values" and "Default values" by select the "Get values from a query" as below:
    4. Preview as below:
    More details information about add Cascading Parameters to a Report:
    Add Cascading Parameters to a Report (Report Builder and SSRS)
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How can i set the "Keep the following number of major versions" to a limit suppose 20 and then disable it from the users so that they cannot change the value?

    I want to set the value of "Keep the following number of major versions" in the versiong settings of a documnet library to a limit say 20 and then disable the option from the users so that they cannot them. Is it possible thorugh some custom coding?

    Hi Moumita10,
    Just curious about that how the custom CSS code works in your environment if put it in the “LstSetng.aspx” page.
    In my environment, it hides the "Keep the following number of major versions" setting in the “LstSetng.aspx”
    page after applying the custom CSS style there.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Cannot change COGE in open Purchase Order

    Hi expert,
    I have a problem in a customer Business One system.
    I upgrade from 8.8 to 8.81 PL10.
    BEFORE the upgrade, people inserted purchase Order and, in case the CoGe account was wrong, they changed it before to create Goods Receipt from Order.
    AFTER the upgrade, they CANNOT change this value even if the new order is not inserted yet... simply, it is NOT editable. Note, in the Table Format the column is Visible and Editable.
    What appened? Any idea to allow user to change CoGe Account during document compilation?
    Thx,
    Jonny

    go SE38, enter report name, set the radio button to documentation and click display button.
    This will usually give you the docu.
    Further you can use google to get some good results:
    http://www.se80.co.uk/sapreports/r/rmeb/rmebein2.htm
    Not to forget that help.sap.com is the first place to search:
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/8a/7bf437e676091fe10000009b38f889/frameset.htm
    Please read as well OSS notes like
    Note 173587 - Settings for the pricing worklist
    Edited by: Jürgen L. on Apr 25, 2011 3:17 PM

  • How to change UDF value in system form if its invisible or inactive?

    Hi all,
    I need to compute some document total values and save them on UDFs defined on Sales Order Header document, when the user adds a new order line.
    However I must not allow the user to change them (or see them). Also, there are other UDFs on the Sales Order Header that the user must be allowed to change...
    Is there any way to control this? If I set a UDF as not 'Active', I cannot change its value with programming.
    I'm using the following command to change a UDF value on the Sales Order form:
                        Form form = B1Connections.theAppl.Forms.GetForm("-139", pVal.FormTypeCount);
                        EditText et = (EditText)form2.Items.Item("U_TotalTax1").Specific;
                        et.Value = "10";     // this raises an exception "Form item is not editable"
    Is there any other way to change this UDF contents (maybe with datasources? etc)
    Thanks all,
    Manuel Dias

    Hi You can Enable/Disable the item after your transaction. follows the code
    oForm.Items.Item("U_TotalTax1").Enabled = True
    oEdit.value=10
    oForm.Items.Item("U_TotalTax1").Enabled = False
    Try this
    Manmath

  • Page is refreshing when changing parameter in sharepoint 2010 report viewer

    Hi All,
    I have uploaded a rdl file to sharepoint 2010 docuement library. When I click on this rdl file, it opens the report in a reportviewer.
    I have 4 parameters year, month, country, location(its is dependent on country selection).
    Now the issue is if I change year, month, and country it is refreshing entire page and displaying the following error message, but if I change location then no refresh is happening.
    "Report parameter values must be specified before the report can be displayed. Choose parameter values in the parameters area and click the Apply button""
    Any idea why it is refreshing the entire page when changing parameter value.
    Thanks !
    Soumya Das

    Hi Soumya,
    According to your description, my understanding is that you got an error when you used Report View.
    Whether you used cascading parameter in the report. It seems to be by design if you used cascading parameter in the report.
    As I am not an expert for reporting, I suggest you create a new thread on SSRS forum, more experts will assist you with this issue.
    SSRS forum:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Or, you can open a ticket for this issue to confirm this issue.
    Here are two similar threads, you can use as a reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0979b6c1-b110-4ab9-9685-8382c8efbe3b/report-parameter-values-must-be-specified-before-the-report-can-be-displayed-choose-parameter?forum=sqlreportingserviceshttps://social.msdn.microsoft.com/Forums/sqlserver/en-US/0979b6c1-b110-4ab9-9685-8382c8efbe3b/report-parameter-values-must-be-specified-before-the-report-can-be-displayed-choose-parameter?forum=sqlreportingservices
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/c161fab2-e573-41e5-bba6-dde4122a798f/report-refreshes-when-it-shouldnt?forum=sqlreportingservices
    Best Regards
    Lisa Chen

  • Multiplying parameter values

    Hi,
    I am taking a value in from a URL using :-
    String amount = request.getParameter("p_Amount");
    My problem is that I want to divide the amount by 100.
    I have converted the amount to a float using :-
    Float v_amount = Float.valueOf(amount);
    How can I multiply this number by .01 (or divide by 100)
    Thanks in advance,
    Dave

    Hi
    If you mean "how i can change parameter value in request after multiplying(dividing,any modification)?" the answer is you can't. But u can save this value as attribute of request:
    float modifyedAmount = Float.parseFloat(amount)/100;
    request.setAttribute("modifyedAmount",modifyedAmount);
    so u can use it in the another servlets/ jsp with getAttribute()....
    Best Regards
    Evgeny

  • How to change the value of variable in .bpel file

    Hi,
    How can i change the value of variable in .bpel file at time of deployment.
    Can it be possible with configplan.xml or deployment descriptor?
    Thanks
    Richa

    You cannot change the value of variable in .bpel file using config plan. If you want to change value at runtime , you can use Preference variable. Below is the blog to help you understand more.
    http://eelzinga.wordpress.com/2009/10/28/oracle-soa-suite-11g-setting-and-getting-preferences/
    Cheers,
    Durga
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • How to change default value of a parameter and LOV attached to a parameter

    Hi All
    I am new to discoverer reports and I need to accomplish the following tasks:
    1. Need to change the SQL query of a discoverer report
    2. Need to change the default value of parameter ( from constant to current month). In the discoverer plus responsibility when I open the report and go to tools>>parameter>>edit
    I can see the constant default value given there. On the right hand side there is a drop down which says 'Value'. I guess if i need to put a SQL as defaul value I need to change the drop down to sql or something and then put the SQL. Problem is the drop down is froezen and I cannot change it.
    Even if I try to create a new parameter/report.
    3. Need to change the LOV associated to the item on which the parameter is based.
    I have the discoverer plus responsibility attached to myself and do not have the discoverer administrator tool (desktop developer tool like forms 6i). My questions are:
    1. Can I change the SQL query by using discoverer plus responsibility or do I need discoverer administrator tool?
    2. Any help on how to get the default value from an SQL query? currently it is a constant value.
    3. Is there any way to figure out is the LOV is madeup of fixed constant values (like independednt value set) or they are fetched from some sql query(table validated value sets)?
    Any pointers/solutions will be highly appriciated!!!
    Thanks in advance.
    Thanks and Regards,
    Shashank

    HI,
    Need to change the SQL query of a discoverer reportThe discoverer generate the SQL according to the item, calculation and conditions designed in the worksheet.
    You cannot edit a specific worksheet SQL.
    In order to change the SQL you need to change the worksheet using the "Edit-> worksheet" from the menu.
    To change the SQL generated inside the folders you need to do that using the administrator.
    Need to change the default value of parameterYou cannot use SQL statements for the parameter default value. it is not supported. if you need default you can use only constant (as it was). otherwise you can set the parameter to be optional and then add to this condition an OR saying that <item>= NVL(:Parameter,<your default>)
    as <your default> you can use calculations so that if for example you want the current date you will create a calculation containing: SYSDATE.
    Is there any way to figure out is the LOV is madeup of fixed constant values (like independednt value set) or they are fetched from some sql query(table validated value sets)?They are based on SQL, even they are const then you will see it as
    select 'a','b'... from dual
    you can find the LOV (called item classes) in the administrator.
    Go to the item your condition is based on and see its properties.
    In the properties you should see the item class it uses.
    Close the properties and go to the item classes tab, search for this item class and figure the folder it came from.
    This is the folder you need to change in order to change the LOV.
    Hope it helped a bit, you sure asked several big questions...
    Tamir

  • Dynamic Cascading Parameters - cannot select/enter parameter value

    I am rather new working with Crystal Reports and am having problems with Dynamic Cascading Parameters.
    I am using CR 2008 SP2, Version 12.2.0.290.  Data is from SQL server.
    I have a report to print labels for parts in an order.  I want to be able to enter the ShipTo ID then the contract number.  From there I would like a list of the parts on the contract and be able to select multiple parts to print labels for.
    I right clicked on Parameter Fields and chose New.  I named it ShipToContractPartNo, Type String, List of Values=Dynamic. 
    I added the values as follows:
    ShipToID - Editable, Allow Multiple=False, Allow Discrete=True (cannot be changed), Allow Range=False
    ...ContractNo - Allow Multiple=False, Allow Discrete=True (cannot be changed), Allow Range=False
    ... ...CustPartNo - Allow Multiple=True Allow Discrete=True (cannot be changed), Allow Range=False
    I added the Customer Part parameter to the label.
    When I test the label the parameter Enter Values window looks good but the drop down for Enter ShipToID does not have any ShipTo ID's to choose from and I cannot enter a value, therefore I cannot continue.  I also do not have a Cancel button and always have to end through Task Manager but that's probably a different, unrelated issue.
    I have tried this with and without entering Select Expert records.
    Could someone please tell me if I have missed a step or if there is a known issue?  I searched this site, I looked in CR Help, I referred to the book I have and I googled but have not found this speciic issue.
    Thanks in advance for your assistance.  Let me know if additional information is necessary.
    Jan

    OK.  I have rejoined/relinked all my tablesas follows (with abbreviated names for ease of reading). The actual SQL is at the end.
    ..Job_Hdr JOINED to Job_Shipto
    .....Job_Shipto JOINED to Job_Line
    ........Job_Line JOINED to Job_Bin
    ............Job_Line JOINED to Inv_Mast
    When I create a Dynamic Cascading Parameter prompt on just ContractNo (parent - from table Job_Hdr) and ShipTo (child - from table Job_ShipTo) then it gives me list of Contracts to select from and then a list of ShipTo's for that Contract to select from.  I place them in the Report Header.  I do not add them to the Select Expert.  This works great.
    Now I need to be able to select the parts necessary from the Contract/ShipTo.  When I try to create a Dynamic Cascading Parameter with ContractNo and ShipTo (set up the same as above)  and add in ContractPartNumber (from table Job_Bin) to the parameter then my ContractNo and ShipTo parameters no longer work.  It gives me only 1 contract number to choose from, which isn't the one I want.
    I have tried so many different things and I cannot get the parameters to work when I try to add PartNo into the parameters.
    Any suggestions now?
    Jan
    SELECT "p21_view_inv_mast"."item_desc", "p21_view_job_price_line"."customer_part_no", "p21_view_job_price_hdr"."contract_no", "p21_view_job_price_bin"."min_qty", "p21_view_job_price_bin"."reorder_qty", "p21_view_job_price_bin"."line_station", "p21_view_job_price_line"."row_status_flag", "p21_view_job_price_bin"."line_feed", "p21_view_job_price_bin"."row_status_flag", "p21_view_job_price_bin"."contract_bin_id"
    FROM   ((("Prophet21"."dbo"."p21_view_job_price_hdr" "p21_view_job_price_hdr"
    INNER JOIN "Prophet21"."dbo"."p21_view_job_price_customer_shipto" "p21_view_job_price_customer_shipto" ON "p21_view_job_price_hdr"."job_price_hdr_uid"="p21_view_job_price_customer_shipto"."job_price_hdr_uid")
    INNER JOIN "Prophet21"."dbo"."p21_view_job_price_line" "p21_view_job_price_line" ON "p21_view_job_price_customer_shipto"."job_price_hdr_uid"="p21_view_job_price_line"."job_price_hdr_uid")
    INNER JOIN "Prophet21"."dbo"."p21_view_job_price_bin" "p21_view_job_price_bin" ON ("p21_view_job_price_customer_shipto"."ship_to_id"="p21_view_job_price_bin"."ship_to_id") AND ("p21_view_job_price_line"."job_price_line_uid"="p21_view_job_price_bin"."job_price_line_uid"))
    INNER JOIN "Prophet21"."dbo"."p21_view_inv_mast" "p21_view_inv_mast" ON "p21_view_job_price_line"."inv_mast_uid"="p21_view_inv_mast"."inv_mast_uid"
    WHERE  "p21_view_job_price_bin"."row_status_flag"=704 AND "p21_view_job_price_line"."row_status_flag"=704
    ORDER BY "p21_view_job_price_bin"."line_feed", "p21_view_job_price_bin"."line_station"

  • Changing the value of a parameter that has been passed into an SSRS 2008 R2 report

    I support 200+ reports that all use stored procedures and have many drill downs with built in URLs.
    I want to do the below to avoid creating a brand new parameter that I will have to add to literally hundreds of places.
    We have what I'll call Param1 that receives a value from the user.  That Param1 is passed to the stored procedure(s) for the report and also embedded in any Action URLs for drill downs to other reports from that report.  All works great.
    Now I have a need to concatenate a string to whatever value they supplied which provides context for the environment in which they are running.  The reason I want to do this instead of creating a new parameter is because I need this in all my reports
    and as stated above I would have to make 100s of changes to make that happen.  If I can figure out a way to concatenate a value to the existing Param1 value I can greatly reduce the number of changes.
    I can't seem to be able to find a way to modify the value on an existing parameter that is passed into the report prior to report execution.
    I get an error when I simply try to concatenate something to the parameter in its Default property.
    I can't find a way to update a parameter value in the Report Code block.  There don't appear to be any methods available on the Parameter Collection to set the value of a parameter.
    Any ideas?
    Thanks!
    Nathan 

    Create a new parameter. Mark it internal, set it's value by expression to:
    =User!UserId+"MyNewValue"
    and pass it to the proc?
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.

Maybe you are looking for

  • Importing third-party java libraries

    I have just downloaded jakarta httpclient and am trying to get it to work with a program I am writing. Are there instructions somewhere on importing third-party libraries? I've searched these forums, the tutorials, and even google and haven't found a

  • How do I highlight non-contiguous text on pages?

    I've tried on pages using the command key, the alt key, the control key. None of them wil let me highlight texts from different parts of a document at the sametime. Does anyone know how to do this?

  • MDM Console - Roles (Contraints)

    Hi all Im using MDM Console 5.5 SP5 (5.5.42.84) and im trying to create some roles depending the values of a flat table (Plants); the thing is that in some cases MDM offer me the option <b>ALL</b> (in the "Constrait" label ) and when i click it the v

  • "Event 'INFO_APPRAISEE_CHANGE_APPROVE' is not defined for object type 'APPR

    hi all i made 4 workflows for MBO appraisal using APPR_DOC BO nd using std wfs- ws12300114, ws12300122, ws12300124 nd ws12300125. all r working properly in development server. but in quality all r giving errors related to evevts. as for example, for

  • Get in flasg

    I am passing some URL parametters that in want to get into flasg i am trying the FlashVars but it's not working like it should. so i was wandering if flash gas a "GET" were it can read the URL thanks