Tree View Second level is not displaying bind parameter

Studio Edition Version 11.1.2.2.0appears this problem is addressed in
http://dailydevfixes.blogspot.com/2011/07/setting-bind-parameters-on-hierarchy-of.html
unfortunately I must be missing something.
as a test using the hr schema
I was doing a tree view with hire date as the first level then the employee id, last name and first name as the second level.
I hard coded employee id of 187 on a bean called by a button.
the first level is updated unfortunately the second level is not (employee id 107 should not show up)
--1999-02-07
----- 187 Cabrio Anthony
----- 107 Lorentz Dianahere is my bean the first level is updated but the second level is not not quite sure what I am missing
    public void ButtonClick(ActionEvent actionEvent) {
        BindingContext bindingctx = BindingContext.getCurrent();
        BindingContainer bindings = bindingctx.getCurrentBindingsEntry();
        DCBindingContainer bindingsImpl = (DCBindingContainer) bindings;
        DCIteratorBinding dciter = bindingsImpl.findIteratorBinding("ParentVO1Iterator");
        ViewObject Parentvo =dciter.getViewObject();
        Parentvo.setNamedWhereClauseParam("empid",187);
        Parentvo.executeQuery();
        AttributeDef attrDef = Parentvo.findAttributeDef("ChildVO");
        ViewObject childvo = attrDef.getAccessorVO(Parentvo);
        childvo.setNamedWhereClauseParam("empid",187);
        childvo.executeQuery();
        AdfFacesContext adfFCtx = AdfFacesContext.getCurrentInstance();
       adfFCtx.addPartialTarget(treeupdate);
    }here is the query for the parent view object.
select trunc(hire_date) hire_dt
from employees
where :empid is null or employee_id = :empid
group by trunc(hire_date)here is the query for the child view object
select trunc(hire_date) hire_dt, employee_id, employee_id||' '||last_name||' '||first_name nm
from employees
where :empid is null or employee_id = :empid
order by trunc(hire_date)here is the view link
<?xml version="1.0" encoding="windows-1252" ?>
<!DOCTYPE ViewLink SYSTEM "jbo_03_01.dtd">
<!---->
<ViewLink
  xmlns="http://xmlns.oracle.com/bc4j"
  Name="ParentToChildViewLink"
  Version="11.1.2.61.83">
  <Properties>
    <SchemaBasedProperties>
      <LABEL
        ResId="model.view.link.ParentToChildViewLink_LABEL"/>
    </SchemaBasedProperties>
  </Properties>
  <ViewLinkDefEnd
    Name="ParentVO"
    Cardinality="1"
    Source="true"
    Owner="model.view.ParentVO">
    <DesignTime>
      <Attr Name="_accessor" Value="true"/>
      <Attr Name="_finderName" Value="ParentVO"/>
      <Attr Name="_isUpdateable" Value="true"/>
    </DesignTime>
    <AttrArray Name="Attributes">
      <Item Value="model.view.ParentVO.HireDt"/>
    </AttrArray>
  </ViewLinkDefEnd>
  <ViewLinkDefEnd
    Name="ChildVO"
    Cardinality="-1"
    Owner="model.view.ChildVO">
    <DesignTime>
      <Attr Name="_finderName" Value="ChildVO"/>
      <Attr Name="_isUpdateable" Value="true"/>
    </DesignTime>
    <AttrArray Name="Attributes">
      <Item Value="model.view.ChildVO.HireDt"/>
    </AttrArray>
  </ViewLinkDefEnd>
  <ResourceBundle>
    <PropertiesBundle
      PropertiesFile="model.ModelBundle"/>
  </ResourceBundle>
</ViewLink>and here is the tree
    <af:tree value="#{bindings.ParentVO1.treeModel}" var="node"
                             selectionListener="#{bindings.ParentVO1.treeModel.makeCurrent}" rowSelection="single"
                             id="t1" binding="#{myBean.treeupdate}">
                        <f:facet name="nodeStamp">
                            <af:outputText value="#{node}" id="ot1"/>
                        </f:facet>
                    </af:tree>

thanks I am working through that example unfortunately I ran into a problem
previously (in my real application) I was using bind parameters and my query had the following where clause.
( I did this to turn a comma separated list into an in statement)
  WHERE    :Bind_Batch_NM_Comma_Sep_List IS NULL
         OR batch_nm IN
               (    SELECT REGEXP_SUBSTR (:Bind_Batch_NM_Comma_Sep_List,
                                          '[^,]+',
                                          1,
                                          LEVEL)
                              batch_nm
                      FROM DUAL
                CONNECT BY LEVEL <=
                                REGEXP_COUNT (:Bind_Batch_NM_Comma_Sep_List,
                              + 1)however in the example presented you are to create view criteria and there is a panel on the right called view object where clause but I can not figure out how to type into it directly
and I find it unlikely I can recreate this where clause using the add item button.
is there a way to manually type the where clause in the view object where clause box?

Similar Messages

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Validation at View Object level and not Enity Object

    How would you create validation logic at the view object level and not at the entity object level? I have many VOs that reference the same EO and want some validation logic to be applied only to certain VOs.
    Thanks,
    Quoc

    My use case for this is to perform form validation inputted by the user via a JSPX page.

  • Microsoft Report Viewer Print Button is not Displayed in FireFox. Why?

    Hi,
    I have developed a reporting web site using asp.net. To view the reports I have used the microsoft report viewer. In IE it works fine. But when im goint to run this web site in Fire Fox some buttons (print button, search button) in the ReportViewer tool bar are not displaying. Can you please let me know how to solve this issue in Mocrosoft Report Viewer and Fire Fox?

    I also have this problem, if the problem has been resolved, please email me

  • "View Selected Item" does not display

    I'm using RoboHelp7 out of the Technical Communication Suite.
    When I'm working on a topic and select the
    View Selected Item button, the topic does not display. When
    I first tried yesterday, nothing happened (IE didn't open and there
    was nothing in my tray). I contacted Oversea's support and was
    informed that there wasn't an incident for this occurance. I was
    instructed to uninstall and reinstall RoboHelp.
    I uninstalled and reinstalled the applications and the button
    still doesn't work; however, this time there is an hourglass for an
    instant before not producing any results.
    The button doesn't work with anything that I've created or
    with the example projects (Clownfish School). Any help would be
    greatly appreciated. I'd hate to have to regenerate the project
    just to look at a quick change.
    Thanks,
    Matt

    Sounds like I need to add a note to that Snippet. Thanks.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Dreamweaver CS4 Live View - background-image does not display

    I'm teaching a basic Dreamweaver CS4 class, and one of my students happened upon a unique problem. 
    Although the students were not required to use LiveView for their assignment, the student noticed that when he clicked the LiveView button to look at his assignment, that the background-image property that he set on the #header DIV does not display.
    I tried duplicating his problem by building a similar site to his, using the exact same Dreamweaver Starter Page he used, but I'm not able to reproduce it the problem. If I define a new site using the files the student sent me, the problem comes back.
    I'm completely stumped. What could possibly be causing the background-image CSS property to stop rendering in Live View?
    Thanks for any help at all!

    Hi
    Check your students css code for invalid or missing mark-up, or linking to the background image. Another possible problem, (occurs on some sites but not all) is to check if the url is enclosed in quotes as these are occasionally required but not always, also check for spaces in file names
    e.g. - background-image: url(../images/yourimage.jpg); should work but occasional requires quotes as in - background-image: url("../images/yourimage.jpg");
    PZ
    www.pziecina.com

  • Standard view in ALV is not displaying

    hai experts,
       While displaying the results in the ALV, the standard view is not displaying, although it contains entries.the "display" tab in the settings, all the displayed rows  are auto matically setting ')', can anyone help me out how to solve this problem?
    Madhu

    can u please tell me in a detailed way, because it is in web dynpro abap.
    please tell the process in the detailed way.
    what i did is:
      settings->display tab->
                                        Displayed Rows:  10
                                       Displayed Columns:    all.
    and made all the columns which were hidden to visible and it is working for this time.
    but next time when i execute the application, the standard view is not displayed again.
    hope u understood my problem
    Madhu

  • Second BizTalk server not displaying

    Recently setup a SCOM 2012 server and deployed the agent to two BizTalk 2013 servers, one designated as our development environment and the other our QA environment. Agents install without issue, indicate that they have received and successfully logged in
    using the designated RunAs account, and receive the latest configuration file from the management server. I have enabled the two BizTalk servers to act as proxies in the Operations Manager console.
    I have found other message threads indicating that by default my SCOM system will only reflect information from the first BizTalk system discovered and that I need to configure an override to enable monitoring of my second server. In one of the threads (Scom
    2007 not discovering Biztalk 2010 Biztalk MP Documentation Question) it actually provides the exact steps I need to create the override so that there is no confusion on my part.
    I followed these steps to create the override and then something strange happened. The second server did not appear in the Monitoring window, and now the first server's information no longer displays.
    What went wrong? And better, more important question, is how do I correct the situation to get both BizTalk servers to display and be monitored?
    Thank you,
    Steve

    Hi Steve,
    Since you are running SCOM 2012 to monitor BizTalk 2013 servers, please change those overrides back. If SCOM discover two BizTalk 2013 servers, it will collect and reflect the information on both servers. You just need to follow the MP guide.
    Niki Han
    TechNet Community Support

  • Z97 PC MATE - Second GPU will not display / black screen

    Using Z97 PC MATE with 2 nvidia cards (GeForce GTX970 and GeForce GETX750ti). My goal is to use the 750ti for dual display with the 970 reserved for compute in a 3D software package (houdini simulations). If both cards are installed on the mobo and one monitor is plugged into the 750ti, it will not display, not even the BIOS screen. Also there is no audio, there is normally a chime when the OS lock screen is reached and that never plays.
    The 750ti is plugged into the PCEe 2.0 slot, the 970 the 3.0 slot. Both cards can display in their respective buses by themselves if only one card is installed. If both are installed, the 970 will output a display as expected.  I have also tried an older quadro card in the 2.0 slot and it also defaulted to the 970 in the 3.0 slot. With one display plugged into the 970, and one in the 750ti I have gotten an image to display on the 750ti. But never with only one monitor plugged into the 750 attempting to use that card as the main display.
    I have used m flash to update the bios to 4.6, but I never used the disc which came with the mobo to update. I thought maybe there is a GPU display priority in the BIOS but I'm not seeing it. I see there is a way to prioritize UEFI and legacy, and Gen1, 2 or 3, but don't know how that should be set up for this (if that is the problem). I would think if that were the case though the audio at the lock screen would still play, but I don't know.
    My current nvidia driver version is 342.22, I am using Ubuntu 14.04 as linux OS operates better with the software I am using. I have also posted to the Ubuntu forums about this, but thought I would post here because the BIOS screen doesn't display which makes me think it could be hardware related. Although all of the hardware is detected properly and appears to be functioning as expected.
    This issue was reproduced with and without the HDD connected. 
    Hardware:
    i7 4790k
    EVGA GTX970 and EVGA GTX750ti
    Z97 PC MATE
    32gb PNY DDR3-1866 240-pin DIMM
    Antec Truepower Classic 750w gold certified
    PNY Optima 480gb SSD  - PNY SSD7SC480GOPT-RB
    Hitachi 2TB ultrastar HDD
    I am not sure at this point how to continue troubleshooting this issue, or if this is not possible for this mobo and I just didn't recognize that. One test I was considering is putting the 970 in my old computer (MSI 970FX-GD70) and seeing if the results are the same. Will post any additional required information.
    thanks! 

    Did you install your graphic driver when both vgas are on? Let the driver detect both vga then you can just switch cable and display well. Use the latest 344.65 driver. As for the 3D package, you need to make sure the software support or can change the settings that which vga to compute.
    But there's one thing I need to make sure first, does your vga work with only one vga on pcie 2.0 slot? Just wanna be sure it's not faulty slot...

  • IE 11 not displaying report parameter window

    We have noticed that IE 11 is not displaying the input parameter window where user inputs their parameters like date ranges or other parameters. While parameter windows shows up in firefox.
    We are using crystal reports 2011 on tomcat 7 production servers.
    Does someone have a fix for that or any input on what can I do to fix the problem?
    Thank you.

    Update to SP 13:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    And for "SAP Crystal Reports, developer version for Microsoft Visual Studio", post your queries here:
    SAP Crystal Reports, version for Visual Studio
    Many thanks,
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Column view in Finder does not display image dimensions

    Image dimensions display a -- when browsing in column view. If I view info on the image it appears. If I move off the highlighted image file and go back it disappears again. I have looked into the spotlight solution and do not have any folders listed under Privacy. I am running 10.7.4 and all updates are current.

    Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash this file:
    com.apple.finder.plist
    Then, restart, or log out and in again.
    (You may have to reset a few finder prefs the way you like them.)

  • Crystal Report in InfoView is not displaying the parameter

    Cheers All,
    We have a Crystal Report which is connected to the BEx query. We also have parameters based on variables in BEx.
    When we run the report directly from Crystal, everything is fine.
    However, when we run the report from InfoView, when I click on the "..." button beside the parameter to make the selection, everything hangs up.
    This (static) parameter is based on a variable which is based on a compounded characteristic 0ASSET_AFAB.
    The compunding keys are :1) Company code 2) Asset 3) Sub-asset.
    The user is providing the Company code in another parameter, but the user is not providing the Asset, nor the asset sub-number... so all the iterations of asset/sub-asset/depreciation area are displayed - and this works at BEx level, and it works when the report is run directly from the Crystal Reports, however this does not work when the report is run from the InfoView.
    What would be the best course of action?
    Regards,
    Dmitriy

    Hi Rajiv,
    In OIM 9.1 we are using the stored procedure to get the values for all the fields.In the stored procedure we are using the cursor to store the list of values but in the BI Publisher we are using the SQL queries to retrieve the values for the fields in the report. In sql queries we are unable to handle the list of values for the fileds like User Groups and Resources provisioned/deprovisioned.
    Please let me know the process even if we can get list of values for the fields using the SQL queries.

  • PDF Not Displayed After Parameter Form Submitted

    We are moving a Forms6i application to web deployed Forms10g. Reports with parameter forms are being called using web.show_document(...) with the oracle.reports.utility.FrmReportsInteg JavaBean to hide database login credentials, as described in the Forms/Reports integration white papers.
    On our development server this process works as expected: the form displays a new browser window containing the parameter form with URL http://server/reports/rwservlet?userid=&report=report&desformat=pdf&destype=cache&paramform=yes, the parameter form is submitted, and the report output is displayed as a PDF embedded in the new browser window.
    However, on our customer's test server, after the parameter form is submitted, the Oracle Reports OracleAS Reports Services - Servlet Command Help page is displayed. Executing the rwservlet/showjobs command shows the job as being successfully completed. Clicking on the Job Name link redisplays the parameter form, and submitting this returns to the Oracle Reports OracleAS Reports Services - Servlet Command Help page.
    I have not been able to trace any other posts describing the same behavior on Metalink or OTN. Has anyone else seen this?
    Development server is OracleAS 10g (9.0.4.1) on Red Hat Linux, customer server is OracleAS 10g (9.0.4.1) on Solaris.
    Anyone explain this difference between the two servers?

    wonder if your problem is the host.domain name?
    It has to be the same name as the "host:" name that was entered in the "Register with Oracle Internet Directory" screen - while installing AS. Reason is that: when the .html is running, it has no connections to the AS, OID, SSO or anything else - it runs independentally. For it to go back into the oracle 'system', the full host.domain name is needed. So, if when the AS was installed, the "fully qualifed" domain name was not given, you may have problems and could need to reinstall AS again. (speaking from sad experience :) )
    regards

  • Problem with Crystal Reports not displaying all parameter values

    Hello,
    A co-worker of mine is developing a report in Crystal version 11.5.8.826.  One of the requirements from his user is that they would like to select from a list of users for applicable criteria to appear in the report.  He created a parameter with a dynamic list of values, entered prompt group text, selected "existing" as the data source (and chose the corresponding field from the table).  This dropped the UserID field into the "value" field in the table and linked the table to the parameter.  We selected "allow multiple values" as "true" and "allow discrete values" as "true". 
    Here is the problem.  When Crystal prompts us to select the parameters, it doesn't show all of the applicable list of users (it shows 8 out of 12 users).  When we run the query in a standalone sql generating tool (Toad or Golden), we see the full list of users.  Crystal Reports appears to be filtering the selection list of users for some unknown reason.  We have tried changing most every option that we could find within the parameter, but no luck. 
    The problem definitely appears to lie within the parameter- if we run the report without the parameter, we see the full list of users.  Once we add the parameter and attempt to select one or many users, the problem appears.
    Any thoughts?  What am I missing?  Any help is appreciated.
    thanks,
    Noel

    I'll answer my own question in case somebody is curious or happens to find this message via google or another search engine.  See this link.  You need to set your upper threshold within your Registry Editor.
    http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=8029

  • Includes Not Displaying in Design View

    I have an html page whose content is kept mostly in include
    pages. In the DW8 Design View, these includes are not displaying.
    For example, a page that should have a height of 600px only
    displays the masthead and footer; it's as if the includes do not
    even exist. However, when I test it in the browsers, all is well.
    Is there a Preference Setting or plug-in that I am missing?
    Any suggestions are welcome.
    Thank you in advance for your time and consideration.

    > For example, a page that
    > should have a height of 600px only displays the masthead
    and footer; it's
    > as if
    > the includes do not even exist.
    Can you post a link to this page? Can you also tell us where
    the includes
    are (or post the raw code here)?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "The WereMike" <[email protected]> wrote in
    message
    news:ep55lh$pkj$[email protected]..
    >I have an html page whose content is kept mostly in
    include pages. In the
    >DW8
    > Design View, these includes are not displaying. For
    example, a page that
    > should have a height of 600px only displays the masthead
    and footer; it's
    > as if
    > the includes do not even exist. However, when I test it
    in the browsers,
    > all
    > is well.
    >
    > Is there a Preference Setting or plug-in that I am
    missing? Any
    > suggestions
    > are welcome.
    >
    > Thank you in advance for your time and consideration.
    >

Maybe you are looking for

  • G5 blurry monitor

    I"m running a new G5 imac 20". Just started today getting a problem where the pixels on my monitor get blurred for a quick second. Then everything goes back to normal. Also as I'm typing here, some of the text gets blurry for a sec. Haven't moved or

  • Nano 4th generation

    Have just bought a Nano 4th generation ( 2nd hand) from a Ebay seller. Was an upgrade from the Ipod Shuffle , and i bought it as it holds more music as that is all i want it for , as i walk a lot.         Anyway am having loads of trouble with it , e

  • Nano will not shut down

    my IPod Nano 4gb will not shut down properly when I want it to. I used to be able to press the || for a while and then it closed down. is this normal problem? it is just one year old. .

  • Problems with objects

    Hi all, I am working with JAVA, My questuin is that : Let us say A and B are two classes and in class A i created object for class B with new operator, and we have another class called C in this class i created object for class A, after implementatio

  • Upgrade the BW system not XI system

    Hi All, Need help please, right now we are sending data through XI 3.0 to BW 3.5 system, the scenario's is working fine. Now we wants to upgrade BW 3.5 system to BW 7, XI system is same 3.0. Through RFC's the receiver system BW system receiving the d