Names of the lines of the chart

Hello

can I put a value of an element as a line chart?

Once I chose to selection lists I press the "submit" button to create lines of the graph with the new settings. I would like that the display of selection list value can stand instead of the 'Graph 1' region in the table.

Like on this photo marked in red.

http://www.deviantpics.com/images/2013/07/12/apex.jpg

Hello

I've added an example for my Example of Application on apex.oracle.com, which we hope will help you achieve the behavior you are trying to reach. As Howard suggested above, it is possible to get what you're looking for by using the function returning a SQL query - just make sure the syntax that you use generates a valid SQL query.  So if you start your page with active debugging (be it by using the 'YES' in the position of the debug URL parameter or simply by clicking on "Debug" in the developer toolbar) and view the debug information for your graph page, you should be able to see the SQL query that is run for the graph and determine whether it is valid or not.

I hope this helps.

Kind regards

Hilary

Tags: Database

Similar Questions

  • Change of name of the chart [node property-label]

    I wish that the names of "check box" (cluster) which will be appear as a label (name) on the graphs, as pictured; "» I try to implement this piece of property-> name of the plot; but was always a problem that does not work or there show the error that I can't change right now run my program. Program is attached.

    You must extract the control labels in the cluster. See attached extract.

  • Impossible to analyze your diet. Invalid XML: error on line 190: name of the "disabled" attribute associated with an element type "button" should be followed by the "=" character.

    Hello I am trying to download an episode of my Podcast podcast connect and get this error?

    Impossible to analyze your diet. Invalid XML: error on line 190: name of the "disabled" attribute associated with an element type "button" should be followed by the "=" character.

    my diet is validated? http://beprovidedhealthradio.libsyn.com/RSS

    It worked for my first episode? I don't know why it doesn't work for the second episode. I also use Libsyn if that helps.

    Your show is already in iTunes.

    https://iTunes.Apple.com/podcast/id1151562400?MT=2 & ls = 1

    And everything seems fine with it and your diet.  You ONLY SUBMIT YOUR FEED ONCE.

    That's it - better to stay outside of your podcast connect account - only bad things happen to go there and play with things.  Once again, your show is very well and is in iTunes and your flow is good with it.

    Both episodes show when you subscribe - and your most recent episode appears on the page of the iTunes, general store with in 24 hours from when you posted it.

    Rob W

    https://iTunes.Apple.com/us/podcast/beprovided-health-radio/id1151562400?MT=2 https://iTunes.Apple.com/us/podcast/beprovided-health-radio/id1151562400?MT=2

  • The name of the Table may be 2 lines

    Can the name of the Table "numbers be 2 lines?

    I don't seem to be able to make a table name two lines.  You can use a box of text instead, while hiding the name of the table:

    Disable the table name in the Table formatter (lower-right)

    Add a text box

  • Apex 5.0.2 error when changing the table name in the treatment of automatic line of process (process row)

    Hello

    I need a little help...

    For some reason, I have to change the underlying table for a treatment of automatic process (process Row) line (form).

    Although such a change is possible in the designer of the page (under "settings") Apex does not recognize the new name of the table, but seem to rather use the name of the original table "old."

    Pretty strange (new/modified) (the new table columns) are (correctly) error message.

    For example, the 'old' is: TABLE_1 and TABLE_2 new.

    TABLE_2 has a new COLUMN_NEW column (and corresponding P1234_COLUMN_NEW page element exists)

    Then the error message says something like: not found COLUMN_NEW column in TABLE_1. Althougt I changed the table to be TABLE_2.

    Maybe it's a bug or I do something wrong about this?

    Thank you in advance!

    André

    OK, just to get some - you changed the name of the table twice:

    -Rendering of section--> Page1234: Pagename--> pre-rendering--> after the header--> process of--> line from TABLE_2

    -Treatment article--> treatment--> process--> process of line from TABLE_2

    I thought, that always seek you the line of TABLE_1

    Christian

  • What is the correct syntax to a PDF form file name in the subject line of an e-mail. Doc Javascript?

    The name of the file is not part of any form field. The name of the file will be also unique whenever the form is used. I also want the name of the file that will be followed by the expression 'evidence' returned by the customer, as in:

    Topic: Proof of Papa Murphys SALEM 8 - 30.pdf returned by the customer

    Here is my existing script, but I need to know the syntax to get the PDF file name added in the subject line.

    this.mailDoc ({bUI: true, cTo: "[email protected]", bassujetti: "proof returned by the customer", CMSG: "attached is the signed evidence.}) Please send to the graphics dept '});

    I'm not very familiar with Javascript so have tried to reconstitute it.

    Unfortunately, there is only so much you can google to get a working solution, I would suggest that you get at least a little familiar with JavaScript (there are a lot of good tutorials and books available). If you want an introduction to Acrobat JavaScript, have a look here: Beginning JavaScript for Adobe Acrobat

    There is a property of the document object that returns the name of the file. You can read the property of Doc.documentFileName here: DC Acrobat SDK Documentation

    In the simplest implementation, you can use this to enter the file name in the subject line:

    this.mailDoc({bUI: true, cTo: "[email protected]", cSubject: this.documentFileName,  cMsg: "Attached is the signed proof. Please forward to the graphics dept"});
    

    If you want to add more information that just the file name, you will need to assemble your subject line by using variable elements and string constants. Something like this works:

    this.mailDoc({bUI: true, cTo: "[email protected]", cSubject: "The filename is " + this.documentFileName,  cMsg: "Attached is the signed proof. Please forward to the graphics dept"});
    
  • Write name of series in the chart to the report area

    I have a sample application created for my use and its accessible via the link

    https://Apex.Oracle.com/pls/Apex/f?p=78540:1:106638818610570:

    Username and password is apex_global / apex_global

    workspace: SHASAPEX

    I'm doing an exploration down to a region of the graph to a regional report and when I click on my bar diagram - I want to be able to pass the name label and the serial in my region to report (Variables) - so in my example - I'm hoping to spend say - JUL-14 and eligible Evergreen when click on the blue bar in the region of JUL - 14 , then through java for the link action script, I do an update of my region to report after you have defined the required hidden items

    But I don't know - how to pass the series name of my table for the report region - as of now, I have a javascript function to do a pop up of my values passed which shows JUL-14 and 2 when you click on my region example

    Thank you

    S

    Hi Jeff / Mihai,.

    Just thought to share my discoveries - has been able to make it work as I wanted (i, e - one query with several series of that) and then click for the series name to dig another report

    The reason why this is essential, what I need where I don't know how much of series I'm going to so I'll construct my SQL in a function and return to the region of APEX - this way atleast I would like to know which series is clicked, and I would have to factor the name of set of real criteria SQL into sql report child I did ,

    I updated my original with her test area if you want to take a look.

    Basically, we need to make a listener on the loading of the page that looks something like (Note: here in static chart region ID is RG1_EVGEXP_BAR)

    AnyChart.getChartById($("#RG1_EVGEXP_BAR_chart object").attr("id")).addEventListener("pointClick",function(e){
      console.log(e);
    showChartPopup(e);
    });
    

    And a separate java script which binds the name of the series and then update my report region is.

    function showChartPopup(pEvent){
    alert(pEvent.data.Name);
    alert(pEvent.data.Series.Name);
    clickEvgExpBar(pEvent.data.Name,pEvent.data.Series.Name);
    }
    
    function clickEvgExpBar(pLabel,pValue){
       $x('P1_R2_PERIOD').value = pLabel;
       $x('P1_R2_EVG_ELG').value = pValue;
       $('#R2_EVGEXP_CAT_DTLS').trigger('apexrefresh');
    }
    
  • How can I add the name of the customer to the Workflow Notification e-mail subject line?

    How can I add the name of the customer to the Workflow Notification e-mail subject line?

    I think I need to add a tag, but I'm not sure what would be the appropriate label, I tried a little bit, but he simply writes the tag I inserted and not the name of the customer.

    Thank you

    It's something that you can't add right now. You can change the layout a little notification of workflow of the system, but you cannot change the topics at this time to render a system like that tag.

  • The hyphen in the name of XML line causing problems

    I have an xml file that I am turning into a qury object so I can have the query interact with my SQL database

    The XML file has 15 lines and got 13 of them successfully in a query.

    The problem is that 2 other fields have hyphens and dashes - in line names. As (WORK_E-MAIL)... See the - between E-mail

    So, when I go to the value in the query with this code

    < cfset temp = QuerySetCell (orderquery, "WORK_E_MAIL",

    #mydoc.rowset.ROW [i]. WORK_E-MAIL. XmlText #, #i #) >

    I get this error message

    Error occurred while processing request

    Invalid construction: arguments or name is missing.

    Is it possible to alias the line name with the hyphen, maybe like this {WORK_E} MAIL or this [E-MAIL] WORK_E

    I need ge cut these 2 lines named in my application.

    Any ideas?

    Have you tried to use the syntax assosicative?

    MyDoc.rowset.Row [i] ["WORK_E-MAIL"]. XMLText

  • Read in the name of the file + path using command line arguments

    Hi guys,.
    I'm trying to use command line arguments to read two file names. The code below works as long as the files are on the class path.
    public class cmdLineArguments {
         
         public static void main(String[] args) {
              String xmlFile1 = args[0];
                    String xmlFile2 = args[1];
                   
              System.out.println ("\nXmlFile1: " + args[0] + "\nXmlFile2: " + args[1]);
         }
    }
    I would like to be able to read files that are not on the classpath as well by entering the full path as well as their names.
    In other words, it works if I type:
    C:\Documents and Settings\user\workspace\CmdLineArgs\src>java cmdLineArgs file1.xml file2.xml
    but not if I type:
    C:\Documents and Settings\user\workspace\CmdLineArgs\src>java cmdLineArgs c:\Documents and Settings\user\desktop\file1.xml c:\Documents and Settings\user\desktop\file2.xml
    What would someone please explain how I can modify the code to make it work? I guess I could take both a string, change them manually (add a------it etc.), but y at - it an easier way to do it? Even a reference to a tutorial, article etc. on this matter would be much appreciated.

    In addition, no idea why compile, execute code fine in Eclipse but would create an error in command line?

    Thank you very much.

    You must learn more about cmd.exe that is used to process the command line. The arguments passed to any program is the command line separated at whitespace so your command line arguments of

    c:\Documents and Settings\user\desktop\file1.xml c:\Documents and Settings\user\desktop\file2.xml
    

    turns into a table of

    "c:\Documents", "and", "Settings\user\desktop\file1.xml", "c:\Documents", "and", "Settings\user\desktop\file2.xml"
    

    In other words, instead of 2 arguments you actually have 6.

    To bypass this file names must be enclosed in quotes

    java cmdLineArgs "c:\Documents and Settings\user\desktop\file1.xml" "c:\Documents and Settings\user\desktop\file2.xml"
    
  • Discovered lines with column names where the cell contains a value

    I have a table with columns Additive_ID, A, B, C. Each Additive_ID has a single row.

    I would like to write a query that returns a result set with two columns: Additive_ID and values. It will have up to three lines for each Additive_ID, with the values column that contains the name of the column in the source table if it contains a 1 for this Additive_ID.

    What is the best way to achieve this?

    (In fact, the source table contains about 50 columns.)
    Select additive_id, decode(A,1,'A') value from your_table union all
    Select additive_id, decode(B,1,'B') value from your_table union all
    Select additive_id, decode(C,1,'C') value from your_table
    

    Here's a quick way to get all the SELECT to build the union:

    Select 'Select additive_id, decode('||column_name||',1,'''||column_name||''') value from your_table union all'
    from cols
    where table_name = 'YOUR_TABLE';
    

    Max

  • Is it possible to add the name to the subject line when you submit a pdf form

    Hello

    I created a form with Live Cycle and add a button which form submittingthe in PDF format. I was wondering is it possible to add the name to the subject line just after Hank, as seen in the image below?

    Concerning

    submittab.jpg

    It is easy enough to accomplish your needs using scripts on a regular button rather than the button send email.

    Look at this amazing example created by Paul who explains a number of ways to present data in form by e-mail.

    http://forums.Adobe.com/message/2109208#2109208

    Nith

  • Change of color of the lines in the chart

    Well, it is a stupid question, but how do I change the color of the lines in a chart?



    "spacehog" wrote in message
    News:g81g1a$EQ4$1@forums. Macromedia.com...
    > Ok this is a stupid question, but how do I change the color of the lines in a
    > line
    > chart?

    http://www.rphelan.com/2008/05/23/taking-control-of-Flex-charting-styles/

  • Change the name of the axis Y in a chart

    Hello

    I am relatively new to view lab and want to know hoe I can change the name of the axis y with pragmatism

    whenever I have place a waveform graph the x and the axis are called default 'time' and 'amplitude '.

    but in my program I want to allow the user to pragmatically change the name of these axes especially the y-axis.

    is it possible to do? Ive tried to create the reference and pass to a knot of property... but I am unable to find the right property that will run the task I want to...

    Help, please...

    Thank you very much in adavnce

    Hi Avisnash,

    You can use the node name property of the y-axis to that effect. Check the attached vi.

    Kind regards

    Amine31

    (Give congratulations to good answers and Mark as a Solution If your problem is resolved)

  • the names of the plots on the chart and use these channels in the menu of the ring

    Hello everyone!

    I table 1 d which is more a cluster of 2 elements: one is a number and other string. These string contains the information on the name of signals. I connected this table 1 d to reshape the array with a dimension of 10.  Then the consistent table is connected to the table in the cluster. This cluster has led is still naked to get the name of the plots. The problem is that I don't want these 9 unbundle blocks to get the name of the plots. Is there anyway I can do it without use of unbundling 9 times. I though that the use of loop for or while loop, but I need some suggestions.

    So I have two questions:

    How to get the name of plots is without using unbundle so many times?

    Second is how to display the names of these plots on my menu ring?

    I must have missed something, I didn't see any large cluster on your drawing. Change this large cluster in a table, because there a lot of the same element. Then proceed as attaché.

  • Use the listbox control to select several channels and display on the chart

    Hello everyone!

    I have a problem using the ListBox selection mode 1 or mode items. I have 6 channels of data, and I have a 2D chart. I am able to reterieve the signal names in the list box, but I want to be able to choose one or more signals to display on the chart. I used the table to index my 2D data are connected and then the output of the index table is connected to the graph. I had to use the listbox control as an index for the table to index and display the data in the index selected for display on the chart. I used lisbox as the value property nodes, the line active and all but not able to display signals on the graph. I have attached a code example to show you what exactly I'm looking.

    Any suggestions will help a lot.


Maybe you are looking for