Is it possible to display fixed lines in the candlestick chart ?

Hi,
I have a nice candlestick flash chart using AnyChart integration kit.
I would like to display 3 lines in this chart, they are as follow and they return one value each :
SELECT SEUIL_HAUT FROM SITE_ECHELLE WHERE SITE = :p184_ename
SELECT SEUIL_BAS FROM SITE_ECHELLE WHERE SITE = :p184_ename
SELECT SEUIL_ALERTE FROM SITE_ECHELLE WHERE SITE = :p184_ename
You know these line represents limits.
I tried to add these values in the request below but nothing would appear. Do you have an idea how I could display these fixed lines ?
DECLARE
X VARCHAR2 (4000);
BEGIN
x := 'With S1 as (
SELECT DATE1, round(avg(VALEUR),2) OPEN, NVL(ROUND(MAX(Valeur),2), 0) HIGH,
       NVL(ROUND(MIN(Valeur),2), 0) LOW,
       NVL(ROUND(AVG(Valeur),2), 0) CLOSE
FROM   EVV_'||:P184_ENAME||'
WHERE  DATE1 BETWEEN
       TO_DATE('''||:P8_DATE_DEBUT||'000000'', ''DD/MM/YYYYHH24MISS'') AND
       TO_DATE('''||:P8_DATE_FIN||'235959'', ''DD/MM/YYYYHH24MISS'') AND
       CLEF_VAR = (SELECT CLEF_VAR FROM SITE_ECHELLE WHERE
                   SITE = '''||:P184_ENAME||''')
       group by date1)
Select NULL LINK,
       to_char(n, ''DD/MM/YY HH24:MI''),
      NVL(ROUND(AVG(OPEN),2), 0) OPEN,
       nvl(round(max(HIGH),2), 0) HIGH,
       nvl(round(min(LOW),2), 0) LOW,
       NVL(ROUND(AVG(CLOSE),2), 0) CLOSE
FROM   (select to_date('''||:P8_DATE_DEBUT||''',''DD/MM/YYYY'') + (level-1)/
TO_NUMBER('''||:P8_ECHELLE||''') n
from dual  connect by level <=
  (select (to_date('''||:P8_DATE_FIN||''',''DD/MM/YYYY'')+ 1 - to_date('''||:P8_DATE_DEBUT||''',''DD/MM/YYYY'')) * TO_NUMBER('''||:P8_ECHELLE||''')
from dual
  )) days
        LEFT JOIN s1 ON days.n = trunc(date1,'''||:P8_TRUNC||''')
GROUP BY n
order by n';
RETURN (X);
END;Thank you for your kind help.
Christian

Hello, Jacky, thanks a lot for your answer.
This is not exactly what I was thinking about:
I want that the planners can be informed in the BPS planning layout about about e.g. the date when material is available again.
There should be a text saying: "Material xyz is not available until Oct 1st, 2008"
Additionally, the user should have the opportunity to give comments on their planning data.
Any idea?
Thanks and best regards
Gerd

Similar Messages

  • The display has lines and the color is strange.

    The Retina display has lines and the color is very light when I turn on iPad mini. When I woke up and turned it on this morning, it happened. I have no idea what happened since the iPad mini has been gotten no physical damage.

    Hi:
    I would try a hard reset of the notebook.
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01684768&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us​...
    If that doesn't work and considering all of the other steps you took to remedy the issue, I would say the BIOS update wrecked something permanently.

  • TS2771 My Ipod touch displays white lines across the screen.  I've turned it on and off but still shows up HELP!!!

    My Ipod touch displays white lines across my entire screen.  I've turned it on and off and it still hasn't cleared up.HELP!?!

    Try the standard fixes:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod
    If you still have the problem that points to a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • How to display 2 lines in the same column header of jTable?

    Please could you help me to display 2 character lines in the same column header of a JTable?
    And how to make a fusion between to cells?
    Thank you very much

    In Swing, most components will accept text in the html format
    http://java.sun.com/docs/books/tutorial/uiswing/components/html.html
    You can then use <br> tags to make your header text multiline

  • HUM thresholds: is it possible to watch a line in the graphs?

    Hi,
    I´m configuring HUM thresholds and I would like to watch them as a line in the graphs. By now, I haven't seen what I want. My question is: is it possible to do this?
    Regards.

    Yes, I want to see the SNMP object in real time and a line in the same graph that would be the threshold configured for that poller. I've been creating Histo GraphIts and reports and I haven't been able to watch these threshold lines, only the SNMP object values. Do I have to configure something special to see it?

  • How do I fix lines across the screen while on web pages?

    I am getting lines across the screen on my Mac Book Pro.  This is while I am on a web page.  How do I fix this?

    Those don't look like classic signs of hardware issues.
    Of greater concern, I notice that you have both Trend Micro and MacKeeper installed. It's generally a bad idea to have two different anti-virus programs installed at the same time, as any active scanning each does can conflict with the other.
    MacKeeper is very bad software, made by unethical developers in Russia. You should uninstall it immediately. See:
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    As for Trend Micro, note that its detection of Mac malware is not particularly good. See:
    http://www.thesafemac.com/mac-anti-virus-testing-01-2013/
    I would recommend uninstalling it as well. You should find an uninstaller in the Trend Micro folder in your Applications folder. If uninstalling all your anti-virus software makes you nervous, see my Mac Malware Guide. If you decide to install some other anti-virus software, use one recommended by that guide.
    Back to the line problem, if uninstalling those programs doesn't help, try some browser other than Chrome (like Safari). Do you see the same problem there, or is it only happening with Chrome?

  • Displaying specified colors on the pie chart rather than default colors

    Any ideas on how I can display my own colors on the pie charts rather than displaying default colors?

    Hi,
    You can specify your own colours by changing the default CSS styles.
    Go to the Chart Attributes for the pie chart, and in the CSS section select Yes in the "Use Custom CSS" option. You can now edit the CSS for the chart.
    At the bottom of the "Custom CSS, inline" setting, you need to add in two lines for each possible segment of the chart. Something like:
    rect.data1{stroke:#FFFFFF;stroke-width:0.5;fill:green;}
    path.data1{stroke:#FFFFFF;stroke-width:0.5;fill:green;}
    rect.data2{stroke:#FFFFFF;stroke-width:0.5;fill:yellow;}
    path.data2{stroke:#FFFFFF;stroke-width:0.5;fill:yellow;}
    rect.data3{stroke:#FFFFFF;stroke-width:0.5;fill:red;}
    path.data3{stroke:#FFFFFF;stroke-width:0.5;fill:red;}
    This will set the colours of the first three segments to green, yellow and red respectively. Add in more rect.datan and path.datan entries until you have accounted for the maximum number of segments that your chart may contain.
    Regards
    Andy

  • Don't want to displya the connecor line in the Stacked charts in CR2008

    Hi,
    I have a requirement to display one of the measure as a connected line with data makers(Rectangle) for each month on the top of the graph for the future 12 months in the Stacked bar charts graph in Crystal Reports 2008.
    Now the user is asking if there is no data in any one of the months then the connected line should not be displayed in the graph.
    1)  i have tried formatting the conneced line alone by right clicking on the connected line in design mode.but i couldn't arrive at the appropriate solution for this.
    Is there any work around or solution not to dispaly the connected line at all.. i mean only to display the Data markers on the top of the graph and not the connected line between the data makers.       
    urgent solution would help me.
    Regards,
    Nanda Kishore.

    Hi,
    yup.. the base is the stacked bar chart and i can show as many as lines on top of it..currently i have only one.
    So is that mandatory to create a line chart if i want a line on the stacked bars in CR2008.   
    Can u explain me if i have to go with line chart on top of the stacked bars to get the solution for this?
    Regards,
    Nanda Kishore.

  • Is it possible to display a tag at the selection screen in the output.

    Hi all,
       When you go to se38 and in the program editor screen, at the bottom right end of the screen you find a value called NUM and when you place your cursor on that it displays a tag that says "Num Lock Mode. Double click to toggle."
       My query is, when i execute a report it takes me to the output screen that has a parameter, here i want to display a tag, say "enter the record as it is in the database". Is it possible to have such an option.
       If you'll are wondering why I'm looking for such an option it is just to make a report that can be understood by many.
    P.S: Not only on the NUM field the tag is available. Even on tools like activate display and so on.
    Regards,
    Narayanan Chandran.

    If it's a report program, use a comment in the selcetion screen for information of the user as shown below.
    * Information
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-003.
    SELECTION-SCREEN COMMENT /1(60) text-004. "Text containing the information message
    SELECTION-SCREEN END OF BLOCK b1.
    If you are using a module pool, you can create a tooltip for the element as suggested.

  • Nokia C7 Display Scale lines on the Display (Known...

    Hi,
    On Nokia C7 Display there is scale lines on it, It more visible on white background.
    Kindly some one help me on this.
    1. Is this a known issue ?
    2. Is this a display problem ?
    3. Is this a Software Bug ?
    Even the replaced display have same scale lines on it.

    Same on my C7. I noticed it when I buyed my C7 Dec.2010. Meanwhile becauso of the purple tint I received my money back. When I buy new C7, I'll drop here some info about it.
    Now I'm waiting at Anne FW to be in new devices.
    Nokia 701
    (RM-774, Symbian Belle, 111.030.0609)

  • Possible to display more statuses in the PO search screen?

    Hello,
    When you search for purchase orders, you can select between many statuses.
    You can search for orders in status "outstanding confirmations" by selecting this status in the dropdown and you will get all POs that are in this status in a list.
    Problem/question is, the status shown pr order in the status column is "ordered" and not "outstanding confirmations". This goes for other statuses as well
    Question is why it is working this way, and if it is possible to do anything with this?
    rgds
    GAR

    Hi
    <b>Looks like a bug in the system.. Which SRM version are you using ?</b>
    <u>Please see some other related SAP OSS Notes -></u>
    Note 827638 - Populate possible statuses for PO correctly in extraction
    Note 940159 - Deleted Purchase Order has wrong status
    Note 824410 - Change PO extractor to populate correct status
    Note 870584 - Implementation of note 782729 fails.
    Re: Confimation in status I1017
    Note 890812 - Inbound EDI message ORDRSP: Cancelling a purchase order item
    Note 995086 - PO Confirmation is Sent as Rejected
    Note 562226 - SRM-SUS: PO rejected for SUS MM
    Note 411601 - Deleted confirmation displayed incorrectly in purch.order
    <u>Hope this will help. Do let me know in next reply.</u>
    <b>Incase this does not help, also raise a Customer OSS message with SAP as well.</b>
    Regards
    - Atul

  • Is it possible to display contact pictures in the messaging app?

    My dad was wondering if it's possible to show a contact's picture when he is texting them so that he doesn't accidentally text the wrong person. I didn't think it was possible, but hey, no harm in asking. I guess when you're sending a text to someone you could always use the contacts app to open up a new message so it is automatically addressed to whichever contact you pressed?

    No, but if going to the trouble of selecting the contact in Contacts each time before composing and sending a new message, make sure the correct person's name is selected in Messages which is also available in the header bar when a contact's messaging conversation is selected.

  • Is it possible to display a value on the Internet within Captivate?

    Is there a way to populate a variable in a published Captivate 7 project from a value found on a web page. I could be wrong, but don't see how it is without a widget.  If so, I am not able to locate one.
    Here's an example of what I'm looking for: An XML value exists on web page abc.com. Captivate locates that value and displays it as text within the deliverable. When the value changes on the web page, it automatically changes in the deliverable.
    Thanks!

    You'd need to create a user variable in Captivate and then populate the variable using JavaScript:
    function getUrlVar()
         var cp = document.Captivate;
         alert(cp.cpEISetValue("m_VarHandle.yourVariable", "yourValue));
    When you need the value call JavaScript in a Captivate:
    getUrlVar();

  • How to display multiple signals on the same chart/graph

    Hello,
    I have a text file that has 21 different signals acquired through NI DAQ. I am able to read the file and display on the chart but the problem is all the signals have the same dynamic range -6 to +6 so when plotted they all show up on top of each other and one cannot really discern whats going on. Please see the attached image.
    I am trying to ask the community for help on how could I display all 21 signals separate from each other so that the user can easily differentiate between signals. I thought about adding offsets to the signals but I dont really want to change the actual data and the data set is already large enough that I donot want to creat copies of data.
    I am running Labview 10.0.
    Any creative ideas.
    Attachments:
    Graph Question.PNG ‏19 KB

    Using Stack Plots was my first thought too but it appears to be buggy these days. I know I've used it before with no problems but I can't get it to work now at all. In any case, stacking 21 plots will be futile since you won't be able to see any detail (unless you have a VERY tall monitor).  Your best bet is to use property nodes to make the plot of interest become highlighted in some way. 
    EDIT:  I think stacking only works with charts.  You can select it on the right-click pop-up menu.  Then, expanding the plot legend determines the number of stacked plots shown.  Again, since there is so much wasted vertical space when stacking, you'll never be able to see 21 plots concurrently with any detail visible.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • How to display multiple lines of texts in a single rows in ALV

    Hi,
    I have a unique requirement in which i have to display multiple lines if texts for a single rows in ALV Grid. Right now in my output it is coming in single line which is not visible fully because that text is more than 255 character. So i want to display the test by splitting into multiple lines and show it on output. Please suggest some solution for this if this is possible in ALV.
    Thanks,
    Raghav

    Hi Raghavendra,
    Its not possible to display multiple line in one row of an alv, but i think you can acheive it by splitting the whole text into multiple sub-text.
    For example, if your requirement is as below:
    Field #1          Field #2
    1                    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(200 characters)
    2                    yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy(220 character)
    then you can break Field#2 value into say 50 character and then populate the internal table with repetative entries of Field#1 and the finally sort it by Field#1 value... as a result of which you output will be somewhat as below:
    Field#1          Field#2
    1                   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    2                   yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyy           
    Hope it will help you in meeting your requirement.
    Regards,
    Shradha

Maybe you are looking for