Best way to display a set of data rows (15 + columns)?

Hey,.

I have a set of data rows in a data from a JAVA call control. Rowset contains about 15 + columns of data that I need to display to the user in a grid. What is the best way to achieve this? When I try to drag the control of data lines in the AMX only obvious choice page seems to be seen list but I can't just use some columns in a list view. Or an iterator. I guess I should use iterator somehow, but what is the best way to present this data?

Manually, you can go and edit the list to add more columns and place fields in them.

Check out the application workbetter to see some models list (for example, people discovered) sample.

Oracle Mobile Application Framework samples

You might want to rethink your design and have a limited set of fields appear in the list, and then when you select a list item data show the rest of the info.

a very large list is perhaps not ideal for a mobile screen.

Tags: Oracle Mobile

Similar Questions

  • Best way to display a report of the hierarchy tree to APEX 4.2

    I have a hierarchical query spans four levels over two tables.  The application works very well and also includes columns hierarchical sum (i.e. the parent displays the sum of all children) using functions.

    I wonder what is the best way to view these data for users?

    At the moment I think I would have a collection now my connection with the edition special 'show' column.  Then I would include HTML to define values correct show/hide and refresh the report when you click on a node.  In my view, this would probably work, but may not be the best way.

    I disassembled my request for necessary columns (no column of the sum) and the tree APEX regions work well for this.  Y at - it a plugin alternative jquery or anything that people with what will give me the directory structure 4.2 native while allowing me to display additional columns with links?

    If I need to provide more info let me know!

    LSDev wrote:

    I'm going to use today to test these ideas, and if they don't work I'll go with the classic report hack, I thought.

    AEC: I'll try the plugin and report back on the question if I can get the links to work.

    The plugin code is clear and simple. However, the links generated HTML text in the query as:

    ...
    '' || apex_escape.html(ename) || '' employee
    ...
    

    does not work out of the box as the plug-in is escaping in HTML output column values:

        -- Render all other columns
        FOR j IN 3 .. l_value_list.count
        LOOP
          sys.htp.p('' || sys.htf.escape_sc(l_value_list(j)(i)) || '');
        END LOOP;
    

    This can be changed to allow the links:

      -- Render all other columns
        FOR j IN 3 .. l_value_list.count
        LOOP
         IF l_value_list(j)(i) not like '' || l_value_list(j)(i) || '');
        END LOOP;
    
  • Is it possible to connect a simple 1 d array to a digital indicator or what would be the best way to display the numeric values of the array on the front panel?

    Is it possible to connect a simple 1 d array to a digital indicator or what would be the best way to display the numeric values of the array on the front panel? Examples or suggestions would be greatly appreciated.

    Thank you

    Tunis

    Thank you Adam, it's originally in a while loop, I placed it in a loop for example, wired County in the for loop and presto, this son of a digital indicator. It works very well. Thanks for the help folks.

  • Best way to display points boundaries of parcel

    WPF C#

    Hi, I need to somehow score points that are off limits on my graph of LinePlotRenderers 4.  This is the data structure:

    Point DataArray []] = new Point [4 256];

    At the moment I think to simply add 4 PointPlotRenderers to display those endpoints (so he total I will have 8 plots).  But I don't know what is the best way to pump data into my chart.  If I still have points outside the limits and dataArray structured as shown above (4 x 256) may be empty, or any combination up to 4 x 256...  What is the best way to pump all that data in my chart?  I mean, I can't join them in the same table 2D because the size of the array of points off limits will not be the same.  If I do the same thing to fill with 0 then my chart will pass to the tent show 0,0.

    Does make sense?  Maybe there is another way to work with limits?

    Thank you

    If you want to use the existing Point[,] rectangular table data source, you could cover the additional plots with NaN values (i.e. new Point( double.NaN, double.NaN ) ), which the graph is not displayed.

    You can also use a Point[][] data source table in stairs, where the berries for out-of-range points can only contain useful numerical values.

    In addition, might be interested in the range of masking slider demo (by using the range of your validation, instead of a slider).

  • Best way to display the XML in a database column.

    I have a lot of xml as xmltype.

    The basic data are displayed in a report. If I click on a link in the report that I call a popup page that will display the xml code.

    This XML sometimes exceeds 32K, so I can't use a textarea directly.

    What is the best way to view the xml code?
    I thought maybe a URL region but have not used these before.

    Published by: Keith Jamieson on December 23, 2008 11:38

    Keith:

    Try to view the XML code in a textarea component as in the example below

    htp.p('');
    

    CITY

  • Best way to type of binding to data typdef queue

    I use 'Get the queue' to create one or more queues of several clusters of formatted data TypeDef. I then want to put these references to queue in a cluster of their own so I can refer to them as necessary in my code. When I change the data types by modifying the corresponding typdefs, I would like to queue references to change accordingly. In other words, I think I need to link references to queue for typedefs of data.  What is the best way to do it?

    By example, if I create a rerences of queue group using name I need to create a cluster of entry with a format that would update that I change my origianl data typedefs. Is this possible and if so, how?

    Perhaps the 'problem' is due to my funny to have a nice cluster "bundle by name" for clarity in my code. I suppose that if I used a table is not a problem. It's not as elegant a solution, but I guess sometimes the elegance is in the eye of the beholder.

    Any suggestions?

    Here:

    http://forums.NI.com/T5/LabVIEW/mini-Nugget-Creating-typedef-d-queue-references/TD-p/807264

  • Best way to display the error message to the end user?

    I want a small error message box to the pop-up window on the top layer, when a customer makes a selection incorrect or invalid.

    Can someone help me find the best way to do it?

    attachMovie() allows you to instantiate a library movieclip that contains a dynamic textfield. You can assign to the text property of the textfield object and position the movieclip as needed.

  • What is the best way to display a large number of records?

    I have about 12000 registry to commit to dababase.
    What is the best way to do it?

    Which depends on?

    Today I can't commit so many registry... The dabatase seems hanged!

    Thanks in advance

    Xavi says:

    Today I can't commit so many registry

    It should be possible to insert tens of thousands of lines in a few seconds using an insert even with a complex query as the view object and validation at the end.

    SQL> create table t as select * from all_objects where 0 = 1;
    
    Table created.
    
    Elapsed: 00:00:00.03
    SQL> insert into t select * from all_objects;
    
    32151 rows created.
    
    Elapsed: 00:00:09.01
    SQL> commit;
    
    Commit complete.
    
    Elapsed: 00:00:00.00
    

    I meant RECORDS instead of REGISTERS.

    Maybe that's where you're going wrong, records are to put on the turntables.

  • best way to avoid the full table scan for clause "column is zero.

    I have a query with is control null, and because of that it performs a total scan of table (in millions of rows in the table)

    SELECT id, x,
    LAG (id) OVER (PARTITION BY userid ORDER BY has had place, id) as p_id,.
    FROM MyTable
    WHERE X is ZERO


    What is the best way for me to avoid the full table scan. I have indexes for the X column and other columns.

    Thank you

    Hi Vasif

    NULL values are indexed if the indexed entry also includes a value non-zero.

    If you create an index such as:

    CREATE INDEX mytable_x_idx ON mytable (x, ' ');

    ensure all null values for the column X are indexed and will therefore potentially use the index to search for null values, assuming of course the result set is small enough to justify the use of the index in your query.

    I have spoken previously on my blog:

    http://richardfoote.WordPress.com/2008/01/23/indexing-nulls-empty-spaces/

    See you soon

    Richard Foote
    http://richardfoote.WordPress.com/

  • Insert only one cell in a table (not an extra set of the row or column)?

    I have problems by performing an easy Assembly. I need to insert a a 'CELL', but I am only considered the possibility to insert a set 'ROW' or 'COLUMN '. I would just insert a cell and the rest of the content below it moves accordingly. Help, please!

    There is no way to put it while you just insert a cell and everything moves along after that cell?

    Simple answer is 'no '. I'm sorry.

    InDesign tables are not good for juggling data. If you have a project that requires single-cell-integration on a regular basis, I suggest to make your table outside InDesign in an application with tools more easy table-cell-juggling (Excel comes to mind here) and then perfecting you use table and cell styles make it easy to update. Of course, it will always be a concern, but the hassle can be minimized.

  • How to display a set of data in a horizontal way

    Hi Experts,

    I need data horizontally in the table for example usually display group for each group display us data in following the way
    EMp No.
    1
    2
    3
    4
    5
    6
    7
    8
    BUT MY REQUIREMENTIS TO DISPLAY as

    NO. EMP: 1 2 3 4 5 6 7 8


    Please give some hint, thanks in advance.

    Thank you
    Pratap

    Can you send me the files?

  • Best way to display a tree expansion text / image?

    Hello world!  I create my 2nd flash interface.  Displays the chart below:

    When someone clicks on a phase of the cycle, with bland graphics out and a new window will appear.

    I know how to do that in flash.  What I don't know is how best to organize the text in the pop-up window.  Specifically, when someone clicks the sign more (look closely in the 2nd image to see an example of an extended section), I want the space below the text to expand, showing more text or image.  When the user is finished, they click the 'X' to close the enlarged section.

    It is a format of menu tree.  However, instead of simply to develop a little phrase, it spread to show images or an entire paragraph.


    Issues related to the:

    1. Should what code I use to do this?  I guess I can't insert just CSS / Javascript in flash, lol.
    2. I make my window flash player big enough to fit all the elements, in which case the user extends to all sections and wants to see it all enjoy a view? Or is there a way to dynamically increase the vertical size of the flash drive to accommodate the expanded text?  I like how HTML allows you to dynamically extend the height of vertical cell, as more text is added.

    My due date is September 24.  If I can't have the ability to develop / hide sections, I'll show just the window with everything already extended... or I'll just post it in a separate window within the player.

    Yes these are basic effects supported by jQuery. Here is a sample API with these effects and demos page. Just click on an effect and scroll down on the page and it will demonstrate the effect.

    http://API.jQuery.com/category/effects/

    Here's a random example of a batch of expand/retract that I made earlier. In the content area, you can see chart and keys to enlarge / reduce. If you change the model to iVentrilo, you will see a bunch of additional specific controls model drag down. These sub controls have more enlarge / reduce jQuery on them as the change of details on "Customize." Those under the options that you choose to hide the collapse, etc etc. Just an example of nested expand collapse, although not terribly optimized performance, it was a fast job...

    With the CSS absolute positioning and z-index, you can put graphics on other charts, use JS/jQuery to animate the movement, visibility and other properties of any object and easily do what you want (even spinning wheels).

  • Best way to display a waform through a webservice

    Hello

    I know my way around text based on well enough programming languages, but I am very new to Labview.
    The problem I face is something that I can't seem to know the right information on the internet.

    I have a DAQmx Council I would like to show signals of analog inputs on a Web site. The webservice documentation says webservices acutally support waveforms, but if I have a terminal wiring I can't start the webservice.

    What I have now is split the x and the values, add them to a table and view them on a Web page using google maps. This works, but does not give me the image of 1 read of course. I know you can do a web streaming VI as well, I could refresh every n seconds, but who don't even give me a continuous stream to the Web page, it would be just to refresh the image...

    I'm totally missing something, or is there at - there no easy way to do this in labview? (I'm using labview 2013 btw)

    Thank you

    Vincent

    You might want to take a look at the new community OR here: https://decibel.ni.com/content/groups/web-services

    They have posted some examples of how you can use AJAX/javascript to retrieve data from a web service. You are probably right in breaking apart the waveform - javascript/google graphics do not know how to handle the type of LabVIEW waveform data so better to simply send an array of numbers to plot on the chart.

    How update you the chart will be to you, your web service may send the plot XY full every time you request or you could just periodically ask for new values and add them to a local on the side buffer client/browser.

    If you need faster update rates, you can go to my library of WebSockets (link in my signature).

  • What is the best way to display lots of bitmaps

    Hello world

    My application should display a large number of bitmaps on the screen. Oringally, each bitmap is only in one color, but I may have to display bitmaps with textures as well. Now I have more than forty small bitmaps inside the BitmapField on a single screen, and it takes about two seconds to load and make it all. I read the bitmap directly an ARGB table.

    I have made the right choice? Or is there a better way to do it?

    If you complete just one Bitmap with one color, consider the following:

    Bitmap currentBitmap = new Bitmap(width, width); // you are creating squares, aren't you?
    Graphics g = Graphics.create(currentBitmap);
    g.setColor(color.getColor());
    g.fillRect(0, 0, width, width); // now your bitmap is ready - use it!
    

    Should be faster...

  • Best way to display single Pages Vertical and Horizontal spreads

    My client wants to have a version horizontal and vertical of his folio which presents itself as a two page spread and simple pages vertically. When the device is rotated from vertical to horizontal, the vertical two pages should appear and when you rotate from horizontal to vertical the first page of the spread should appear (like the Ikea catalog).

    I know you can do it by this method:Re: 2 vertical Layouts (page and page from right to left) every 1 horizontal provision (2page Spread). The problem is to have 800 articles is a bit messy. If you use a schooling and _v layouts, pages / "spreads" are not correlated when turned. The items will be InDesign.

    Is there a way to either eliminate/customize the generic table of contents How are done if I go with different items reported in the post on the forum or override/customize (I hope with javascript) what an article page is displayed after the rotation if I use _it and _v layouts?

    Thank you.

    An article by pair of pages is the only sensible way to get the job done. You can automate the production in writing (or commissioning) a javascript that would create the article files and place pages and spreads from a basic document, continuous in h and v layouts. You can place them as pdf or better, live under indesign, that allow you to make changes in the basic document and just update the articles). In the end, you would add interactivity directly in the articles.

    As with the table of contents with 800 entries would be dangerous for the health of your readers, you can try "hide TOC" in Folio Producer, leaving only main feature articles (section covers) visible.

Maybe you are looking for

  • Edge 15 does not start in Win10 after upgrade

    Updated 15 edge of Win8.1 to Win10 today. Everything was fine, then an installation file is stuck so I held the power button for a forced stop. When I turn on again, I get nothing, just a blank screen. (I couldn't even Lenovo logo) After an another p

  • Run old games

    How can I obtain Hick to run rampage?

  • HP Pavilion dv7 - 6B 63: cadence slow webcam

    Finally got rid of the error CLScan.dll and Cyberlink PowerDVD and Youcam, reloaded Cam works well when I opened Youcam, but oh what a cadence ugly! Maybe 8-10? I guess that's maybe computer, but I've seen better on an old Pentium - at least 15. Any

  • need help to find the text that has been reduced from word document

    I cut and pasted the document in a grammar online editor; After that it was edited, I tried to copy / paste to the document word; some how the text has been lost

  • ItemGrouping None affect row 0

    Okay, maybe it's not repairable. I have the list that I switch between the master and the shopping list.  The master list is grouped by ItemGrouping::ByFirstChar and the shopping list is ItemGrouping::None.  When you select an item in the list, when