Complex requirement ..urgent on hgrid and advanced table

hi all,
I have a requirement of showing hierearchy data in table.Belw is the sample view i need to achieve.
P/T ......................................ColGroup
---------------------------------------col1-- col2 col3 col4 -- col5
+p 1.................................0--0  --0  ---      0    ---    0
.......+T1.......................... 0-0 -0 -0 -0-
.............+st1 .................. 0 0 0 0 0
+p2                             0     0          0           0           0
+.............T2
and so on.....................
Basically i can get Hgrid and Colgroup seperately but how should i combne both.How should i achieve this design.Please give me some ideas on this.
Will be very grateful.
Thanks
Soujanya
Edited by: SoujanyaReddy on Aug 27, 2009 7:06 PM

Hi,
I have a requirement on creating advanced table -in-adavcned table. I am getting an error whenn trying to show my child table data.
java.lang.NullPointerException
     at oracle.apps.fnd.framework.webui.OABoundValueChildNodeList.getDetailRowSet
The view link is pretty normal and the VOs look ok. Can you please suggest the issue and the fix. If someone has implemented this earlier, please share the code. You can email me at [email protected]
Thanks,
Rma

Similar Messages

  • Difference between table and advanced table

    hi
    what is the main difference between table and advanced table ?
    What are the usages of both the Beans?

    Hi
    OAAdvancedTableBean extends OATableBean to provide declarative support for existing table features that previously required programmatic control.
    OAAdvancedTableBean also provides declarative support for features not available with OATableBean, such as column span in a table column header. Oracle recommend new tables be implemented as "advanced tables"...
    Please Read more info from Jdev Guide..
    Thanks
    AJ

  • Question regarding Classic and Advance table

    Hi,
    I have classic and advance table. I am populating with VO that brings 100 record. When i render page i see last record being displayed. How can i show my first record by defult on both tables?

    By default the first record will be displayed, if you are seeing the last one instead, you probably did a vo.last() in the code.
    Thanks
    Tapash

  • Loans And Advances Tables in R3

    HI
    I WANT TO KNOW ON WHICH TABLE WE GET THE  INFORMATION OF LOANS AND ADVANCES OF EMPLOYEE IN SAP R3.

    Hi Praveen,
    Loans will maintained in the IT 0045, check the table PA0045 through se11 / se16
    for advances, through which info type you are processing ? check that PAXXXX 

  • Advanced Table and Table

    Hi,
    I created a table and an advanced table. What is the difference between the table and advanced table.
    Thanks in Advance,
    Jegan

    Hi Jegan,
    in case of Advance table u hve many features like Columm group (to group multiple columms of vo under one columm), insert empty row in the table (on the click of button), table actions but these features are not available in case of simple table.
    thanxs
    Pranav

  • Multiselection issue in advanced table on OAF page

    Hi,
    I have a advanced table on OA Page. To this advanced table, I had added the multi selection table action.
    To the multiselect, i have attached a View Instance and a view attribute.
    There is text input field in the advanced table. If user makes changes to it, an event "updateDate" fires.
    In CO:
    if(event.equals("updateDate")){
    System.out.println("A");
    String rowReference =
    pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Serializable[] param = {rowReference} ;
    am.invokeMethod("DetailsCheckBox", param);
    In AM:
    public void DetailsCheckBox(String rowReference) {
    System.out.println("B");
    oracle.jbo.Row row = findRowByRef(rowReference);
    DetailsVOImpl ivo =
    (DetailsVOImpl) findViewObject("DetailsVO1");
    String chkbox = (String)row.getAttribute("Multiselect");
    System.out.println("multiselect original: "+chkbox);
    if ((chkbox == null)||(chkbox.equals("N"))){
    ivo.setCurrentRow(row);
    row.setAttribute("Multiselect","Y");
    String chkbox1 = (String)row.getAttribute("Multiselect");
    System.out.println("multiselect : "+chkbox1);
    // ivo.reset();
    The issue is that if there are 5 rows getting displayed in the advanced table and i make changes to any of first 4 rows, the checkbox gets checked on page but if i make changes to last row the checkbox is not checked on page, even though the statement String chkbox1 = (String)row.getAttribute("Multiselect"); returns 'Y' in AM.
    Please help. Its urgent.

    Hi Gyan,
    Multiselect attribute is checked for Always Updateable.
    and have done sop for other attributes also, dey are coming for 5th row only.
    also if my VO query returns 27 rows, and advanced table displays 10 rows at a time then pnly 10th row gives this issue. It works fine even for 20th row.
    Observed one more thing, if i first update any other row and then the last row, it works fine.

  • Color the value in Advanced Table

    Hi,
    I have got a requirement to color value in advanced table based on condition.
    I have written a code in PR and it is working fine in jdeveloper and modified custom.xss file in $OA_HTML\cabo/styles folder.
    runtime i am setting a attribute value 'RedColor' in my attribute of a view object.
    when i deploy my code onto the server and copy custom.xss file into $OA_HTML\cabo/styles folder, bounce apache , clear browser cache. it is not working on instanace.
    below code which i have written in my processRequest of a controller.
    OAAdvancedTableBean tb = (OAAdvancedTableBean)webBean.findChildRecursive("RInstTable");
    OAColumnBean l_dueDateColumn = (OAColumnBean)tb.findChildRecursive("DueDatecol");
    OAMessageStyledTextBean dueDate = (OAMessageStyledTextBean)l_dueDateColumn.findIndexedChildRecursive("RDueDate"); //Job is the ID of column in table
    OADataBoundValueViewObject cssDueDate = new OADataBoundValueViewObject(dueDate,"DueDateColor");
    dueDate.setAttributeValue(UIConstants.STYLE_CLASS_ATTR, cssDueDate); //Setting Custom CSS
    below code whiich i have written in custom.xss file.
    <style selector=".RedColor">
    <includeStyle name="DefaultFontFamily"/>
    <property name="font-size">9pt</property>
    <property name="font-weight">Bolder</property>
    <property name="color">#FF0000</property>
    <property name="text-indent">3px</property>
    </style>
    Can any one throw some points on this.
    Regards
    Hitesh

    Hi,
    Did you check that the data Bound Value returned the object as 'RedColor'.Since You are using OADataBoundValueViewObject,check what the value is returned?
    In Mozilla, there is a tool called firebug, You can install that plugin and check if the className is properly assigned to the styled text and the CSS definition of the same is present in the CSS tab of firebug.
    Regards,
    Guru Krishnan V.

  • Updating Q and P table of master data using ABAP program

    Hi All
    I have a requirement to update Q and P table(non key and non date fields) of master data using an ABAP program.
    Is this something recommended?
    Will there be any issues if I do that?
    Thanks
    Deepak

    Thanks Vikram. Ok. My look up is on some other master data Q table and that is the reason why I asked about ABAP custom program.
    Look like I will have to do the following approach.
    Load the required supporting master data to BW.
    Execute Attribute change run process for those master data objects.
    Load the actual master data and look up on supporting master data.
    Execute attribute change run process.
    This process takes me long time and I am trying to reduce the overall execution time. let me know if you have some good suggestions.
    Thanks
    Deepak

  • OAF Advanced Tables

    Can any one please provide me a detailed tutorial about creation of Advance Table
    and Advance Table within Advance Table?

    Hi,
    Refer blog
    http://oracleanil.blogspot.com/2010/06/advanced-table-in-advanced-table-via.html
    Regards,
    Gyan

  • Hgrid Not Rendering the Advance Table Dynalically.

    Hi,
    I have created a Hgrid region and a Tree region. My requirement is when some one clicks on any of the Node ids from the grid, a Advance table has to be rendered dynamically.
    This works correctly only if I have a Tree Region.
    But if I include the Tree Region insde the Hgird, the dynamic rendering of the Table, does not work.
    Please help.
    Thanks

    Check notes 79193 and 128947.
    Rob

  • [Urgent] Issue with Selected rows in Advanced table

    [I have searched archive and found lots of mails on same issue but none were conclusive so i am asking this again]
    Hi All,
    I have created an advanced table and i want to have functionality of deleting selected rows.
    For implementation of this functionality, i have created a selectflag transient attribute [varchar2] and linked it to multiple select item of Advanced table but the table always returns null for selectflag attribute irrespective of row being selected or not.
    One thing i have noticed is that i can't supply 'checked value' and 'unchecked value' property in advanced table multiple select item. Is that the issue?
    Can anybody please guide, its quite urgent.
    Regards
    Lokesh

    Hi Reetesh,
    Thanks for the reply.
    Yes, you are right i am using same AM at 2 different places.
    Let me just elaborate a little about my implementation:
    I have a Page layout region and within this page layout, i have a query bean which performs results based search.
    Within this query bean, i have added an Advanced table within that query bean to display the results.
    Now coming to multiple AM issue:
    1. Page Layout region must have one AM or its an error.
    2. If i donot add an AM to advanced table, it doesn't return rows.
    So do i need to have 2 diferent AM's for this implementation?
    Regards
    Lokesh

  • Stale Date Error in Advance Table...Its Very Urgent

    Hi All,
    I am getting stale data in Advance Table Regions. I am having to buttons, if I selected button1 it shows one advance table region (with show All and Hide All options) it is showing correct data in the details view.
    If I select button2 and new advance table will be shown (with show All and Hide All options) and here if I select show all then I am getting stale data. For both advance tables I am using same two VO's (HeaderVO & DetailVO) but the Viewlinks are different.
    For your reference below is the error.
    Cause:
    The number of displayed records, 8, exceeds the actual number of records, 1, in view object NetAppsProjCreationAM.ProjectLinesVO1_ProjectErrorVL_ProjectLinesVO. Some of the displayed records may have been deleted.
    Please any one of you guys help me out in this issue, this is very urgent!!
    Thanks in Advance.

    Then it should work, can you check by putting debugging messages that your VO query is fetching rows properly?Also make sure that all transient columns attributes in VO wizard are not marked selected in query!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Advance Table - Add Row button and coloumn issue

    Hi all,
    I have created Advanced Table wth four coloumns.
    for two columns item style as messagtextinput and the rest are same as DATE.
    But when the page is rendering the table columns shows as messagestyletext , which means messagetextinput style item is not appearing.
    Kindly help me if am missed anything wrong.
    and also can u help me to create add row button featurs in advance table
    Thanks in advance.
    Senthur

    Senthur,
    I hv done this using row status initialised.I couldnt get the above lines.
    I have another doubt also. In Advanced table there is coloumn header, is there any Row header.There is nothing as such RowHeader. Let me know ur exact requirement.
    Name age salary
    empid1 xxx 21 100
    empid2 yyy 22 200Create a VO which return the above attributes and attach the same to the Adavanced Table Bean.
    Regards,
    Gyan

  • MinimumPasswordAge and Password must meet complexity requirements issue

    Hi Experts,
    Our Setup
    Windows Server 2003 Enterprise domain
    Windows XP SP3 client boxes
    Password policy setup
    MinimumPasswordAge - 35
    MinimumPasswordLength - 8
    Password must meet complexity requirements - Enabled
    EnforcePasswordHistory - 8
    These were not enabled since beginning. We enabled the settings few days back. Now few of the users can't change the password. They get the following error "Password must meet the complexity requirements". One of the user has his username as the password
    and now he is trying to change 'Mymother1954!' and it doesn't work.
    'P@ssw0rd!' doesn't work as well.
    Tried changed the MinimumPasswordAge to 0. No help. I am unsure the older (prior to the current policy setup) would be remembered. Even if it does why wouldn't it allow the user to change a unique password?
    I need your experts suggestion to resolve the issue. Thanks for your help in advance.
    Regards,
    MPC

    gpresult /v shows that the policy is getting applied successfully. So GPO isn't an issue here I guess.
    Here is the output
            Account Policies
                GPO: Default Domain Policy
                    Policy:            MinimumPasswordAge
                    Computer Setting:  35
                GPO: Default Domain Policy
                    Policy:            PasswordHistorySize
                    Computer Setting:  8
                GPO: Default Domain Policy
                    Policy:            MinimumPasswordLength
                    Computer Setting:  8
                GPO: Default Domain Policy
                    Policy:            LockoutBadCount
                    Computer Setting:  N/A
                GPO: Default Domain Policy
                    Policy:            MaximumPasswordAge
                    Computer Setting:  45
    Regards,
    MPC

  • Get Total of a Column of Advanced Table and use it in Controller in OAF

    I have an advanced table on my custom page. I am calculating total of a column in my footer. I am acheiving this using the standard functionality of advanced table by setting total value property of my column to "TRUE" and displaying the total in the tablefooter components.
    In addition to this I want to retreive the total value from my footer and use it in my Controller for further validations but I am not able to acheive this.
    I tried some code already present in the Community for the same but nothing turned out right for me.
    Can anyone please help me on this.

       Hi there ,
      You can manually add the values of each row of a  column and make use of the value obtained in your controller .
    Here is the logic ,
    1) get the vo instnace attached to that table .
    2) Loop through every single row in the table .
    3) get the value and sum up the value and use it in your controller .
    int fetchRowCount = vo.getFetchRowCount();  
    voRowImpl row = null;  
    int count =0;
    if (fetchRowCount  > 0) { 
    RowSetIterator iter = vo.createRowSetIterator("Iter"); 
    iter.setRangeStart(0);
      iter.setRangeSize(fetchBidderRowCount);
       for (int i = 0; i < fetchBidderRowCount; i++) {
      row = voRowImpl iter.getRowAtRangeIndex(i);
       //use RowImpl getters   10.   
             Number personId = row.getPersonId();
    count =personId+count;         // add each and every value and have in variable
    iter.closeRowSetIterator();
    Regards ,
    Keerthi

Maybe you are looking for

  • Need ideas for plug-in re-design

    My DAQ app uses "Plugins".   A Plugin is a VI which conforms to a particular terminal configuration. Here is the complete diagram of a simple one: The idea is that a plugin is another channel: This one takes the value of TORQUE (in N-m) and the value

  • Why can't I do cumulative edits, like in iPhoto 6?

    I've just bought a new iMac (Core i5) running the latest iPhoto (9). It has some useful improvements over iPhoto 6 which was the previous version I used, but one thing has gone - I can't do cumulative edits any more. In v6, I could sharpen a soft pic

  • How to import a table in oracle

    thanks!!

  • HT1386 How to get Wi-Fi syncing on my Ipod Touch 4G

    My Ipod can no longer be found on my computer that has Itunes installed on it. I talked to a professional and he said it's a major problem with my computer software that needs repairs, which I have no money for. I have another computer that can sync

  • Could not upload picutre in mysite profile- upload button throws error.

    hi , when i click save and close in edit profile page in SharePoint 2013( in SP 2010 UI) I am getting an java script error. any ideas? (_layouts/EditProfile.aspx)  Uncaught ReferenceError: EntityEditor_UseContentEditableControl is not defined copyUpl