APEX ViewTable for Graph

Structure table (it's graph):
POINT_A(INTEGER) | POINT_B(INTEGER) | PRICE_FROM_A_TO_B(INTEGER)
Example date:
1 2 3
1 3 2
2 3 4
I want display and update this in ViewTable:
|1|2|3|...
1|0|3|2|...
2|0|0|4|...
3|0|0|0|...
How can I do? thanks!

Srinivas,
there's no need to shout about making it 'IMMEDIATE..'.
I doubt anyone is paid to answer all questions on this forum.
Anyhow I'm not an html expert and assuming you're using the one page tabs template, I'm reasonably certain it has to do with the "class="tablight" in the body part of the template
<div id="t20Tabs" class="tablight">#TAB_CELLS#</div>.
Without wanting to change the Oracle supplied classes, I guess you can copy that css file, make the necessary changes and reference that new file in your header instead of the original.

Similar Messages

  • How does APEX check for null values in Text Fields on the forms?

    Hello all,
    How does APEX check for null values in Text Fields on the forms? This might sound trivial but I have a problem with a PL/SQL Validation that I have written.
    I have one select list (P108_CLUSTER_ID) and one Text field (P108_PRIVATE_IP). I made P108_CLUSTER_ID to return null value when nothing is selected and assumed P108_PRIVATE_IP to return null value too when nothign is entered in the text field.
    All that I need is to validate if P108_PRIVATE_IP is entered when a P108_CLUSTER_ID is selected. i.e it is mandatory to enter Private IP when a cluster is seelcted and following is my Pl/SQL code
    Declare
    v_valid boolean;
    Begin
    IF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := FALSE;
    ELSIF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := FALSE;
    END IF;
    return v_valid;
    END;
    My problem is it is returning FALSE for all the cases.It works fine in SQL Command though..When I tried to Debug and use Firebug, I found that Text fields are not stored a null by default but as empty strings "" . Now I tried modifying my PL/SQL to check Private_IP against an empty string. But doesn't help. Can someone please tell me how I need to proceed.
    Thanks

    See SQL report for LIKE SEARCH I have just explained how Select list return value works..
    Cheers,
    Hari

  • Can you run multiple APEX listeners for different instances on the same server

    Please confirm that we can run multiple APEX listeners for different instances on the same server?  Is it an xml setup configuration or do we need to do more??
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

    Yes.. Just exactly what I was looking for...
    Thanks Jari!!
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

  • Storing custom Palette for graph Data

    Post Author: lkane
    CA Forum: WebIntelligence Reporting
    Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

    Post Author: lkane
    CA Forum: WebIntelligence Reporting
    Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

  • Is there a solution for graphs that do not translate from Excel to PDF?

    We are working on an Excel Spreadsheet with graphs but when we create a PDF of the sheet the graph does not contain the ledger or values. Is there a solution to this problem. We have tried both printing to PDF and exporting to PDF.

    Just a note: If you want to print the PDF to paper, it may still not print correctly even though it looks correct on the PDF document- the printed graph may flow off of the paper sheet.  When you click Print, a print dialog box opens with some options and a preview.  If the preview does not look correct, change the size option to "Shrink oversized pages".  
    Jeffry Calhoun
    Workforce Analytics Manager
    Ohio Department of Job & Family Services
    P.O. Box 1618, Columbus, OH 43216-1618
    InterAgency: F376, 4020 E. 5th Avenue
    614-644-0564
    Fax 614-728-5938
    [email protected]
    OhioMeansJobs.com -
    The next best thing to having an HR department.
    OhioMeansJobs.com -
    Ohio's premier website for connecting businesses and job seekers - quickly, easily, and for free!
    >>> alscud <[email protected]> 4/9/2012 9:34 PM >>>
    Re: Is there a solution for graphs that do not translate from Excel to PDF? created by alscud ( http://forums.adobe.com/people/alscud ) in Creating, Editing & Exporting PDFs - View the full discussion ( http://forums.adobe.com/message/4323530#4323530 )
    Thank you Lori for your help your suggestion works!
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4323530#4323530
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4323530#4323530. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creating, Editing & Exporting PDFs by email ( mailto:discussions-community-acrobat-creating__editing_%[email protected] ) or at Adobe Forums ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=4697 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Ohio Means Jobs
    You're looking for something unique. Use more than an ordinary site.
    http://www.ohiomeansjobs.com
    This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain private, confidential, and/or privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, employee, or agent responsible for delivering this message, please contact the sender by reply e-mail and destroy all copies of the original e-mail message.

  • Provide scal setting for Graphs in 9i Reports

    I have embedded a Graph in Reports 9i.
    Even afte i provided the Scale parameter as
    Minimum = 0.00
    Maximum = 50,0000
    Increament = 10,0000
    The Y-axis scale is diaplayed as 10k, 20k, 30k
    i want to disply the scale as 10000 ,20000, 30000 How it is pssible ?

    Hi,
    in the FQA-Document for Graphs on OTN (http://www.oracle.com/technology/products/reports/htdocs/faq/graph_faq_with_style.html) there's the same question (By default the Y-axis scale in my graph reads as 1K, 2K... Can I modify the scale to read 1000, 2000...? ) with the answer.
    regards
    Rainer

  • Can APEX Fit for Big Application ?

    Myself working in software development organization.
    From last one month I am working on Oracle Application Express.
    One of Our Banking Clients wants a Core Banking Solution. We have decided
    to develop an application in Oracle as backend and for web development
    (Front End) we are thinking about APEX.
    Our banking client has 10 branches located remotely.
    Each branch having 50000 customers and there is approx 1000 transaction
    daily.
    Concurrent 10 users are working.
    For core banking Solution the customer
    database size will be 50000 * 10 = 5 00 000
    Total daily transaction 1000 * 10 = 10 000
    Concurrent user 10 * 10 = 100
    Can we use APEX as a web development tool? Please specify any organization
    have developed software in Apex with such type of database.
    Prashant Bhingare

    To add two other bigger public applications:
    -) AskTom (http://asktom.oracle.com) - in one posing they say the have 25,000 and 35,000 page views a day on average from 2,000 to 3,000 different
    IP addresses (and that was back in 2004, I haven't found a newer posting about there web-site statistics)
    -) Dance-Tunes.com (http://www.dance-tunes.com/)
    -) See http://wiki.shellprompt.net/bin/view/Apex/GalleryCategory for more applications
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com

  • VI for graph on Agilent 4195A

    Is there anywhere where i can get the VI for graph for Agilent 4195A on Kabview 7.0? As it canot be located on any examples given in Labview and also the folder of 4195A.
    And what causes command syntax error?
    Thank You.

    i've attached the code that we have and it occur that there is command syntax error and i am quite unsure of what that means and also, i used a VI from 4194A for the graph but the result that i have got from the agilent 4195A is that undefine symbol.
    Attachments:
    modenfreqngrqph.vi ‏158 KB

  • Any free library for graph layout (vertexes and edges)?

    Does anybody know any free library for graph layout (vertexes and edges)?
    I would like to create applet which:
    1) will read definition of graph - for example like the list of edges
    (vertex11-vertex12; verte21-vertex22; ...; vertexN1-vertexN2)
    2) will generate layout of it (like Circle, Sugiyama, Radial Tree, Tree etc.);
    3) will listen to user which will touch of some vertex and it can:
    3.1) display some information about itself;
    3.2) expand itself (that is: it will show-display all its neighbours-vertexes) or
    collaps itself (that is: it will hide all (all almost all) its neighbours-vertexes.
    I do not want to create the whole Java code for layout algorithms:
    I would like to use some pretty Java library. That is library which has:
    1) methods for defining the topological structure of graph
    (that is the list of vertexec and edges between them);
    2) methods for drawing - visualising of it (like tree, radial tree, circle, etc.).
    I have tried many libraries but I can not such library which:
    - is free (so yFiles no);
    - is small and compact (like TouchGraph);
    - works with JDK 1.3.1, no higher (so Jung no);
    - has a nice API (so JGraph no);
    - is alive (so TouchGraph no - it ihas 2 ywars old its last update);
    - works correctly (not like JGraph - JGraphAddons:
    it has 8 layout algorithms, but most of them does not work).
    Has anybody any tips?
    Thank you very much in advance.
    Mirek

    Hi Owen,
    I promiss I will notice, if I wil find some suit free library. But I think my requirements are not so high. For example there are some tips:
    1) TouchGraph: it is VERY small and compact (that: it has no other dependences), but it has 2 years old update - so it writes to console window information about "obsolete" code when I run its applet; and it has no live forum; but I like its API, but it has some bugs!
    2) JGraph has nice layouts (but they do not work all) and very unpleasent methods for defining of topological structure of graph (vertexes and edges between them). But there is indipendent library JGraphT, which can cooperate with JGraph, and it has very nice API for defining the graph from the topological (not visual) point of view (addVertex, addEdge etc.). But JGraphT is not updated so often like JGraph and therefore there is problems with its colaborate with it. And also have bugs, like JGraph.
    3) Yesterady I have found next library: JGraphOpen - it has many examples (for visualising of graphs and for standard tasks for graph theory (the shortest way etc.) but it is also (like TouchGraph) 2 years old and is not so small like it.
    So has anybody any idea? I would like to find some other free libraries or some tips how to force to cooperative JGraph + JGraphT.
    Thanks
    Mirek

  • APEX Listener for Extranet

    Hi,
    We've been using Oracle HTTP Server (Apache) for my APEX connections. We're new to APEX Listener and have no knowledge about it.
    1. First of all, is Oracle GlassFish Server free? Does it require license cost per CPU like Oracle Weblogic does?
    2. We currently have an extranet box that runs Oracle HTTP (actually Oracle HTTP inside Oracle AS 9i). If we need to use APEX Listener, should we install the J2EE Container (Oracle GlassFish) with APEX Listener inside our "Intranet" and only the Oracle HTTP Server in our extranet server? I'm confused about the appropriate method for "extranet" environment.
    Thanks.
    Andy

    Hi Andy,
    1. First of all, is Oracle GlassFish Server free? Does it require license cost per CPU like Oracle Weblogic does?As Prabodh already mentioned, there exist two different editions of GlassFish by now: The officially supported Oracle GlassFish Server (with license costs) and GlassFish Server Open Source Edition (free). While you can run APEX Listener on both of these JEE Containers, you will not get any support through MOS when using the latter one.
    2. We currently have an extranet box that runs Oracle HTTP (actually Oracle HTTP inside Oracle AS 9i). If we need to use APEX Listener, should we install the J2EE Container (Oracle GlassFish) with APEX Listener inside our "Intranet" and only the Oracle HTTP Server in our extranet server? I'm confused about the appropriate method for "extranet" environment.I'm not sure if this has become clear yet: You don't actually need OHS for APEX if you start using APEX Listener. You can deploy APEX Listener to a GlassFish on your extranet server. It'll connect to the database listener of your APEX instance using JDBC like OHS/mod_plsql did before.
    Of course, you could think about adding a security layer to your database by hiding it's listening endpoint from your extranet. To do that, you could deploy APEX Listener in your internal network and let OHS (or a "plain" Apache HTTPD) on your extranet box act as a proxy. That way, you'll have only HTTP or AJP traffic through your firewall (or whatever is in between your internal network and your extranet), but you could close your database port. In that case, it also could be a good idea to let the proxy serve the static contents for APEX ("images") on your extranet box for less traffic on the link between internal network and extranet and especially for better response times towards extranet clients. Of course, if you have internal users for that instance as well, you'll want to deploy the images to the GlassFish as well...
    -Udo

  • SAVE & PRINT Button Enable for Graph Report

    Hi All,
    I have developed a report for displaying a graphical hierarchy.But the 'SAVE" & 'PRINT'  button is in disable mode.
    I am using the 'GRAPH_HIERARCHY' function module for displaying the graph.
    Could anyone please suggest me how to enable the 'SAVE' & 'PRINT' button.
    Thanks in advance.
    Best Regards
    Sathish

    Hi Sathish,
    You can create your own PF-Status by copying it from the standard PF-Status of the output list. Then you include the print & save button.
    To get the GUI status of the output list follow menu path SYSTEM => STATUS to get the GUI status & its program.
    Go to SE41(Menu Painter) => enter the Standard Program & status name & click on copy button to copy these to a Z one & then finally use it in your program using SET PF-STATUS statement.
    Please close the thread if it solves your query.
    Regards
    Abhii

  • Default Colors Limit for Graph in OBIEE 11g

    Hi, I'm using OBIEE 11g (11.1.1.6.6)
    When I use a graph (either bar or pie), I notice that OBIEE only has 12 default colors to use in the graph. So it starts from blue, red, and so forth, until the 12th color, then for the 13th color it will use the same blue again, and so forth.
    The problem is that my column values are more than 12 (it could be 20, it could be 30, etc). So, the repeating colors doesn't make any sense for the graphs.
    Could somebody please advise me on how to increase the default number of default colors used by OBIEE (so that it will be like 50 default colors set automatically by OBIEE, just in case)?
    Thanks so much!

    Hi,
    type HexaDecimal colors in google you will find n number of colors with the code number, just use this color codes by adding# before every code in the column format properties.
    for ex: #ccc99
    Follow this follwoing link
    http://www.google.co.in/imgres?imgurl=http://howto.websitespot.com/images/hexadecimal-color-chart.gif&imgrefurl=http://howto.websitespot.com/hexadecimal-colors/&h=706&w=498&sz=63&tbnid=9_3i-3tIMDNffM:&tbnh=91&tbnw=64&prev=/search%3Fq%3Dhexadecimal%2Bcolors%26tbm%3Disch%26tbo%3Du&zoom=1&q=hexadecimal+colors&usg=__nWfHEFVvPfjMfZyq2MxXkhJ-288=&docid=FXj6mM0pc4RQTM&hl=en&sa=X&ei=FDxJUc2cDqS8iwKetICACQ&sqi=2&ved=0CEAQ9QEwBA&dur=280
    Mark if Helpful/correct.
    revert me for any queries
    Thanks
    Edited by: 934322 on Mar 19, 2013 9:38 PM

  • BO Webi: How to populate a variable with the set of static values for Graph

    Hi All,
    I have the data: Order number, Order Date, processing time coming from the SAP Bex query in the below format:
    Order No    Order Date    Processing time (Days)
    1                 Jan-2011      4
    2                 Jan-2011      5
    3                 Feb-2011      6
    In BO webi report, I have to report the number of orders which were processed in <1day, <2days, <3days,...<10days in a graphical view. i.e., X-Axis:  <1day, <2days, <3days,...<10days(10 static buckets for the processing days)
    Y-Axis: Number of Orders.
    The graphical output should be like below:
    X-Axis: <1day, <2days, <3days,<4days,<5days,<6days,<7days,<8days,<9days,<10days
    Y-Axis: 0, 0,0,0,1,2,3,3,3,3  (count(Order No)) (Cumulative count)
    I am able to calculate the number of orders individually for each of the 10 buckets. But the problem i am facing is that I am not able to hold the 10 static bucket values in a variable to use it for the x-axis in the Graph, as these 10 static bucket values are not coming from the backend source.
    I would like to know if there is way to populate a variable(to use it for the X-Axis in the graph) with the set of 10 static values.
    Any help would be highly appreciated.
    Thanks,
    Leela

    Hi ,
    I think we can use the variable as X-axis in chart.. but Variable Qulaification should be Dimension.
    can you try this?.
    Using efasion universe
    1) Select month and Sold at (unit price) , then run the query
    2) create the variable V_Month ==If [Month]=1 Then "Month1" Else "Month2"  (Note = Variable Qulaification should be Dimension)
    3) Create the variable V_Sum= sum (Sold at (unit price))
    4) create another variable V_Cumulative_Sum==[V_Sum]+Previous([V_Sum])
    Now add V_Month and V_Cumulative_Sum in table , then convert to chart.. now you can add the variable V_Month as X-axis of the chart.
    Hope this will help:)
    Thanks
    Ponnarasu K

  • Grouping '# of Tasks' per Contact for Graph

    I'm trying to report in a Graph that: X amount of people have 1 task under their record and Y amount of people have 2 tasks under their record. It seems to work if I list each Contact ID, but I want to plot it on a graph. I've tried different formuals, but the amounts do not add up. Can anyone help please? thank-you.

    No, I was really asking for the formula so that all the people with one task would be grouped together and all the people with more than one would be grouped together. I used a CaseIf but it didn't capture them all. Luckily a colleague has been able to provide the additional formula needed.

  • Daily stats required from statspack for graph of month activity

    Hi All,
    I am trying to get a graph of index io on a daily basis, the trouble is the stats are cumulative since database startup and the database is rarely bounced. So what I actually get is a growing value for each day. I expect there is a simple way to correct my code in sqlplus. ( Otherwise PL/SQL beckons)
    Here is my code:
    Select to_char(snap_time, 'YYYY-MON-DD') "Day of Mnth",
    avg(time_waited_micro)/1000 "index wait duration"
    FROM
    perfstat.stats$system_event se,
    Perfstat.stats$snapshot sn
    WHERE se.snap_id = sn.snap_id
    and se.event='db file sequential read'
    and sn.snap_time between (sysdate - 50) and sysdate
    GROUP BY to_char(snap_time, 'YYYY-MON-DD')
    order by to_date(to_char(snap_time, 'YYYY-MON-DD'),'YYYY-MON-DD') ;
    Thanks in Advance

    Hi All,
    I am trying to get a graph of index io on a daily basis, the trouble is the stats are cumulative since database startup and the database is rarely bounced. So what I actually get is a growing value for each day. I expect there is a simple way to correct my code in sqlplus. ( Otherwise PL/SQL beckons)
    Here is my code:
    Select to_char(snap_time, 'YYYY-MON-DD') "Day of Mnth",
    avg(time_waited_micro)/1000 "index wait duration"
    FROM
    perfstat.stats$system_event se,
    Perfstat.stats$snapshot sn
    WHERE se.snap_id = sn.snap_id
    and se.event='db file sequential read'
    and sn.snap_time between (sysdate - 50) and sysdate
    GROUP BY to_char(snap_time, 'YYYY-MON-DD')
    order by to_date(to_char(snap_time, 'YYYY-MON-DD'),'YYYY-MON-DD') ;
    Thanks in Advance

Maybe you are looking for

  • HP ENVY m6 Notebook PC trackpad issue even after HP repair

    2 weeks ago i sent my HP ENVY m6 Notebook to the HP Repair center because i was having major issues with the trackpad. It would not move fluidly,and click, and move on its own. I received my laptop back today anticipating that everything would work p

  • FIRST ROWS OPTIMIZER HINT IN ORACLE

    Hello All, Version : Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production Can we use First Rows hint quick response time for application programming. The java result set waits for query completion to achieve the complete result set. Weird

  • Error with Adding Subforms

    I am creating a form in adobe livecycle in version 8.XXX where the user can add instances of a subform that contains a table with 3 rows (including header).  In livecycle I get the form to work.  I then open Adobe Pro and everything works fine.  I th

  • Simple SQL Query Output

    Table1: ID      EMPNAME COUNTRY 101     XYZ     USA 102     ABC     UK 103     XYZ     USA 104     ABC     UK Required output: ID      EMPNAME COUNTRY CALCULATED_VALUE 101     XYZ     USA     1 102     ABC     UK     1 103     XYZ     USA     0 104  

  • Cheapest way to upgrade from 10.6 (non-server) to 10.7 (server)

    I need to upgrade my MacPro from 10.6 (non-server) to 10.7 (server). I thought I could go to the App Store and pay $49.99 to do this, but it is saying that isn't possible. Do I need to upgrade to Lion first and then upgrade to Lion server? $80? I kno