Passing inputText value with command Button

Hi,
As i am new in JSF i dont know how to pass my inputtext value to backing bean with my commandbutton...
My JSF code is.
<h:form id="form3">
          <h:outputLabel for="" id="OL_Select_Case" value="Select Case" style="background-position: 100%; background-repeat: repeat; width: 100%; background-color: Gray"></h:outputLabel>
          <br>
          <h:inputText id="I1_Select_Case" value="#{ComplaintDetailsBean.caseNo}"></h:inputText>          
          <h:commandButton id="C1_Select_Case" value="Select Case" style="background-color: transparent;" action="/Maintanance1.faces"></h:commandButton>
          <br>
          <br>
          <h:inputText id="I2_Select_Owner"></h:inputText>
          <h:commandButton id="C2_Select_Owner" value="Select Owner" style="background-color: transparent ;"></h:commandButton>
          <br>
          <br>
          <h:selectOneMenu id="sel_owner" value="#{OwnerBean.owner}">
          <f:selectItems id="sel_item_owner" value="#{OwnerBean.perInfo}"/>          
          </h:selectOneMenu>
            <h:commandButton id="C3_Assign" value="Assign" style="background-color: transparent;" action="#{OwnerBean.getDetailThree}">
          <f:param name="caseNo_owner" value="#{ComplaintDetailsBean.caseNo}" id="caseNo_owner"/>
          </h:commandButton>
     </h:form>
     I want to pass value of inputtext "I1_Select_Case" with my commandbutton "C3_Assign" to my backing bean i.e. "OwnerBean.java"
I have used here param tag....but its not working ....
Plz suggest me...
Regards.
Shrikant.

No its still not working.My JSF code is....
     <h:form id="form3">
          <h:outputLabel for="" id="OL_Select_Case" value="Select Case" style="background-position: 100%; background-repeat: repeat; width: 100%; background-color: Gray"></h:outputLabel>
          <br>
          <h:inputText id="I1_Select_Case" value="#{OwnerBean.comCaseNo}"></h:inputText>          
          <h:commandButton id="C1_Select_Case" value="Select Case" style="background-color: transparent;" action="/Maintanance1.faces"></h:commandButton>
          <br>
          <br>
          <h:inputText id="I2_Select_Owner"></h:inputText>
          <h:commandButton id="C2_Select_Owner" value="Select Owner" style="background-color: transparent ;"></h:commandButton>
          <br>
          <br>
          <h:selectOneMenu id="sel_owner" value="#{OwnerBean.owner}">
          <f:selectItems id="sel_item_owner" value="#{OwnerBean.perInfo}"/>          
          </h:selectOneMenu>
            <h:commandButton id="C3_Assign" value="Assign" style="background-color: transparent;" action="#{OwnerBean.getDetailThree}">
          <f:param name="caseNo_owner" value="#{OwnerBean.comCaseNo}" id="caseNo_owner"/>
          </h:commandButton>
     </h:form>
     My OwnerBean's code is:-
public String getCaseNo() { 
return caseNo; 
public void setCaseNo(String caseNo) { 
this.caseNo = caseNo; 
public String getComCaseNo() { 
     return com.getCaseNo(); 
     public void setComCaseNo(String caseNo) { 
     com.setCaseNo(caseNo); 
public String getDetailThree() { 
     FacesContext context = FacesContext.getCurrentInstance(); 
     HttpServletRequest myRequest = (HttpServletRequest)context.getExternalContext().getRequest(); 
     HttpSession mySession = myRequest.getSession();         
     //String caseNo = myRequest.getParameter("case_No");
     setCaseNo(myRequest.getParameter("caseNo_owner"));
     String owner2=getOwner();
     System.err.println(">>>>>>>>>>>>>>>>>BACKING BEAN ENTITYDETAILS>>>"+getComCaseNo()+"||||"+owner2);
     //javax.servlet.RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/complaintDetailsPop.faces");
     //String custName= request.getParameter("Name");
     //System.out.println("Name = "+custName);
     //request.setAttribute("Customer_Name","Irfan");
     //request.setAttribute("First_Name","Shrikant");
     //dispatcher.forward(request,response);
     //FacesContext fc = FacesContext.getCurrentInstance();
     //ServletContext sc = (ServletContext) fc.getExternalContext().getContext();
     //myRequest.getSession().setAttribute("entity_ID",entityID);
     //sc.getRequestDispatcher("/Assign_Case.faces");          
     //========---------------********************************************************----------------------------------
     return("getdetails"); 
     //String entityID = getFacesParamValue("entityIDParam"); 
     }Plz suggest me....

Similar Messages

  • WAD - Exclude more than one value with filter button

    Hi guys
    I have been working on a web template with a button to set a filter to exclude two values. E.g. I want to exclude both the values '28' and '30' from the dataprovider.
    What I have done is insert a button group item, create a button with the command SET_SELECTION_STATE_SIMPLE to exclude '28' as command 1 and SET_SELECTION_STATE_SIMPLE to exclude '30' as command 2. This does however not give me the correct result, as it only excludes '30' as set in command 2. So the conclusion must be that SET_SELECTION_STATE_SIMPLE can not be used, as it will only work with one value.
    So I went on and tried with SET_SELECTION_STATE which gives the possibility to choose more than one filter value. However it does not seem possible to exclude values with this command?
    Is it not possible to exclude two filter values with a button in a BI 7.x web template?
    BR
    Stefan.

    Dear Frank
    I did it as like as the following link lead me:
    http://www.oracle.com/technology/obe/obe11jdev/11/adfbc_new_features/adfbc.html
    The problem has been appeared when I attached the "Create" button and when press on it to create new record, then the "LOV" couldn't work correctly.
    Thanks for your reply

  • Acrobat pro Extended | Passing variable value with Querystring

    Hi,
    We are facing issue with opening a web link with passing a variable value as query string parameter. We have added a form button on the pdf page, on click of it we have opened a web page and we want to pass a variable value in the query string. We can not give the hard code value in querystring, as the value keeps on changing.
    Please refer to the images below.
    here the data will be my variable name, which contains some value. When i execute it, it passes data as a string, i want to pass its value in the query string parameter. How i can do this?
    I had found one more way, is to call a function on the form button click, and in that pass the query string parameter as a variable, it works. But the problem in this case i am faceing is, in the app.launchURL command i have to provide a http path, means something like http://www.google.com, then only it works. I have that page on my local (no server), so i want to add the path as onlu page.html
    //Reference code, this fun will be called on a button click
    function LaunchPage()
        app.launchURL("http://www.aptara.com/page.html?value="+data+""); //this works
        app.launchURL("page.html?value="+data+""); //this dosent works
    Please do let me know, how i should proceed. To repeat, i want to invoke a page, which is on my local system with a querystring, in which i sud pass a variable value.
    Thanks,
    Ajit danve
    Sr. Developer
    Aptara, Pune.

    re: George Johnson
    Thank you for the response. This process that we are looking to do is necessary. We have 400+ OLD PDF forms that currently are printed by our print shop and then manually filled out and scanned into our system. The current process requires a clinician to log into our scanning system, identify a patient chart, and then identify the type of report they are scanning in. This process is time consuming with possibility of errors (wrong chart selected, wrong form, etc.). Plus, we have to stock up to 400 forms at each location.
    We don’t have the funds to convert 400+ complex forms into electronic submissions where the form fields are discrete and file accordingly. So, what we have come up with to save costs of a new system and reduce potential errors is to add a barcode to each existing form.
    Basically, each form will get a barcode and a javascript function in the onload event to process and parse passed in link parameters.
    So when a clinician clicks on a form link in our EMR system the form will load passing in the patient acct. number and form name into the link parameters (all on our local intranet) so it will get embedded into the barcode on the form. They will then print the form fill out the data (or have the patient fill it out) and then drop it in the scanner. Our scanning system will automatically see the barcode and file the form under the correct patient and form folder based on the barcode info. (A scanned image of the form will save to the patient profile).
    Ultimately we would like to convert all of these forms to electronic signature/submission but we do not have the funds or the time to do this.

  • Problem with command buttons in jsf

    how to position or allign command buttons inside a page?
    for example if i include reset command button inside my page using,
    <h:commandButton value="#{form.buttonText}" type="reset"/>
    they are placed towards a corner only, how to bring them to the center of a page in jsp? or how to set the location of it?

    Use CSS for layouting and positioning. All JSF HTML components provides at least two attributes where you can set the CSS: the 'style' attribute accepts raw CSS and the 'styleClass' attribute accepts predefinied CSS classes from a stylesheet file (recommended).

  • Illustrator problem with command button!

    I didn´t realise where I should put this topic so I put it here...
    When I´m usins Illustrator keyboard shortcuts includind command button such as Undo=command+z and quit the program with command+q does not work? But it works it Photoshop and all other programs...
    Do you know what´s wrong?

    Can nobody help me?
    Please!

  • How can i change button's value with another button?

    You can see in file attach my problem.
    I'm trying change value of button with another button and two button can be off to. But buttons aren't it.
    Can you help me?
    Thanks.
    Attachments:
    Twobuttons.vi ‏27 KB

    Hola Carlos
    No tengo muy claro lo que quieres, pero te envio un ejemplo usando eventos, en que los 2 controles pueden estar a off a la vez pero no a on.
    Mira a ver si es lo que quieres. Usando eventos puedes hacer cualquiera logica.
    Espero que te sirva
    Saludos
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    Twobuttons.vi ‏31 KB

  • Problem with command buttons

    i ve command buttons on my jsf page
    and have the bindinng and action attributes to the backing bean of the page
    but the actions are not invoked at all
    here is the code
    <af:commandButton text="Save" binding="#{backing_jsp_logon_UserPermissionPage.btnSave}"
    id="btnSave" action="backing_jsp_logon_UserPermissionPage.btnSave_action"/>
    //the action code
    public String btnSave_action()
    System.out.println("btnSavebtnSavebtnSavebtnSavebtnSavebtnSavebtnSavebtnSavebtnSave");
    return null;
    this action is not invoked at all for all buttons i ve on this page
    but the selectonechoice action invoked right
    thanks for reading
    i'm waiting ????????????

    I'm affraid you posted in the wrong forum. Re-post this question in the JDeveloper forum.
    Francois

  • Passing variable value with button or MC, that acts like a button

    Hi,
    I have a system.swf, that coordinates which MC should be
    loaded into container. I'm trying with IF statement...
    if (scene == "VALUE")) {
    load ...
    My question is, how can I pass a variable value from loaded
    swf to the system swf, where this value is read?
    THX

    once loading is complete all variables in all times are
    available everywhere. you just need to use the correct path to
    reference variables in one timeline from another timeline.
    so, if your container movieclip is on system.swf's _root
    timeline and has instance name containerMC, from anywhere you can
    use:

  • How do you clear an InputText field with a button click

    I am trying to create a calculator and I want to be able to use a "Clear" button that will reset all the values entered in several InputText fields and the total which is a label.     I can update and clear a label using the UpdateContext
    function, but this isn't working for an InputText field.   Can someone provide an example on how to clear one InputText field?

    Hello,
    To do this you need to do the following
    Add an "Input Text", select the inputText and click Express view (bottom right).
    Set the default value to
    textboxvalue
    without any quotes
    On the behaviour / OnVisible of screen you put the inputText on set for example the following
    UpdateContext({textboxvalue: "Enter text here"})
    You can now add several buttons on the screen that do something
    UpdateContext({textboxvalue: ""})
    or
    UpdateContext({textboxvalue: "Enter Text here"})
    Or you could chain it with another OnSelect that is going on on the screen and reset your textbox. You can then also add the value the user has entered in a collection too (see bottom example)
    Navigate(Screen2, ScreenTransition!Fade);UpdateContext({textboxvalue: "Enter Text here"})
    Collect(inputcollection,{userinput: InputText1!Text});Navigate(Screen2, ScreenTransition!Fade);UpdateContext({textboxvalue: "Enter Text here"})
    I believe this should point you in the right direction
    Regards
    StonyArc

  • Pass multiple values with IN parameter in stored procedure

    CREATE TABLE VTEST_INSERT (
    MY_ID NUMBER,
    COLUMN1 VARCHAR2(50)
    --SELECT * FROM VTEST_INSERT;
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (1,'TEST1');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (2,'TEST2');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (3,'TEST3');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (4,'TEST4');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (5,'TEST5');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (1,'TEST6');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (2,'TEST7');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (3,'TEST8');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (4,'TEST9');
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (5,'TEST10');
    CREATE OR REPLACE
    PROCEDURE VTEST_INSERT_SP(vid IN VARCHAR2,vname IN VARCHAR2)
    AS
    BEGIN
    DELETE FROM VTEST_INSERT WHERE MY_ID IN (vid);
    INSERT INTO VTEST_INSERT (MY_ID,COLUMN1) VALUES (vid,vname);
    END;
    EXEC VTEST_INSERT_SP(1,'TEST999');
    This all works fine above. But I want to be able to pass in multiple vname values. so something like:
    EXEC VTEST_INSERT_SP(1,'TEST999','TEST888','TEST777');
    all help appreciated. thank you.
    This would do multiple inserts each with the same vid and the different vname values.

    Try something like this
    SET SQLBLANKLINES ON;
    ALTER SESSION SET PLSQL_WARNINGS='ENABLE:ALL';
    DROP TABLE vtest_insert;
    CREATE TABLE vtest_insert(vid NUMBER, vname VARCHAR2(20));
    INSERT ALL
       INTO vtest_insert(vid, vname) VALUES(1, 'aaaa')
       INTO vtest_insert(vid, vname) VALUES(1, 'bb')
       INTO vtest_insert(vid, vname) VALUES(1, 'cccccc')
       INTO vtest_insert(vid, vname) VALUES(2, 'ddd')
       INTO vtest_insert(vid, vname) VALUES(2, 'ee')
    SELECT * FROM "PUBLIC".dual;
    SELECT * FROM vtest_insert;
    CREATE OR REPLACE TYPE vnames_tab_ty IS TABLE OF VARCHAR2(20)
    SHOW ERRORS;
    CREATE OR REPLACE PROCEDURE vtest_insert_sp
       p_vid     IN  vtest_insert.vid%TYPE,
       p_vnames  IN  vnames_tab_ty
    AUTHID DEFINER
    IS
    BEGIN
       DELETE FROM vtest_insert WHERE vid = p_vid;
       FORALL idx IN p_vnames.FIRST .. p_vnames.LAST
           INSERT INTO vtest_insert(vid, vname) VALUES(p_vid, p_vnames(idx));
    END vtest_insert_sp;
    SHOW ERRORS;
    <<bk>>
    DECLARE
      vnames vnames_tab_ty;
      vid vtest_insert.vid%TYPE;
    BEGIN
      bk.vid := 1;
      bk.vnames := vnames_tab_ty('vn-01', 'vn-02', 'vn-03');
      vtest_insert_sp(p_vid=>bk.vid, p_vnames=>bk.vnames);
      COMMIT;
      bk.vid := 2;
      bk.vnames := vnames_tab_ty('vn-04', 'vn-05', 'vn-06', 'vn-07');
      vtest_insert_sp(p_vid=>bk.vid, p_vnames=>bk.vnames);
      COMMIT;
    END;
    SELECT * FROM vtest_insert;
    Which produces the following output
    Table created.
    5 rows created.
           VID VNAME
         1 aaaa
         1 bb
         1 cccccc
         2 ddd
         2 ee
    Type created.
    No errors.
    Procedure created.
    No errors.
    PL/SQL procedure successfully completed.
           VID VNAME
         1 vn-01
         1 vn-02
         1 vn-03
         2 vn-04
         2 vn-05
         2 vn-06
         2 vn-07
    7 rows selected.
    SQL>
    Regards,
    Dariyoosh

  • Animated background with command buttons

    Is it possible to make an animated background in Muse and transition the animation through buttons?

    Here's a guess...
    I would say that the only way you can make an animated background is with a .gif image. But then you can't use buttons.
    ==> But a work around would be that you can make a master with your animation with buttons. Then by using that as the master, when you add the rest of your content to your pages (that use that master), it won't be shifted or moved while your setting up the pages.
    ==> You can also put your animation with buttons on a page as the back most item then after you have them where you want them - lock them.
    I would suggest you do one of these options anyway because until browsers change their mode of dialing up, background images for some silly reason are always the last to dial up. So by doing one of these methods your animation would start appearing quicker.
    Hope this helps, all I can think of.

  • Passing multiple values to a parmeters in SQL Query

    Hi friends,
    I have the following requirement -
    I need to pass multiple values to the parameter 'WHERE hou.name = (:id1)' and the query is copied below for your reference .
    SELECT partno part_num,
         customer customer_name,
         hou.name op_name
         FROM hr_organization_units hou,
         oe_transaction_types_all sot,
         ra_customers rc,
         ra_addresses_all ra,
         ra_site_uses_all rsu,
         oe_order_headers_all h,
         oe_order_lines_all l,pwr_sod50 ps
         WHERE hou.name = (:id1)
    -- and hou.name = (:id4)
    --hou.name in ('CPS FRANCE','CPS GERMANY')
    --and hou.name = (:id1,hou.name)
         and trunc(ps.sch_ship_date) between nvl(:id2,trunc(ps.sch_ship_date)) and nvl(to_date(:id3)+.99999,trunc(ps.sch_ship_date))
         and ps.group_id = 9999999
         and hou.organization_id=h.org_id
         and ps.line_id =l.line_id
         and l.header_id =h.header_id
         and h.invoice_to_org_id=rsu.site_use_id
         and rsu.address_id =ra.address_id
         and ra.customer_id =rc.customer_id
         and h.order_type_id =sot.transaction_type_id
    Looking for your help on this.
    Thanks In Advance.
    Thanks & Regards
    Ramya Nomula

    Hi karthik,
    I am sorry for the wrong updation of my anonymus block.
    My requirement is to pass a multiple values to the parameter in SQL query, and here is the code which is working now for the multiple values with ourt single quotes to the values -
    SELECT partno part_num,
         customer customer_name,
         ps.customer_id customer_id,
         avail_qty avail_qty,
         sch_ship_date schedule_Ship_date,
         so_num order_no,
         h.header_id header_id,
         line_num line_no,
         l.ordered_quantity ordered_quantity,
         scd_qty qty_open,
         s_price unit_price,
         part_flag flag,
         sub_inv subinv,
         sbu,
         hold,
         qoh,
         line_detail_id detail_id,
         picking_line_id,
         picking_line_detail_id,
         rc.customer_name cust_name,
         rc.customer_number customer_number,
         rsu.location location,
         sot.attribute5 order_type,
         ps.line_id line_id,
         h.transactional_curr_code transactional_curr_code,
         hou.name op_name
         FROM hr_organization_units hou,
         oe_transaction_types_all sot,
         ra_customers rc,
         ra_addresses_all ra,
         ra_site_uses_all rsu,
         oe_order_headers_all h,
         oe_order_lines_all l,pwr_sod50 ps
         WHERE ','||:id1||',' like '%,'||hou.name||',%'
         and trunc(ps.sch_ship_date) between nvl(:id2,trunc(ps.sch_ship_date)) and nvl(to_date(:id3)+.99999,trunc(ps.sch_ship_date))
         and ps.group_id = 9999999
         and hou.organization_id=h.org_id
         and ps.line_id =l.line_id
         and l.header_id =h.header_id
         and h.invoice_to_org_id=rsu.site_use_id
         and rsu.address_id =ra.address_id
         and ra.customer_id =rc.customer_id
         and h.order_type_id =sot.transaction_type_id;
    Condition for sending multiple Oprtaing Units -
    WHERE ','||:id1||',' like '%,'||hou.name||',%'
    This above condition is working when i am passing multiple values with out single quotes...but not working for multiple values with single quotes.
    Sample queries tested -
    select 1 from dual where ',aa,bb,cc,' like '%,bb,%' (This is working)
    select 1 from dual where ','aa','bb','cc',' like '%,'bb',%'(This is not working).
    Thanks In Advance!
    Looking for Your Great Help.
    Thanks & Regards
    Ramya Nomula

  • How to pass the value of the return type parameters in teststand sequence file programatically through c#

    I have used the method LoadProtoTypeFromMeteDataToken(tokenvalue,options).with this i cant set the value in the return parameters. How can I pass the value.with the above method it displays parameter Name,Type,In/Out. how can i set the value in the return parameters.

    Or here
    http://forums.ni.com/ni/board/message?board.id=330&thread.id=26979
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • Use selectItem to update inputtext value

    I read through many posting in this forum regarding on how to use valuechangelistener in the selectonemenu tag to update an inputtext value through selectItem's value. Unfortunately, it didn't solve the problem I am facing.
    In a form on my JSP page, I have a list of InputText and some which has validator. I have a selectonemenu that renders out when the validator see that the value of the inputtext box is not specific enough. And this selectonemenu will show up all possible value that it could be. By selecting the selectItem it will replace the value of the InputText box.
    Possible solution was to push the valuechenageevent to happen in the UPDATE_MODEL_VALUES but the problem is when i submit the form, the lifecycle sees the validation error in the other InputText since i have not input anything in (if i did that) and will skip that phase, thus causing the value of the selectItem not able to replace the value of the inputtext box.
    Another way i did was to add the immediate attribute in the selectonemenu, this does update the inputText however the value of the other inputtext i have previously input will disappear which I think it happend becuase using immediate attribute will skip UPDATE_MODEL_VALUES phase again.
    I will descript the work flow of my JSP page.
    1. the form will populate a list of InputText and I enter the value in
    2. I will then hit the commandbutton which will trigger the validation
    3. on one of the validator it will render out a selectonemenu
    4. selectonemenu tag has valuechangelistener attribute which will update the inputtext value with the selectItem value which i have selected.
    Here is my JSP.
    <f:view>
    <h:form >
    <h:dataTable binding="#{myBean.table }" value="#{myBean.list}" var="bean" >
    <h:column>
    <h:inputText value="#{bean.input2 }" />
    <h:inputText id="Value" required="true" validator="#{myBean.validateInput }" value="#{bean.input }">
    <f:validateLength minimum="1" maximum="500"/>
    </h:inputText>
    <h:message for="Value"/>
    <h:selectOneMenu valueChangeListener="#{myBean.processValueChange}" value="#{bean.input }" onchange="javascript:form.submit();" rendered="#{myBean.nameList != null}" >
    <f:selectItems value="#{myBean.nameList}" />
    </h:selectOneMenu>
    </h:column>
    </h:dataTable>
    <h:commandButton value="add" action="#{myBean.add}" />
    </h:form>
    </f:view>
    I am thinking of maybe having commandbutton to submit form using onclick but don't know how that works out exactly or having individual form for every index of the datatable column. But then again i don't know how it would react to the outter forum that includes the whole datatable.
    Please can someone help me out and tell me how to overcome the problem when validator is in use for the InputText. I have been trying to figure this out for days!!!!

    hey.. I've read your post a couple of times and can't understand what your trying to do.. could you leave out what you think you need to do and just write what you want it to do? that might be why noone has replied?!!?

  • Pass variable value to Nested I-view

    Hi All,
    Short question:
    In a nested I-view, how can i refer back to variable value (selected value in dropdown box) located in main I-view?
    Detailed situation:
    In VC i have quite a large table presenting x/customer over a variable fiscal year. If a customer is selected in that table another query is triggered and will show a chart with some specific info regarding that customer over that same fiscal year.
    Thus: var. fiscal year --> first query --> table: x/customer --> action: customer selected --> second query --> chart: detailed customer info / var. fiscal year.
    In the connection between the table and the second query i can configure the input field (fiscal year) and assigned value easily by select the input form concering the variable fiscal year.
    However this construction works when i keep everything in one I-view. Regarding performance i've to split up my model into several nested i-views.
    Therefore the dropdown box where the fiscal year can be selected and submitted is detached. So now, in my main I-view i've various dropdown boxes and some nested i-views.And In one of those i-views i've a 'signal in' (containing var. fiscal year) and the continuation of the ealier mentioned construction.
    Now, when i'm trying to filter the connection between the table and the second  query i'm not able to refer back to the input form containing the var. fiscal year (because its not in that Nested I-view, but in the main I-View). Also i'm not able to refer to the input signal.
    Any suggestions?
    Kind regards,
    Bart

    Hi Bart,
    short answer
    You have to pass your value with a signal in into your nested iView.
    Best Regards,
    Marcel

Maybe you are looking for

  • Full text not getting displayed while using RSRT

    Hi, I am facing issue while downloading data using RSRT in BI system. When I go to RSRT and execute a report the output doesn't display full text for a characteristic. i.e. the characteristic has a size of 60 characters, but only 30 chars ( approx) a

  • I can't sync music to my iPhone 6?

    Ive tried syncing new playlist from iTunes to my iPhone 6 and for some reason its not working. is anyone else experiencing this issue? My contacts, calendar dates and photos work fine but I can't sync my music for some reason.

  • 2 questions regarding output to offset printing

    I am using CS4 to work on pictures I have taken and will be used for postcards. The sizes can be 105*148 or 120*170 mm. some cards will have more then one picture in which case there may be samller inserts, maybe as small as 25*25mm In relation to th

  • Change row height in new iTunes

    I need to shorten row height in new iTunes.....seems to waste a lot of space. Thanks

  • Using an external DVD-Drive seems impossible with NB100 Win XP

    Hallo, I'm working with my NB100 half a year. Now I want to connect an external CD/DVD-drive to I. The first drive I bought, was bad luck. Often I needed to restart my system several times until it was found, but than it worked. Now I gave that drive