Working with Table views

Hi Experts,
  I have created a view with table view. I have created the context node and mentioned the internal table to read the data from DB tables. I am filling my internal table and unable to bind the internal table data to table view. Please help me
Regards,
Anand

Hi Ashish,
  Thanks for the reply. The issue is
  1. I have created a new view with table view
  2. Created the controller class for the view
  3. Created the context node and iterator
  4. In the Create context node method, I am reading the DB tables and filling my internal table.
  5. Here we need to Bind the internal table data to Contextnode/Table. Please help me in this.
  6. After Data binding, then I have to call typed_context->contextnode->build_table().
the view code is
   <crmic:tableView id="tv1"
                     navigationMode   ="BYPAGE"
                     table            ="//LnkObjIBaseList/Table"
                     onRowSelection   ="select"
                     selectedRowIndex ="<%=LnkObjIBaseList->SELECTED_INDEX%>"
                     selectedRowIndexTable="<%=LnkObjIBaseList->SELECTION_TAB%>"
                     selectionMode    ="SINGLESELECT"
                     visibleRowCount  ="6"
                     fillUpEmptyRows  = "TRUE"
                     width            ="100%"
                     iterator = "<%= LnkObjIBaseList->iterator %>">
Some where I am missing to bind the internal table data to the wrapper class
Regards,
Anand

Similar Messages

  • Can't see Manage Link to work with tables views and links

    I have an Azure account linked to Office365, and a Pay as you go subscription;  and have been working with SQL for a few months without any problem.    I wanted to move one of my databases to my own Azure account (not tied to our O365)
    so I get a free trial, and then converted that to paid with my credit card.   I had someone help me move the database, but now when I look at it in the new account there is no "Manage" link at the bottom to open and see the tables, fields,
    views, etc.     I don't understand why that isn't there.  I can copy, delete, all sorts of things.   But I can't "manage".    any ideas would be greatly appreciated.

    I checked with a college and he pointed me to another post on the same topic:
    Clicking the ‘Manage’ button in Azure Management portal launches the SQL Azure Management (SilverLight) Portal in a new tab in the browser. At this time, we do not plan to support this SilverLight-based SQL Azure Management Portal with V12 databases and
    servers.
    We are working hard on an HTML-based T-SQL editor experience that will deeply integrate with the preview Azure Management Portal. Until then, we encourage customers to use Visual Studio Community 2013 which is a full-featured free version of Visual Studio
    2013 to connect to Azure SQL databases for tasks such as running T-SQL, designing schema and for offline and online database development.
    You can click the the ‘Open in Visual Studio’ in the database page in the Azure Management portal to launch VS2013 on your computer and easily connect to your SQL Database.
    In addition, you can also use SQL Server Management Studio 2014 with CU6 to connect to Azure SQL Database. More details are on this blog post.
    This posting is provided "AS IS" with no warranties, and confers no rights
    I hope that helps,
    Jan

  • Layout adjustment not working with tables

    Hi all
    Why will layout adjustment not work with tables?
    I am trying to re-format from A4 landscape to A4 portrait.
    The text box containing the table will resize but not the table.
    Any clues why this might be, I don't want to manually resize every table in the document.
    Many thanks,
    Rob

    Thanks Jongware,
    Having resized the table and got the little red ovals, I tried various things like changing the font size etc but the best workaround I found was to select the table and change the cell inset value to 0, this got rid of all red ovals and I didn't need to change the font size.
    Cheers,
    Rob

  • Anyone else experience crashes with InDesign CC2014 working with tables?

    I am having issues with InDesign CC 2014 when working with tables. Every time I start working with a table I get a spinning beachball and have to force quit the software. I deleted and re-installed the software twice (plus removed the preferences) but no change.
    I am on a 2009 Mac Pro (Quad-Core Intel Xeon) running OSX Yosemite. InDesign is updated to the latest version (though Creative Cloud).
    This is quite an urgent matter for me because I am working on a deadline and it contains a lot of tables.
    Has anyone else come across this recently? I've read about this issue in forums but not with this version of InDesign. Apparently it was a known issue in previous versions.
    Any help will be hugely appreciated.
    Thank you.

    I don't know. I haven't used InDesign for a while. The last time I used it was before upgrading and that was InDesign CS6.
    I just spent a few hours on the phone with Adobe Support and thought it was sorted out. It worked for a while and just now it crashed again. So far, all I can figure out is that it has something to do with the tables that are set to span two columns.

  • How to work with tables located into another schema ?

    Hi
    I have created an application named OBSERVATOIRE and a schema named "OBSERVATOIRE" for it into my db. I created into this schema a few tables like "AGENT" for example.
    Now I am designing another application named TELEGESTION located in another schema named "SIVOA" and I need to display and to use tables located into the schema OBSERVATOIRE.
    I added the schema OBSERVATOIRE into my application TELEGESTION.
    In my new application TELEGESTION, when I try to create a report with a simple request like this
    select * from observatoire.agents
    I get this error :
    Query cannot be parsed, please check the syntax of your query. (ORA-00942: Table ou vue inexistante)
    What should I do in order to work with tables in another schema ?
    Thank you very much
    Christian

    Vajrad and Dan,
    Thank you very much for your suggestions.
    At this point I am wondering if It would be better for me to change the way I began work.
    These two applications will be used by the same users into an intranet (a private network of our company). I wonder if the better would be to import the tables and my application OBSERVATOIRE into the schema SIVOA and get rid of these problems of access.
    Historically, the schema SIVOA contains a lot of tables already used by a previous network.As i was beginner with APEX I created a schema "OBSERVATOIRE" to be "safe". But this schema contains a small amounbt of tables, i can easily tranfers them into the schema "SIVOA"
    But now as I see that that having two schemas is complexifying the developpement and also I am thinking to the login page, I do'nt want to force the user to login each times a switch from one application to the other, etc... I want some kind of "single sign on".
    Whad would be you advise ?
    Thank you for your time.
    Christian

  • Oracle equals_path condition NOT working with table and materialized view

    The user i am using is xdb with dba role.
    1.When i try to use the statement
    SELECT PATH FROM xdb.path_VIEW
    WHERE
    EQUALS_PATH(res, '/home/OE/PurchaseOrders/2002')=1
    the result is
    /home/OE/PurchaseOrders/2002
    2. When i drop the path_view and recreated it like materialized view with statement
    create MATERIALIZED view path_view as
    select /*+ ORDERED */ t2.path path, t.res res,
    xmltype.createxml(xdb.xdb_link_type(NULL, r2.xmldata.dispname, t.name,
    h.name, h.flags, h.parent_oid, h.child_oid),
    'http://xmlns.oracle.com/xdb/XDBStandard.xsd', 'LINK') link,
    t.resid
    from ( select xdb.all_path(9999) paths, value(p) res, p.sys_nc_oid$ resid,
    p.xmldata.dispname name
    from xdb.xdb$resource p
    where xdb.under_path(value(p), '/', 9999)=1 ) t,
    TABLE( cast (t.paths as xdb.path_array) ) t2,
    xdb.xdb$h_link h, xdb.xdb$resource r2
    where t2.parent_oid = h.parent_oid and t2.childname = h.name and
    t2.parent_oid = r2.sys_nc_oid$
    then the equals_path condition STOP working !!!
    3. The same experiment, but i recreate it like table
    create table path_view as .... using the rest of the statement ...
    Can someone help me to understand why equals_path is NOT working on table and materialized view !

    Thanks Jonah. I was under the impression that I already had it but seems like it has to be a direct priv - thru a role doesn't work.
    I granted the reqd privs and then it worked fine. Thx for your help!

  • Charts get overlaped with Table view

    I have a report which has 4 different views in the following order
    TITLE ( Report Title)
    STATIC TEXT ( Report Notes and Observations)
    GRAPH (Line Chart)
    TABLE ( Table Report showing 35~40 rows)
    I have these views arranged into a compound layout. The report looks good on the dashboard/ answers etc.. once I download this the entire compound layout into excel or schedule it to be delivered in excel format The layout gets messed up , The chart essentially overlaps the data ( table view) . Is there a work around for this .
    We are using 11.1.5
    Thanks

    Thanks Dpka. The requirement is limited to excel downloads only and i have verified it doesn't work in .mht as well.
    My colleague came up with an alternate solution by adding a static text box(embedded with line breaks-- Enable HTML) . we placed this box in parallel with the chart view. Now when we download the report it works

  • Working with table data in Web Application Designer (WAD)

    Hello experts,
    I integrated two queries as analyse web items into a web template. To generate new facts, there is a need to compare data of both tables. Unfortunality there is no possibility to merge both quiries in one single query. It has to be done in  WAD.
    Is there a way to read the data of the tables (query output as analyse web item) into a data structure, i.e. an array structure of javascript to operate with them?
    Regards,
    TB

    Thank you. The APD could be a good approach.
    What you couldn't know, the two queries I mentioned are coming from two different BW mandators (We have the need to work with a two mandator model).
    It won't be possible to integrate queries from two different mandators in an APD, right?
    Regards

  • Offline working with Discoverer Viewer 3i

    I work with Discoverer 3i and I have a problem.
    I can't save my pages (with Discoverer Viewer) in order to see
    them offline.
    Can you give me any solution???
    Thanks

    Hi Simon
    That's really cool, although it is Discoverer 9.0.4, not 10.1.2.
    For anyone who is interested, Oracle made a lot of changes between the 9.0.4 Viewer and the 10.1.2 Viewer, not least being the ability to send a report via email, to save a report, to pivot the data and to handle fine grained printing using PDF. You can also set up a corporate look and feel for 10.1.2 Viewer using the OEM interface.
    With regards to the take up of Discoverer Viewer, most companies I work with are using it in a ratio of between 70:30 and 90:10 Viewer versus Plus.
    Its a great tool for doing exactly what it says - viewing a report.
    Best wishes
    Michael

  • Working with tables in Pages (IOS)

    Hey Guys,
    Does anyone have any tips / tricks for working with pages on the iPad?
    The program seems to have many quirks that I am looking for a workaround for.  My biggest problem with the program stems with using tables.  For example...
    If I am typing and the table needs to go onto a second page, it will not do it automatically.  The text just seems to get cut off and dissapear.
    I have looked everywhere, but I am unable to figure out how to insert bullet points or numbered lists inside of a table.  Is it possible?  It seems like such a simple basic feature.
    Any help you guys can give me I would greatly appreciate

    Select the Table by clicking on the big fat dot top left:
    Format > Arrange > Object Placement > Move with Text > Text Wrap > Inline with Text
    Peter

  • Have a problem with table views

    Hello there.
    I try to explain the problem.
    We have a viewset and some table views in it.
    Screeenshot:
    We scroll down to necessary table view.
    Screenshot:
    If we change a page on any table view or reveal list on this.
    It may take little time, but after, the page scroll up automatically.
    No idea, why it happens.
    Best regards,
    Vladislav Neberikutya.

    Oh, sorry, can't edit the first message.
    I have partner overview:
    And when I push to next page. The page scroll up to the top.

  • Is it possible to use Checkboxes with Table Views?

    Hi,
    I need help with adding checkbox. Here is the detail of what I have.
    In my application page, I have the Region Definition:
    Type - SQL Query (PL/SQL Function body Returning SQL Query)
    Region Source -
    DECLARE
    l_sql VARCHAR2(50);
    BEGIN
    Call Function_One(arg1, arg2 ..) ;
    IF ( :P11_REQ = Value1 ) THEN
    l_sql := ' SELECT Col1, Col2, Col3 FROM View1 ' ;
    ELSE
    l_sql := ' SELECT Col1, Col2, Col3 FROM View2 ' ;
    END IF;
    RETURN l_sql;
    END;
    Please note:
    1. ' View1 ' and ' View2 ' are views on two tables.
    2. The checkboxes are needed to select rows from these views to be inserted into another table for further processing.
    Questions:
    1. Can Checkboxes be added to views also, or, to tables only?
    2. If checkboxes can be added to views, How can I do that to each of the rows that will be returned?
    3. Is there a way to use ' Select * FROM View1 ', and be able to add the checkbox to each of the rows ?
    Would appreciate your help.
    Vasan

    Vasan,
    I usually call a plsql function to generate the HTML when I need a custom component like that. ie: create a procedure in a package. this should give you the idea. I usually create a dynamic plsql region to call the below procedure like this
    begin
    printTableWithCheckboxes();
    endl;
    procedure printTableWithCheckboxes is
    begin
    htp.p('<table>');
    for rec in (select id, name from test) loop
    htp.p('<tr>');
    htp.p('<td><input type="checkbox" name="' || rec.name || '" value="' || rec.id || '" /> </td>');
    htp.p('</tr>');
    end loop;
    end printTableWithCheckBoxes;

  • Working with Tables in Pages 5.0

    Help!  I want to put a multi-page length table in a Pages document, but once the table gets longer than one page the cells just disappear and do not move to the next page. There doesn't seem to be an option in 5.0 to select "inline" and it's not allowing me to select "Page Break." Any ideas how to make this work?

    Select the Table by clicking on the big fat dot top left:
    Format > Arrange > Object Placement > Move with Text > Text Wrap > Inline with Text
    Peter

  • Working with tables

    Creating a catalog and the current data exist in an Excel spreadsheet, where I am painstaking adding the content into a table by reentering the content one cell at a time, by hand. If I use the COPY/PASTE function across a series of cells and to fill with the same content, it only paste into one cell and not the selected cells, why? Perhaps there is a better way?
    Please help.

    Actually, I have the table setup in InDesign and then I am manually entering the data content; it’s when I have the same content, such as size, therefore I want to perform a copy then paste in a column of cells that it will not paste for multiple cells, it only paste in one cell.  Perhaps this will provide you with a better idea on what I need to achieve, view TYPE or SIZE where they are the same.
    Tina Dravecky Ι Marketing Ι Direct No.: 224-361-2229

  • ODBC 11 dont work with tables which have a PrimaryKey consist of 3 columns

    Hello,
    i have Access-2003-program which is connectet to a oracle10-Database or a oracle11-Database over instant-client and ODBC 11_2 (32 Bit)
    Update and delete in a table which have a primaryKey constist more as 2 columns don not work any more.
    If I try the same which instant-client and ODBC 10_2 all working right.
    regards from Berlin
    Dirk

    is there any way of excluding that second rowYes, a solution to that would be :
    WITH cols AS (
      SELECT table_name, column_name, column_id,
             dense_rank() over(order by table_name) rnk
      FROM user_tab_columns
    SELECT a.table_name tab1,
           b.table_name tab2,
           count(*) match_count,
           listagg(a.column_name,',') within group(order by a.column_id) col_list
    FROM cols a
         JOIN cols b ON a.column_name = b.column_name
                    --AND a.table_name != b.table_name
                    AND b.rnk > a.rnk
    GROUP BY a.table_name, b.table_name
    HAVING count(*) > 2
    ;Here, we give each table a (unique) rank before performing the self join. That way we can filter out tables having already been treated.

Maybe you are looking for

  • Two Time Machines and one MacBook Pro ... migrating to a new MacBook Pro

    Background: I'm a fanatic about backups. I have a Time Machine at home (Time Capsule), and a Time Machine at the work (external USB drive). Both backup my MacBook Pro. I just got a new MacBook Pro. I plan to migrate my data from my old MacBook Pro (o

  • "the feature you are trying to use is on a network resource that is unavailable", SQL Server 2008

    when I try to install SQL Server enterprise 2008, during the installation processing, an error information occurs, it said that 'the feature you are trying to use is on a network resource that is unavailable', it is missing this file "sql_engine_core

  • Problem in transporting workflows

    Hi, There are some workflows already existent in the QA system. I try to make some client specific changes to the workflow template and one of the tasks and after Im done. I try to create a new request to send across the changed wf template and the c

  • Will 3rd party graphics card for MacPro1.1?

    Hello, all! ^^ I'm looking for a replacement graphics card for my MacPro 1.1 and now narrowing down to: NVIDIA GeForce 7300 GT or 8800 GT now. I'm looking at used ones now and wondering if 3rd party cards with those chipset above will work or, if it

  • Unable to boot the sytem after applying kernel patch 118844-27

    We have an hp ProLiant DL380 Storage server connected to HP StorageWorks Moduler Smart Array 30 via SCSI. Solaris 03/05 was installed previously on this system with kernel 118844-20. When I queried and installed all required patches with 'smpatch add