Problem formatting Scatter the chart axis

All,

I'm trying to format axes on an XY scatter chart to display 0.0% vertically and horizontally to OBIEE 11.1.1.7.140527 0,0. I tried to set the format in the properties for chart point as well as the properties of column cloud (using these two formats appear in the list and the custom) and none of these approaches to return the correct format. The numbers keep appearing without formatting - that is, 90.0% appears to be 90 on the vertical axis. Also as a record, when I fly over the points of real data on the graph, the values are made 1 decimal place (so I know that they are not truncated), but the % does not appear after the vertical data point.

Does anyone else have this problem? If so, how to solve it?

Thanks in advance for your help.

Thanks for the photos (make it easier to visualize exactly what you are looking for).

The strange thing is that I'm trying now to build a chart like yours, and all defining the format of my vertical measurement in % place you in the y-axis % and keep the axis X for normal numeric values.

And I also found (mistakenly) where you can force the graph to display the % on axis Y.

There is a problem during the definition of % in the property "Abbreviations": your measurement is 0 = 0 and 1 = 100%.

If on the other side, that get in shape column or a percentage in the criteria tab measurement is 0 = 0%-100 = 100%.

I use exactly the same as you, OBIEE and defining the format of data in the criteria for my Chronicle of the axis tab of Y of the clouds of points automatically graph showed me the values of %.

There is an additional "detail": you lose % if you don't have a column in the 'Points' of the graph area, but you moved your column to "vary By color.

If bring you a column 'Points', the % will be on the Y axis, if you have a column only in the "color vary by" you lose %. You can get them back by using the properties of the axis, but don't forget to add a 100 to your measurement (and on the mouse on the screen data will be skewed as it will show % 0-1 instead of 0 to 100).

So I suggest to add a second instance of the same column that you use in "color vary by" and put in the area of 'Points '. % will return and you keep multiple colors. On screen, a mouse you have twice the same value on the screen, but it's probably smaller questions that you can live with if you get your good axis.

(PS: I hope that makes sense...)

Tags: Business Intelligence

Similar Questions

  • How to number of Formate on the y-axis?


    Hello

    I wrote the code for formatting number on y AXIS in #, #. # format (i.e. If none is 123456.78 then it should be in format 123,456.78).

    But I get no results after compiling it can someone help me in this?

    <?xml version="1.0"?>
    <!-- charts/MultipleSeries.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500"
    height="600" >
      <mx:Script>
        <![CDATA[
         import mx.charts.LinearAxis;
         import mx.controls.Alert;
         import mx.formatters.NumberFormatter;
         import mx.charts.CategoryAxis;
         
         [Bindable]
            public var numFor:NumberFormatter = new NumberFormatter();
            
            [Bindable]
            public var DECKER:Array = [
               {date:"22-Aug-05", close:455946.12},
               {date:"23-Aug-05", close:453054.24},
               {date:"24-Aug-05", close:467135.54},
               {date:"25-Aug-05", close:468845.25},
            ];
            
            public function formatNumber(categoryValue:Number, previousValue:Object, axis:LinearAxis):String
            {
             numFor.useThousandsSeparator = true;
             numFor.precision = 2;
             numFor.decimalSeparatorTo = ".";
             numFor.thousandsSeparatorTo = ",";
             Alert.show("bye");
             Alert.show("hi"+String(categoryValue));
                return numFor.format(categoryValue);
            }
        ]]>
      </mx:Script>
    
      <mx:Panel title="Multiple Data Series" width="400" height="400">
                
         <mx:ColumnChart id="myChart"
            dataProvider="{DECKER}"
            showDataTips="true"
            height="250"
            width="350"
         >
            <mx:horizontalAxis>
               <mx:CategoryAxis categoryField="date" />
            </mx:horizontalAxis>
           
            <mx:series>
               <mx:BarSeries
                 id="ls" 
                    dataProvider="{DECKER}"
                    xField="date"
                    yField="close"
                    displayName="DECKER"
               >
                <mx:verticalAxis >
                 <mx:LinearAxis labelFunction="formatNumber"/>
             </mx:verticalAxis>
               </mx:BarSeries>
            </mx:series>
         </mx:ColumnChart>
         <mx:Legend dataProvider="{myChart}"/>
      </mx:Panel>
    </mx:Application>
    
    


    Nilesh Traoré

    I'm a bit confused as there are has many simple mistakes thrown by the compiler on this point that you should not really missed. There are a lot of missing quoted strings.

    Here's the code to work:



    http://www.Adobe.com/2006/mxml' width = '500 '.
    Height = "600" >
     
        Import mx.charts.LinearAxis;
    Import mx.controls.Alert;
    Import mx.formatters.NumberFormatter;
        
    [Bindable]
    public var numFor:NumberFormatter = new NumberFormatter();
           
    [Bindable]
    public var DECKER: Array =]
    {date: "22 August 05 ', close: 455946.12},
    {date: "23 August 05 ', close: 453054.24},
    {date: "24 August 05 ', close: 467135.54},
    {date: "25 August 05 ', close: 468845.25}
    ];
           
    public void formatNumber(categoryValue:Number,_previousValue:Object,_axis:LinearAxis):String
    {
    numFor.useThousandsSeparator = true;
    numFor.precision = 2;
    numFor.decimalSeparatorTo = '. ';
    numFor.thousandsSeparatorTo = ', ';
    Alert.Show ("bye");
    Alert.Show ("HI" + String (categoryValue));
    Return numFor.format (categoryValue);
    }
    ]]>
     

     
     
               
        
    dataProvider = "{DECKER}.
    showDataTips = "true".
    Height = "250".
    width = "350".
    >
           
              
           

           
           
                
            

          
           
               <>ColumnSeries
    ID = "ls".
    xField = "date".
    yField = "close".
    displayName = "DECKER".
    />


        
        
     

  • Programmatically change the chart axis interval c#

    I got mine to work, but I wanted to just make sure I do it correctly.  I only ask because I had to use the cast and hard-coded item recovery.

    This is what works for me:

    Yaxis = (AxisDouble) Graph.Axes.ElementAt AxisDouble (0);
    Yaxis.Range = new range(-25000, 25000);

    I put also adjuster = 'None' in XAML.

    Thank you.

    Your approach is very good. Given that you declare the axis in XAML, you can also use a name instead of referring to it in the index location:

    x:Name="Yaxis" Adjuster="None" ... />

  • Issue replacement string &amp; title of chart axis with. syntax

    Apex 4.1.1

    Hello

    I'm having a problem of replacement of a title of axis of graph with the substitution syntax &. P5_MYFIELD, where P5_MYFIELD is an element whose body of PL/SQL by Type of Source function:
    Start
    Return web_message.show ("LASTNAME", "dk");
    end;

    The element is set to the same Page as the graphic in a different region. I see that feature works well, because the return value is displayed in P5_MYFIELD.
    There is a second point in another region on the same page where the source value is set with the substitution syntax & P5_MYFIELD. It also displays the expected value. But when I use the string & P5_MYFIELD. as the title of the axis, it is not displayed.

    I also defined a P0_MYFIELD field on the zero of the Page with the same function, when I reference that with & P0_MYFIELD. as the title of the axis at Page 5, the value appears correctly. I tried the same thing with a field on the Page 1, & P1_MYFIELD. and it appears correctly.

    In my view, the chart axis title must be replaced before that the P5_MYFIELD element is the execution of the body of the PL/SQL function to get its value. Can someone tell me why?

    We want to use the syntax of string substitution to translate all our labels in different languages. I would like to create hidden objects with type body of the PL/SQL function for all the labels on a page of the source and refer to these values as the label definitions. I would like to place them on the same page as the labels.

    Thank you
    Anne

    The fundamental thing is that the P5_MYFIELD must be filled before the real graphics area where you want to reference.

    Because in the APEX, is made in a particular order according to their point of view, sequences etc...

    So the best way would be to move the element source (body of the PL/SQL function) to a calculation with calculation point before the header

    Now when you return your apex page, the value of the items will be available for all regions, which restitueront after the header

  • loop chart - the chart is based on another query

    I'm working on a report of BI Publisher. The report displays information for a list of stores (store group, by store - each store page break is a page). Now, we want to add a chart (weekly sales - group per week) for each store, we know there is "table within the group" box, we can use, but our problem is that the chart is based on another query, not the original group by query parent store. Could you please help? Detailed information can be provided if required.

    Please check your Inbox.
    I sent you the answer.

    See you soon

    Jorge
    p.s if this answers your question please give the points and close the message

  • WPF chart: formatting of the axis labels

    How to configure the chart to show only the first name label and the axis? I think that it is somehow needs to be done by changing the RangeLabeledDivisions.Mode property.

                         













    You can set the Mode on the MajorDivisions to a page count mode two:



            Mode="Count: 2" TickVisibility="Hidden">

                    ...

            

        

    This will show just the minimum and maximum divisions for the beach.

  • Format of the axis, 2 lines of graph

    I work with a XY graph with time on the x-axis and I have a question about formatting options.  I can include the date and time, but they are written in a single line, reducing the number of main graduations I have for a given size chart.

    Is it possible to include a line break or ramasseherbe return so that the date and time are written with 1 above the other?  I tried to use/r or/n, but these were simply written in the axis tick labels.  Is there an escape code to use, or is this not possible?

    It is not a "/ r" or "/ n" (slash), but '\r' or '\n' (backward slash). And, when you write your constant on the comic, you must format the string in the menu on the right - click with the button drop down as "------Codes view ' or you will literally '\n' (if you then look as" Code------"you will see"\\n").

    Cameron

  • How do I change the format of data o1 - axis and y1 - axis of an areaGraph

    Hello

    I want to change the format of o1 - axis data and y1 - axis of my AreaGraph. The sample output of the y1 - axis data format should be like (ex.105b should be 105,000) and o1 - axis data format should be like (ex. month - new year line). Is it possible to change these values, I need? Here is the image of the chart.

    AreaGraph.JPG

    Here is an example of photo output required to o1 - axis:

    MonthYear.JPG

    Here is the code in the jsff page:

    < dvt:areaGraph id = "Chart1" subtype = "AREA_VERT_ABS".

    inlineStyle = ' height: 165px; width: 545px; »

    tabularData = "#{pageFlowScope.performanceDetailController.productionDevList}" >

    < dvt:background >

    < dvt:specialEffects / >

    < / dvt:background >

    < dvt:graphPlotArea / >

    < dvt:seriesSet >

    < dvt:series / >

    < / dvt:seriesSet >

    < dvt:o1Axis / >

    < dvt:y1Axis / >

    < dvt:o1TickLabel >

    < dvt:graphFont size = "10" / >

    < / dvt:o1TickLabel >

    < dvt:legendArea automaticPlacement = "AP_NEVER" / >

    < / dvt:areaGraph >

    Hello

    So that the axis of the time to display, your data must be provided as java.util.Dates.

    Demo:

    http://jdevadf.Oracle.com/ADF-richclient-demo/faces/feature/graph/timeAxis.JSPX

    Doc of the tag:

    http://jdevadf.Oracle.com/ADF-richclient-demo/docs/DVT/tagdoc/dvt_areaGraph.html

    Doc link above tag:

    The time axis

    The graph area displays a time axis when the dates (type java.util.Date object) are specified for the column labels. Several timeXXX attributes are defined on the chart tag to customize the time axis. The child tag timeAxisDateFormat control the format in which are displayed time axis labels.

    You will also need to set the attribute timeAxisType on the chart.

    Valid values are the following:

    • TAT_DEFAULT - (default) gives an axis of discrete-time for bar, line, area, combination or graphics stocks and for all their subtypes, if the following conditions are met: (1) the Dates must be at the forefront of group and dates (2) must be held at regular intervals. Discrete time axis is plotted on the ordinal axis, which is also known under the name of the O1 - axis. This constant indicates the following relief position if the requirements are not met: the time axis is disabled and all labels are converted to strings.
    • TAT_IRREGULAR - provides an axis of continuous time on the x axis for bar, line, area or combination of graphics (only for dual-Y subtypes and split). Stacked charts are not supported. Additional requirements are: (1) the Dates must be on the edge of the group, the dates (2) must take place at regular intervals (sorted or unsorted), and (3) that a single dimension (layer) can exist on the edge of the group, if the data is provided via interface DataAccess. This constant indicates the following relief position if the requirements are not met: Dates (if any) are converted to strings, the time axis is disabled and an AlertEvent is triggered for all the AlertListeners that are saved with the graphic.
    • TAT_MIXED_FREQUENCY - provides an axis of continuous time on the x axis for bar, line, area, combination or dispersion for subtypes dual-Y and split graphs. Stacked charts are not allowed. Additional requirements are: (1) data cells must contain dates, (2) data to plot on the x-axis must be of type Date and (3) data to trace along the y-axis must be a number.
    • TAT_DEFAULT_STRICT - using discrete time axis, as described in TAT_DEFAULT, except that no fall-back position is available. If the conditions are not met, an error message appears.
    • TAT_IRREGULAR_STRICT - using continuous time axis as described in TAT_IRREGULAR, except that no fall-back position is available. If the conditions are not met, an error message appears.
    • TAT_MIXED_FREQUENCY_STRICT - using continuous time axis as described in TAT_MIXED_FREQUENCY, except that no fall-back position is available. If the conditions are not met, an error message appears.
    • TAT_OFF - disables the time axis.

    Hope this helps,

    Katia

  • You cannot change the chart value axis when there are several types of graphics in a single diagram

    Illustrator can do graphics with bars and lines / columns, for example in the docs:

    http://help.adobe.com/en_US/illustrator/cs/using/images/gr_15.png

    http://help.Adobe.com/en_US/Illustrator/CS/using/WS3f28b00cc50711d9fc86fa8133b3ce158e-8000 .html

    However, when I create a chart like this, I seem to lose the ability to manually set the y-axis using 'override calculated values.

    To reproduce this problem:

    1. Create a chart as in the example, with bars and an axis on the left, lines and an axis on the right. Unlike the example, don't fix the numbers as well as the lines align perfectly - have a go until just less than 20, a up to a little less than 250, therefore it do not markers and the number of divisions on each side.
    2. Try to make the markers and numbers of divisions to the height, so in fact, the side that is going up 20 going up to 25 and has the same number of divisions on the other side.

    Everything I have tried does not work:

    • If I select the entire chart and go to the "Chart Type", I can not set the options for the value axis. In earlier versions, it's gray, in CS6 I can access, but clicking on 'OK' does nothing.
    • If I select the entire chart and chose the type of a chart, I can set options for the axis value, but that the selected chart type, and then applies the entire table.
    • If I use the direct Selection tool to select one of the series and open the "Chart Type" options, changing the options of the y-axis has no effect
    • If I use the direct Selection tool to select all series that share an axis and open the "Chart Type" options, changing the options of the y-axis always has no effect
    • If I use the direct Selection tool to select the Group of ticks axis itself, or the axis line and groups of ticks axis themselves, of axis labels, axis and graduations of the axis line, or axis labels, axis line, graduations of the axis and series of related data, etc., by changing the options of the axis also has no effect

    It seems that this feature is broken and it seems that the example in the manual has been carefully chosen to use a rare combination of numbers where it would actually look right.

    I thought about it. Like everything to do with the horrible ancient neglected graphic Illustrator tool, it is ridiculously clumsy and involves the caution around what is shamefully bad programming for a professional expensive product.

    It is timing - to do things in a sequence of rigid counterintuitive that seems not to work then meets at the end:

    1. Create the chart but, for now, keep all the same chart type. If you've already set to have different graphics types, put the same thing for now.
    2. Select the entire chart and in the main window of Chart Types, set the value to "Both sides" axis
    3. In the drop-down menu, there should be a left and right axis (or top and bottom...). Set the parameters of the value axis for these now. It will look like it does for a single axis, because it will not change the other axis - naked with her...
    4. Select the data series you want to use the other axis using group selection. Go to graph Type and the value of the y-axis to the other and set the chart type that you want. All of a sudden all be put in place.
    5. If you need to change the settings for the value axis, select the entire chart, set the whole chart type to a chart, change the appropriate value axis by choosing it from the menu drop down and the re - apply types of graph as above.

    (the bug is - it should not necessary to set the graphic object to only have only one chart of type in order to access the axis options of value for two different y-axis)

  • Problem in making a chart with the time Dimension

    Hello experts! I have a problem with a specific chart.

    I have a quick TIME in my dashboard page: format: 09/07/2010

    Now I have to make a graph in LINE with two lines (actual, previous) and X axis is a week that belongs to this day in my message of General solicitation.

    My problem is that I see in my dashboard page two weeks: week 2009 containing a line (last year) and week 2010 which has another line (actual year).

    I would like to see a week with two lines together

    I have two measures in my report (actual and previous measure-> logical formula with AGO of my oracle administration)


    Any solution?

    Thank you!!

    PD: Obiee 11.1.1.5

    N ° but a 1 looks cool... I am sure that your customer will like this :)

    You can close this now... Buddy nice discussion. Try to connect on LinkedIn.

  • Problems to use the cursor to select the format of pdf text precisely

    When you try to select a bit of text that is in a text (as opposed to a text box) on a form object, the cursor highlights several other items of text on the page.

    I'll try to reproduce it below:

    It is just the nature of the documents in pdf format, or is this something that can be avoided.

    I made sure to give each its own name text object, but the problem persists.

    Let's say that I tried to highlight all the end of this sentence.

    Note that the other texts are selected as well.  This would happen in a form when I would try to select only the text: "the end of this sentence."

    Its not impossible to select the text I want in acrobat, but it seems to be very sensitive on the forms. Just to have the cursor slightly outside the central axis of the text, and half of the shape is selected.

    Is it possible to make it more like the text in a text field?

    Thank you!

    Nope!

    It's just the way it is.

    Niall

  • Delete the min and max labels on chart axis markers

    Hello

    Is it possible to remove the min and max labels on chart axis markers? For example, see the screenshot below. Can I remove the numbers circled in green without changing the range of the axis? In some cases (like this one), the presence of the min and max number of cases other marker values to not be displayed (red line). I am aware that "10" is displayed if I enlarge the graph, but this isn't an option for my application. FYI - the screenshot is from the side before the attached VI.

    Thanks for any help,

    Kind regards

    Stu

    You can't delete them because they are the main features to be able to set the max and min on the graph of the Panel before if you use no-AutoScaling.

  • Problems of formatting of the new CD - RW and open/read/write in older CD - RW

    I have a laptop Compaq Presario C719TU, who has 3 years using Vista Home Basic with a Super Multi 8 x DVD + R/RW with Support Double layer Drive CD/optical .

    2 days ago, I bought a pack of 5 CD - RW (x 12 or 8 to 12 x speed) to back up data on.

    So, I put a CD - RW in CD/optical drive
    and I tried to format, using the (not mastered) Live file system on Vista.
    Try first, the UDF 2.01 (default) then later, the UDF 2.50 version to fit with.

    At the end of the formatting process, a dialog box appears on the screen indicating that:
    "Format disk - Windows was unable to complete the format."
    Why is this?

    When a CD RW is loaded in the CD/optical drive, it will appear in the desktop computer > computer (with the C and D drives and USB keys)

    But I'm unable to format new discs, (Verbatim 12 x speed) or run/open/view all the contents of old discs (TDK 4-12 x speed) I.

    - Or when a CD RW is loaded in the CD/optical drive, it will be a thready or whirring sound as it normally should.

    However, I loaded a DVD in the CD/optical drive and it took a little while to open, he managed to open the application on this matter.

    I tried to uninstall the DVD/CD ROM driver in Device Manager

    (Optiarc DVD RW AD - 7560 A ATA Device)

    then restarted the laptop, but it made no difference.

    I also 'deleted' (near possible uninstall) this lower filter for: {4D36E965-E325-11CE-BFC1-08002BE10318} HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ with of the registry - as suggested on a web page, but I haven't restarted laptop again to see if it has corrected or not.

    I have use/rely on CD RW to back up important files.

    Hi ordinateur.utilisateur,

    I suggest you try the fix it from the link given below and check if it helps.

    Your CD or DVD drive cannot read or write media

    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Chart display problems - cut off the end or shows not all values

    I have a file I/O reads database table where I can choose a date range to view history, and I can't seem to format correctly.

    If I set the width of the graph large enough to show all values, it cuts the right part.

    Width 1200, the value date of end 10/01/2014, shows only until September 24:

    fileio.jpg

    Width set at 1700, will now interrupt the rightmost in the values:

    fileio1.jpg

    Obviously, I want the best of both worlds - when the date range is selected, it shows all the values and fits in the chart area.

    Any ideas?

    Create a diagram with scrolling.

    Under the item add something like:

  • I replaced my hard drive and format my computer before turning off the software PS.  It need my code series now, but I had lost.  How can I solve the problem and use the software again?

    I replaced my hard drive and format my computer before turning off the software PS.  It need my code series now, but I had lost.

    How can I solve the problem and use the software again?

    If you use a perpetual Photoshop and formatted your disc version of starting without disabling your activation of Photoshop, you also Adobe supports help you activate Photoshop once you retrieve your serial number.  The startup disk formatting would destroy that credential of Activation Photoshop machine which is registered in the database of the Adobe activation server. Which reduces the activation numbers you have to use.  If you have Photoshop installed on a second computer that means that you have no free activation available as well, even with your key you can't activated the machine.

Maybe you are looking for