How to make SVG Stacked ABr Chart Work

Hi - I have two series with a link defined (below) - but I get A SQL parse error at runtime. ANy ideas ??? Only difference is in the min and max function
Series 1
select 'f?p='|| :APP_ID ||':4:'|| :APP_SESSION
||'::::P4_SHOW:'||to_char(l.sample_time,'MONTH-YY') link,
to_char(l.sample_time,'MONTH-YY') MONTH ,avg(l.annual_leave) DAYS
from obe.dba_annual_leave l
group by to_char(sample_time,'MONTH-YY')
order by to_date(to_char(sample_time,'MONTH-YY'),'MONTH-YY')
Series 2
select 'f?p='|| :APP_ID ||':4:'|| :APP_SESSION
||'::::P4_SHOW:'||to_char(l.sample_time,'MONTH-YY') link,
to_char(l.sample_time,'MONTH-YY') MONTH ,max(l.annual_leave) DAYS
from obe.dba_annual_leave l
group by to_char(sample_time,'MONTH-YY')
order by to_date(to_char(sample_time,'MONTH-YY'),'MONTH-YY')

Ahhh
I found teh answer on another members post - remove the order by clause
Many thanks

Similar Messages

  • How to make site root-relative links work in DW and Server both?

    See details on buggy DW image link behavior, below. My question is:
    1) how to make site root-relative links work in DW and Server both? Or…
    2) how to reliably automate the change of several hundred legacy root-relative links of the form
    /images/image.jpg  to document-relative?
    That is, to
    ../images/image.jpg or
    ../../images/image.jpg or
    ../../../images/image.jpg etc…depending on where the directory is.
    The old format (/images/image.jpg ) used to work fine in my previous DW 8 configuration but appear grey in DW after “upgrading” to DW cs5.5 mac. (they look fine on the server, but it’s hard to edit image-heavy pages locally when they are all grey).
    I tried changing the files to how DW creates root relative links now:
    /public_html/images/image.jpg, which is a very easy, attractive root flow since there’s a one-to-one mapping. These look great in DW but are broken on the server!
    I looked at the “advanced” site setup, and it looked like it might be possible to nuke the /public_html/ part of my server info…but it also looked like there was the potential for doing damage changing these settings, which are automatically generated from our server connection settings, which seem to work.
    The “links relative to document/ site root” toggle…does that change how DW interprets existing links, or just change the default when you are adding a link?  I have made 80% of the file links document relative…before wondering if root-relative isn’t better?
    It sure seems less ambiguous for all those images if theres a way to make root relative work for DW design view, DW link check, and server.
    Summary of buggy behavior: (see test with images here)
    "old style" site root link
          /images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: "external link" (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a (existing format)
    "new style" site root relative link
          /public_html/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: broken
          Ease of switching: easy
    Document relative link
          ../../images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: good
          Link check in DW: good
          Browser: good
          Ease of switching: hard (how to automate?)
    Absolute link
          http://www.oasisdesign.net/images/img_book/WScover120x150_NEW.jpg
          Design veiw in DW: broken (grey w/ broken icon)
          Link check in DW: external (i.e., uncheckable, + file could appear orphaned)
          Browser: good
          Ease of switching: n/a...not a real option
    Thanks!
    Similar discussion on "/"

    Hello again Jon!
    Thanks for jumping on this.
    All clear and understood about where publc_html is etc.
    No contemplation of nuking the actual public_html directory on the server, just the "/public_html" text string at the start of the DW-generated links.
    "/public_html" is automatically added to the front of the link in DW if I create the link with any of the GUI tools, if I have "site root relative" selected. And ""/public_html" ends up in the code, and gets uploaded that way to the server, where it (obviously) doesn't work.
    Doesn't sound like it is supposed to work this way. Also, what seems to be the usual root relative format (/images/image.jpg) shows as a broken link in the GUI and an external link in the DW link check. All this togther makes me thinkI have some obscure setting incorrect?
    The setting that caught my eye is manage sites/ site setup/ advance settings/ local info/ web url,  which is automatically set to http://www.oasisdesign.net/public_html/
    it gives an option to change it but it makes every effort to make this NOT look like something users should mess with:
    Having gone through the more careful thought process during this post, I'm ready to do the experiment of changing the remote server web URL (why is it wrong by default?)...think I'll eat dinner first so there's 45 min to avert disaster if anyone knows this to be a bad idea!
    Art
    PS--don't  have a local testing server...don't think this will solve the GUI broken link/ link shows as external problems.
    Is there an easy, automated way to change links sitewide from document to root relative?

  • Has anyone figured out how to make the Yamaha 01V96i mixer work with Logic 9.1.8

    Has anyone figured out how to make the Yamaha 01V96i mixer work with Logic 9.1.8 as a control surface ?

    In YAMAHA01v96i:
    Go to DIO/SETUP select Generic DAW. Go to MIDI settings page and set the desired port (personally I use Number 1), Select the same audio frequency you use in your DAW (I use 44.1KhZ)...at this point You should save a scene in you 01V96i to avoid to repeat all the procedure again.
    Open studio manager, go to patch and set the input port from 17 to 32 respectively to USB1-USB16 (this will give you the return from you DAW to the 01v96i
    Save again the scene overwriting the old one.
    in LOGIC
    Click on preferences, select Audio then select 01v96i, then click on control surface and select Mackie design Baby HUI and in the midi session set the same port that you've been setting on the Yamaha 01V96i (Port 1 if you follow this example).
    That's more or less it.
    It worked for me...so far

  • How to make the same code that works only?

    how to make the same code that works only?
    code:
    Form2.Close = Me.Enabled = true
    effect such as this code

    I have this code:
    Public Class Form1
    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
    Form2.Show()
    Me.Enabled = False
    End Sub
    Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
    Form3.Show()
    Me.Enabled = False
    End Sub
    End Class
    he wants to after closing Form2 and Form3 unblocked the whole form1
    it means that:
    when I click the button, displays the himself form2 and blocks himself form1" and after closing Form2 , unlocks himself Form1"
    the same with Form3

  • How to make custom icc color profile work as default for all users?

    Hi!
    I've calibrated two monitors for the machine running Mavericks OS X. I've managed to move these custom icc color profiles to ColorSync folder in HDD Library, so that that they are available for all the users. However, I cannot figure out how to make these icc profiles work as default profiles for all users and not only the one I used to calibrate monitors.
    Is there a specific place I have to put custom icc profile to make it system default?
    Thank you!

    If you put the profiles in the root /Library/ColorSync/Profiles/ folder, then each user needs to select them in their account. There isn't a way to apply them globally so each account automatically comes up that way.

  • How to make the print, email button work in PDF output

    Hello,
    I'm using LC  Designer ES2 to create a xdp form with print, email and httpSubmit  button. Then using LC server to generatePDF output, binding with xml  dynamically. But after that I got the static pdf file and none of the  button work,
    I really need help on how to make it work. Any configuration, plug-in....
    Thanks,

    Hi,
    This is solved by note 1281208.
    Thanks,
    Edited by: Zhijie Kong on May 24, 2011 6:06 PM

  • How to create a stacked bar chart?

    How do you create a stacked bar chart in Visual Composer?
    I have a query with one keyfigure (amount) and drilldowns on Sales Org and Invoice Type. In my chart I want a bar for each Sales Org, and each bar should be divided in sections according to Invoice Type in one single stack. How can I create that?

    Hi
    Are you using BI query? If yes then follow the steps -
    1. Take Sales org in rows of BI query. & take invoice type & Key figure in Columns.
    2. In VC use this query & drag chart from the output of this query.
    3. Right click on chart & go to 'Configure Element'. There select Chart Type as 'Bar chart'
    4. Below that you will get default option as clustered, there you select 'Stacked'
    5. Create Data series as per your requirement.
    6. Arrange proper layout of the model & then deploy.
    You will get required output in stacked format.
    Regards
    Sandeep

  • How to make a mini mac server work on multiple workstations

    I would like to purchase the mini mac server for my 3 boys and set up 3 different workstations (monitor, keyboard, mouse) for each kids.
    Can you do this?  If so how???

    What you are describing is how mini-computers were setup forty or so years ago, and what users were gleefully glad to get rid of when true micro-computers came on the market in the 1970s. In those days the processor and RAM memory were, by far, the most expensive parts of the system costing literally thousands of times more than the keyboards and monitors.
    Today the cost of the processor/RAM/Storage have fallen to the point the monitor may be the biggest  contributor to total system cost. For example a typical $800 Mac mini coupled to a $1,000 27" Thunderbolt display. The class of system you describe is still around and in use, but generally at a total system cost in the $100,000 range. To make what you are describing work you would need, at a minimum...
    A wired or wireless network
    One dedicated Mac mini server with installed server application (no mouse, keyboard, or monitor needed)
    Three work stations each consisting of an iMac or a Powerbook, or...
    one Mac mini
    one keyboards
    one mouse or trackpad
    one monitor
    arguably substantial understanding and/or knowledge of the Server application
    A recommended alternative would be just the network and three work stations, each operating as a stand alone work station. There isn't room here and I don't have the time to go into all the various combinations and the pros and cons of each, but the recommended alternative would end up costing roughly $1,000 less simply be eliminating the server. It would also be a bit more straightforward to administer.

  • How to make an 'order' button that works?

    How do I make an 'order' button, by clicking on it, will post a pre-defined product number in a contactform?
    Probably I have to use php, but I do not know how to make the correct script.
    Regards, Gerald

    If you just need it to pop text into a textfield, you can use javascript, something like this might do the trick for you...
    <textarea id="TheText"></textarea>
    <select id="DropDown">
        <option value="">None</option>
        <option value="text-one">Choice One</option>
        <option value="text-two">Choice Two</option>
        <option value="text-three">Choice Three</option>
        <option value="text-four">Choice Four</option>
    </select>
    <script type="text/javascript">
        var thetextbox = document.getElementById('TheText');
        var mydropdown = document.getElementById('DropDown');
        mydropdown.onchange = function(){
        thetextbox.value = this.value;
    </script>
    The script should come after the textbox and dropdown in your HTML.

  • How to make a photo CD to work in a DVD-player?

    I burn photo CDs in Finder in my MacBook. No problem with the burning, but the CD doesn't work in my DVD-player. I can see some of the photos, but some are just grey "items". A photografer told me to use a setting in the burning program that burns the CD in PC format. That would make my photo CD to work in PCs and DVD players. The problem is that I can't find any settings like that when I burn CDs in finer. Are there any? Shall I use some other program to burn?

    It’s not a good solution. (I’m no expert at IPhoto.) The manual in iPhoto says that you have to export the photos to a burning map in Finder if want the photo CD to work in Windows and PCs. Then the problem is back. I can see the photos, but there is grey “item” for every photo.
    The other way is to burn direct from iPhoto. OK, no grey items. But the photos are “down sized” in quality and not full size if you want to look at them on your TV via your DVD player.

  • How to combine a stacked bar chart and a line graph together in one report

    I have a report in excel that has stacked bar chart and a line graph together in one report. I am trying to recreate the same in Webi, Is this possible? Did any one have similar requirement, could you please share the thoughts?
    Thanks,
    Hema

    May be I don't understand correctly...
    But if its really to separate chart area's;
    just copy the datablock and format one as line and the other as barchart...
    Hope this helps,
    Marianne

  • How to make beautiful intensity graph/chart?

    I have one question for plotting the intensity graph using labview. I have ten bins
    particle data (as attached, the first row is particle size which is y and the x is time, and the z is the particle concentration). I try to plot a intensity graph, but I got a very ugly picture. I use the property node but still don't get a good one. I want to know if the data is sufficient to make a nice plot and how to make it? Thank you very much.
    Attachments:
    06242008-dNdlogDp-flow3.txt ‏27 KB

    Thanks,altenbach. What I mean beautiful picture is something like thisnot include the top line). Anyway, could you put your vi in the post, I use labview7.1, thank you.
    altenbach wrote:
    jzhao wrote:
     I use the property node but still don't get a good one.
    I have no idea what that means! What kind of property??? What did you wire to it????
    An intensity graph needs the point regularly spaced (linear or lograrithmic), while your y mapping is nonlinear. This means you need to re-interpolate for a regular xy grid.
    Unfortunately, I don't know what you mean by "ugly" can you show us an example and tell us in what way it is ugly.
    Here's a quick attempt, remapping the y-axis to 200 equally spaced points. I don't know if you consider this ugly.
    Message Edited by altenbach on 06-28-2008 01:32 AM
    altenbach wrote:
    jzhao wrote:
     I use the property node but still don't get a good one.
    I have no idea what that means! What kind of property??? What did you wire to it????
    An intensity graph needs the point regularly spaced (linear or lograrithmic), while your y mapping is nonlinear. This means you need to re-interpolate for a regular xy grid.
    Unfortunately, I don't know what you mean by "ugly" can you show us an example and tell us in what way it is ugly.
    Here's a quick attempt, remapping the y-axis to 200 equally spaced points. I don't know if you consider this ugly.
    Message Edited by altenbach on 06-28-2008 01:32 AM
    altenbach wrote:
    jzhao wrote:
     I use the property node but still don't get a good one.
    I have no idea what that means! What kind of property??? What did you wire to it????
    An intensity graph needs the point regularly spaced (linear or lograrithmic), while your y mapping is nonlinear. This means you need to re-interpolate for a regular xy grid.
    Unfortunately, I don't know what you mean by "ugly" can you show us an example and tell us in what way it is ugly.
    Here's a quick attempt, remapping the y-axis to 200 equally spaced points. I don't know if you consider this ugly.
    Message Edited by altenbach on 06-28-2008 01:32 AM
    Attachments:
    DMA_N.jpg ‏162 KB

  • How to make asset class as chart of depreciation dependent

    Hello sap Experts
    we have a requirement from business user where they want that we make an asset class as chart of depreciation DEPENDENT.
    please suggest how to do this & what is the impact of it.
    Thanks & Reagrds
    Deepak Garg

    Dear,
    Deepak.
    You can lock the asset classed as per COD from t.code AM05 or one more you can lock the asset classes from OAOA.
    Go to OAOA select your said asset class see Lock Status area there you can see option Asset class is blocked Tick it. 
    If you need any further clarification please revert back.
    Regards,
    Pankaj Bhalerao.
    Edited by: pankaj_ab on Dec 7, 2009 9:50 AM

  • How to make Oracle BI Mombile to work when  SSO is implemented in BI?

    Hi folks:
    I have SSO enabled in my OBIEE 11.1.1.6.6 . Its is working fine from IE/Firefox Browser/Chrome.
    Before implementing SSO ipad app was running perfectly fine.. but now Its not getting connected...prompt for username and password all the time.
    I am aware of SSO limitation of Ipad. Hence I tried connecting with SSO switch OFF in Ipad....in none of the ways actually is working :-(
    For SSO ...I'm using AD Authentication with Kerberos.
    So is there any configuration I am missing somewhere to allow Oracle Mobile to work when SSO is configured for BI?
    Below is what I am using to connect:
    Host: xxx.yyy.com (also tried with IP address)
    Port: 9704
    SSL – Off
    SSO – Off (also tried setting to ON)
    Username: my username
    Pass: my password
    Save Pw: On
    Device Locale: On
    Analytics Path: /analytics/saw.dll
    Publisher Path: /xmlpserver
    Any feedback will be really appreciated ...I'm really stuck on this ... or if you faced this and had to implement a workaround ... please let me know.
    Thanks a lot!
    Matias

    Hi: I tried that and got the following error message.
    "Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Te request requires user authentication. Te response MUST include a WWW-Autenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11."
    Again this was after SSO configuration. I have no way to bypass SSO based on the current configuration ... so not sure how to solve that in order to make it work from iPAD and also from the IOS application.
    Any thoughts?
    Thanks!
    Matias

  • How to make Double Click To Edit work instead of ClickToEdit for Af:Table

    Hi All,
    We use AF:Table in clickToEdit mode and most of the time the users use this table for selecting a master record then work on the detail records. To avoid the cost of rendering the selected row as editable we would like to change the behavior to Double Click To edit. This way the user can intentionally put the selected row in edit mode when needed. What would be the best approach to achieve this ?
    We use 11.1.1.6 and ADF BC.
    Thanks

    Not sure if you can get it to work in 11.1.1.6.0 as you don't have the ActiveRowKey property which can be used to make a table row editable. The property comes with 11gr2.
    What you can try is to set the tabel to clicktoedit, add a clientListener which you use to listen to the click event and then cancel the event. Add another clientListener whihc handles the doubleClick event, make the clicked row the current row (see http://www.oracle.com/technetwork/developer-tools/adf/learnmore/56-handle-doubleclick-in-table-170924.pdf) and, well now comes the problem, make the current row editable. I don't know how to do this without the ActiveRowKey property.
    One other possible solution is a trick described here http://dstas.blogspot.com/2010/08/press-edit-button-to-make-table-row.html
    here a transient attribute is used to manipulate the isEditable() status of an attribute of the VO. This should do the trick, but is much more work.
    May be someone else knows a better solution.
    Timo

Maybe you are looking for

  • Tree Parsing

    Hi, I am having a Treeset with the following structure key is a string and value is an object 0 linkObj 00 linkObj1 01 linkObja 1 linkObj2 10 linkObj3 11 linkObj4 110 linkObj5 111 linkObj6. Tree structure is as follows 0 and 1 are parents 0 -> childs

  • Trouble in Dreamweaver with fluid grid layouts

    Hi!  This is my first time posting here.  I have been having intermittent problems in the fluid grid layouts.  The sizing handles that are supposed to be there in a fluid element/div sometimes disappear along with the duplication icon and the arrow t

  • Query regarding Background Jobs

    I have 3 Application servers + Central instance. After a background job has been completed/cancelled, how do I determine on which App Server it was executed? Also, Waht does the big Button 'Application Server' display. I am guessing list of all avail

  • I cant delete genio from mac

    I cant delete genio from mac

  • Why won't iMovie show me my video?

    When I try to play or edit my project, the window on the left that's supposed to show my project is black. It does this with all my iMovie projects.