Same columns multiple time in Line - Bar Combo Graph

Hi,
i am trying to generate a Line-Bar Graph, where I will have 2 measures "Capacity" & "Utilization Rate" in both Line as well as Bar Format.
I tried taking theses two columns twice in my criteria and then designing it but it does not show properly (as per the scale) sometime when the scale is modified the Line Graph vanishes.
Kindly Suggest.
Regards,
Jitendra

<DataLabels Visible='True' Font='Name:Helvetica; Size:14; Style:Bold; Color:Black;' Position='OutsideTop' ShowOnRollover='False' TransparentBackground='False' BGColor='#b2ccb2' BorderType='Thin' BorderColor='#667f66' AlwaysShowDecimalPlaces='False' NumberType='General' UseThousandsSeparator='True' DecimalPlaces='2' NegativeDisplayType='MinusSign' ShowAsPercentageType='None' ShowOneValueOnStacked='False' ShowPercentDecimalPlaces='False' PercentDecimalPlaces='2' WrapWidth='400' FormatString='%_VALUE' TimeFormatString='%m/%d/%y %T' DrillDownHighlightColor='Blue' DrillDownEnable='False' ShowBarZeroValues='False' TopMargin='2' BottomMargin='2' LeftMargin='3' RightMargin='3' UseAbbreviation='True' />
I've tried using the Position parameter in the example posted above but nothing I try will allow me move the data label centered in the bar versus sitting on top outside of the bar. Any ideas? It seems strange not to have an option of positioning the data labels.

Similar Messages

  • Show 2 line graphs together in Line bar combo graph

    Hi,
    I am currently working on to show data for 2 years (which will be selected through prompt), month on month basis in Line-Bar Combo Graph.
    I could achieve to show 2 years of data month on month basis in Bar Diagram, but the same is not happening for Line diagram.
    In Line Diagram, values for 2 years are joined and shown as a single line, where as I want to see 2 separate lines for the years selected.
    Kindly have a look at the link below:
    !http://i42.tinypic.com/cuek8.jpg!
    Any suggestions?
    Regards,
    Jitendra

    Hi,
    I am putting up the snapshot of what I have done,
    !http://i42.tinypic.com/2j8jkx.jpg!
    As you can see in the image, I have
    1. Utilization Rate &
    2. Attendance Booking
    as my fact.
    I can arrange the Attendance booking (Bar Diagram), as Month-on-Month basis for any 2 years.
    My aim is to plot Utilization Rate, in the Line Diagram. Currently it's been shown as One Single Line, I want to see 2 different line for the 2 years selected.
    Kindly help.
    Regards,
    Jitendra

  • COUNT the same column multiple time with 2 different condition

    Hi everyone,
    I have a small query but I don't find the answer. Can anyone help me with this one ? Look at this example:
    WITH T AS (
      SELECT 'a' as Name, 1 as v FROM DUAL
      UNION ALL
      SELECT 'a' as Name, 2 as v FROM DUAL
      UNION ALL
      SELECT 'a' as Name, 2 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 1 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 1 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 2 as v FROM DUAL
    ) SELECT DISTINCT name,
             COUNT(DECODE(v, 1, 1, null)) OVER (PARTITION BY name ORDER BY v) as v1,
             COUNT(DECODE(v, 2, 1, null)) OVER (PARTITION BY name ORDER BY v) as v2
        FROM T
      ORDER BY 1;This returns :
    NAME V1                     V2                    
    a    1                      0                     
    a    1                      2                     
    b    2                      0                     
    b    2                      1                      But what I need is only one row with the count of 1 and 2 by name. How can I achieve that without using subqueries like (the following query returns the correct output)
    WITH T AS (
      SELECT 'a' as Name, 1 as v FROM DUAL
      UNION ALL
      SELECT 'a' as Name, 2 as v FROM DUAL
      UNION ALL
      SELECT 'a' as Name, 2 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 1 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 1 as v FROM DUAL
        UNION ALL
      SELECT 'b' as Name, 2 as v FROM DUAL
    ) SELECT DISTINCT t.name,
             (SELECT COUNT(*) FROM T z WHERE z.name = t.name and z.v = 1),
             (SELECT COUNT(*) FROM T z WHERE z.name = t.name and z.v = 2)
        FROM T t
      ORDER BY 1;The table I'm working on has millions of records and with subqueries it takes ages to executes. The one with analytical function takes less than 3 sec.
    Thanks for your help!

    Hi,
    user13117585 wrote:
    Hi everyone,
    I have a small query but I don't find the answer. Can anyone help me with this one ? Look at this example:
    WITH T AS (
    SELECT 'a' as Name, 1 as v FROM DUAL
    UNION ALL
    SELECT 'a' as Name, 2 as v FROM DUAL
    UNION ALL
    SELECT 'a' as Name, 2 as v FROM DUAL
    UNION ALL
    SELECT 'b' as Name, 1 as v FROM DUAL
    UNION ALL
    SELECT 'b' as Name, 1 as v FROM DUAL
    UNION ALL
    SELECT 'b' as Name, 2 as v FROM DUAL
    ) SELECT DISTINCT name,
    COUNT(DECODE(v, 1, 1, null)) OVER (PARTITION BY name ORDER BY v) as v1,
    COUNT(DECODE(v, 2, 1, null)) OVER (PARTITION BY name ORDER BY v) as v2
    FROM T
    ORDER BY 1;But what I need is only one row with the count of 1 and 2 by name. How can I achieve that without using subqueries Use the aggregate COUNT function instead of the analytic COUNT:
    SELECT   name,
              COUNT(DECODE(v, 1, 1, null))  as v1,
              COUNT(DECODE(v, 2, 1, null))  as v2
         FROM T
    GROUP BY  name
    ORDER BY  name;

  • Problem with Pivot Table with Graph: Line Bar Combo

    Hello people!
    I have a problem with pivot table and line bar combo (all in the same view (pivot table))
    I have some measures and one dimension in my report.
    --------------measure1---measure2---measure3
    Dim A.1
    Dim A.2
    Dim A.3
    If I choose my graph line bar combo automatically choose "line" measure 3 (last measure in "Show Controls"). How can I do if I want my measure1 for line and I don't want modify my pivot table?
    Thank you very much!

    Ok, I'll explain my problem again. In my pivot table I add graph vision and I want in the same view (Pivot table). My graph is "Line Bar Combo" and I don't know how but the last of my measures belongs to right AXIS, if I change order of my measures I can see in my graph the measure that I want in my right axis BUT also it changes the order of my pivot table.
    This is my problem. I think that I can do that with different views but I lose my selector view to view graphic and my pivot table at the same time.

  • Need help in Line bar combo chart - line is not prominent in dashboard

    Hi All,
    I face an issue where the line in a line bar combo chart is not prominent in Dashbords.
    lets say i have 5 reports (all of them are line bar combo charts) in a dashboard. The lines in graph are not prominent or not displayed in usual thickness. But this scenario does not happen always. if i scroll down or up the browser(here i am using IE8) some of the reports displays line in the charts and some does not display the line. when i click on the report then the line will be displayed.
    please suggest whether this is a browser issue ror something to deal with OBIEE itself.
    Thanks in advance.

    Hi,
    It's a bug in obiee11g. kindly download the patch file from My Oracle Support and delpoye it
    OBIEE 11g: Line Bar Combo , With Stacked Chart , The Bar Width Gets Affected [ID 1369493.1]
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Symptoms
    When the chart type is changed from Standard or Default line-bar to Stacked line-bar chart, the bars are reducing their width.
    Line-bar should keep the width of the previous bars.
    However, when vertical Bar is changed to stacked vertical, the bar width remains the
    same. But when a regular Line-Bar is changed to stacked vertical, the width
    changes (reduces, in this case it becomes half the original width)
    Cause
    For dual Y stacked bar graph, the bar width was half of the regular bar width
    because the series assigned to Y2 was given the half of the space also. This is not needed if the marker type for Y2 is not bar.
    The following bugs have been opened to handle this issue
    Reference Bug:
    Bug 12931660 - line bar combo with stacked chart changes its width
    BUG:12931660 - LINE BAR COMBO WITH STACKED CHART CHANGES ITS WIDTH
    BUG:12947990 - BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Patch 12947990: BAR CHANGES WIDTH WHEN CHART CHANGED FROM DEFAULT LINE-BAR TO STACKED LINE-BAR
    Bug Ref:
    e.x: applying patch file refer the below file
    http://obieeelegant.blogspot.com/2011/11/how-to-apply-patches-using-opatch.html
    Thanks
    Deva

  • Line bar combo with logarithmic scale

    hi, I found that
    logarithmic scale is not supported for line bar combo.
    I have checked the checkbox "Use logarithmic scale" under "Tick Marks & Scale Type" under "Axis Scaling" for the left axis.
    but the charts (both checked and unchecked) are the same, there is no difference.
    And it is unable to check the checkbox "Use logarithmic scale" for the right axis.
    is it the limitation ?

    Hi,u use enterprise Edition???
    check this blog,really helpfull
    http://obiee101.blogspot.com/search/label/CHART
    hope i helped...
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Why is Apple TV showing the same computer multiple times for Home Sharing?

    Why is my Apple TV showing the same computer multiple times for Home Sharing? Also have connectivity issues. Sometimes will lose signal.
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    I recently updated to Yosemite and never had this issue before.

    I'm not 100% sure of the ins and outs, but it's some sort of known issue between Yosemite, Airport and wifi. All you can do is wait for a fix and keep restarting your equipment as and when needed, unless you have the ability to connect your Mac via ethernet.

  • Can I gift the same app multiple times to multiple users?

    Can I gift the same app multiple times to multiple users?
    Like, if I wanted to buy iMovie for 3 friends, could I buy the app as a gift 3 times?

    You should be able to gift it multiple times
    Gifting content : http://support.apple.com/kb/HT2736

  • Is it possible to copy the same database multiple times simultaneously?

    This is the setup of my environment.
    I have a 'master' database that contains the full schema plus some pre-populated data such as default settings. When database schema changes are made, they get made to the master database. When a new customer signs up for the service, I make a copy of this
    master database (using SMO) that will now be the database containing all of the customer's information. The database is rather large, and the copy operation can take a couple minutes.
    Everything works fine as expected, unless I try to provision two new customers at the same time. It appears that Azure only allows for one DB copy operation at a time. Is there a way to allow for copying the same database multiple times simultaneously?
    Thanks for you input. I understand that this is likely not the optimal setup, and that there is many better ways of doing this, but I am somewhat heavily invested in the current process and I would like to find out how to make it work if I can.

    BTW, you can do this programatically by using PowerShell (https://msdn.microsoft.com/en-us/library/ee210569.aspx), SqlPackage (http://www.benday.com/2012/12/18/deploy-a-sql-server-database-projects-dacpac-with-sqlpackage-exe/)
    or the SQL Server binaries for .NET (http://www.vijayt.com/Post/Deploying-a-data-tier-application-in-SQL-Azure-programatically)
    Hope this helps.
    Alex

  • Same parameter multiple times in Execute SQL Task

    Hi all,
    i have a fairly long parametrized query that needs to be run within an Execute SQL task. It has only 2 unique parameters, but these need to be used multiple within that query. The connection is OLEDB.
    ill simplify my requirement by making up an arbitrary T-SQL "where" clause that will illustrate what i need:
    where
    x = @param1
    and y = @param1
    and z > @param2
    and w > @param2
    moving this into an SSIS execute SQL task will require the following:
    where
    x = ?
    and y = ?
    and z > ?
    and w > ?
    I know i need to specify 4 parameters and remap the same variables multiple times.. like so:
    User:aram1   -> 0
    User:aram1   -> 1
    User:aram2   -> 2
    User:aram2   -> 3
    isnt there a better way? i ask this because in my real task i have 2 params, each is reused 4 and 5 times respectively and it seems stupid to repeat params like this.

    @ _proffy_
    you can pass the same variable or value as parameter multiple times sql task.
    follow the steps below.
    1) type the sql query with parameters in SQL statement tab of sql task editor
    2. in the parameter mapping, select the variables.
      you can select the same variables more than once.
     give the parameter name as 0,1,2,3..... based on variables you require.
    do not forget to chooose the appropriate Datatype.
    ex:
    select * from table1
    where a= ?
    and b=?
    and c= ?
    parameters:
    Var name               param Name
    user::Var1               0   
    user::Var1               1
    user::Var2               2
    so the value becomes a=var1, b= var1 and c= var2

  • Chart Formatting Question: Line Bar Combo

    Hello -
    I have a quick question regarding the order of labels displayed in the legend on a line bar combo chart. I have figured out how to rearrange the order of bars in the chart (the order is determined by the order of fields in the criteria section), however, OBIEE seems to always put the "line" field before the "bar" fields in the legend.
    I was wondering if there is a way to set the chart to display the "line" field following the "bar" fields in the legend?
    Thanks for the help!
    Jason

    Hi Jason,
    Go for Pivot Chart rather than Chart... and
    Apply Order by s as you want inside pivot....
    Previously even i got the order by problem in chart.. but trying the pivot chart, i resolved my issue...
    So give a try..
    Hope you know about pivot chart. Select Chart Only option from drop-down available for chart position
    Thanks & Regards
    Kishore Guggilla

  • TS3276 how do I get Mail to stop downloading the same email multiple times?

    My mail keeps downloading the same email multiple times.  I've had as many as 10 of the same emial.  How do I stop this?

    Me too - did you ever figure it out?
    You can't even delete from the server in mountain lion.... I did it from my old mac, but it didn't work. I keep having 11,000 new emails that can not even be deleted in blocks!!!
    Was it a gmail account? Mine is, and my other 2 are fine...

  • How to automate saving the same image multiple times?

    Hello. I wish to save the same image multiple times in a folder... is there a way to automate this function? I also need the flexibility of determining the starting number in this image sequence. Thanks.

    Good day!
    I would recommend asking for help over at
    Photoshop Scripting
    And going into more detail about what you want to achieve (maybe post a screenshot, diagram, mock-up to illustrate it).
    Regards,
    Pfaffenbichler

  • Address book has same entries multiple times how can I go back to original cesium

    Address book has same entries multiple times how can I go back to original cesium

    After a couple of days, I'm noticing that the repeat(ing) offenders have more than 10 episodes, and seem to keep repeating them every time I sync.
    They only show once in my phone and in the iTunes Podcasts, but through iTunes and looking at what's in my phone is when I see the repeats.
    Even after I've marked a podcast as played, and deleted it from within my phone, as well as telling iTunes to delete the played episodes, it still shows multiples of the played episodes.
    There doesn't seem to be any rhyme or reason to it either. They aren't the newest ones either.

  • Running the same code multiple times with different paramters automatica​lly

    Hi guys,
    I want to run the same code multiple times with different paramters automatically. Actually, I am doing some sample scans which takes around 2 hours n then I have to be there to change the paramters and run it again. Mostly I do use folowing paramters only
    X_Intial, X_Final, X-StepSize
    Y_Intial, Y_Final, Y-StepSize
       Thanks,
    Dushyant

    All you have to di is put all of the parameters for each run into a cluster array. Surround your main program with a for loop and wire the cluster array through the for loop. A for loop will autoindex an input array so inside the for loop you just have to unbundle the cluster to get the parameters for each run.
    Message Edited by Dennis Knutson on 07-13-2006 07:50 AM
    Attachments:
    Cluster Array.JPG ‏9 KB

Maybe you are looking for

  • Delivering Documents via e-mail

    I have a java class working and delivering mail but my question is I'm trying to send a pdf and every time I run the java program from the example in the XML User's guide I get it as an attachment in a .dat file instead of a pdf then I have to choose

  • OCJ4's EJB transaction isolation level

    Hello, all Does OC4J supports various transaction isolation level? I am using JDeveloper to create and deploy EJBs and all I can find is transaction attributes, and not isolation level. The book I am currently reading suggests that there's tx isolati

  • How do you do this in adobe after effects?

    What's up          I wanted to know how do i achieve this in adobe after affects? What tutorials do i need to look at to do this? Mathew, Sincerely  Drake Type Beat - Come Up In The 6 (Prod. by Omito) - YouTube

  • Can't open downloaded acrobatpro11__dim?

    Why can't I open downloaded acrobatpro11__dim?

  • Photosmart 5510d printer keeps saying "busy" when i try to print something but nothing prints.

    I just bought a HP Photosmart 5510d printer and installed it on my Mac to work wirelessly.  It seems to be working when I do a test print but when I try to print a document, the printer says "busy" and doesn't print at all.  Any advice?  Thanks!