Show value and percentage in Stacked Bar in OBIEE 11.x

Hi All,
I need to show the values as well as percentages for a particular measure in stacked bar chart.
Any help in this regard?
Regards,

hi
check the properties of Webtemplate for Graph.
in that columns values can change,and over thr make sure that automatic for all values,initially it has the userdefined option amnd change it  into automatic and i thk you can find the categories options to do.try with this
mahesh

Similar Messages

  • WAD: show value and percentage inside bar

    Hi!
    I've created a stacked columns chart and now I want to display the values in the bar. Problem: I can only show one value, e.g. 15.000$. But I would like to see 15000$ and the percentage of this value, e.g. 25% (both inside of the same bar).
    Is there a possibility to do that?
    thanx, gunter

    hi
    check the properties of Webtemplate for Graph.
    in that columns values can change,and over thr make sure that automatic for all values,initially it has the userdefined option amnd change it  into automatic and i thk you can find the categories options to do.try with this
    mahesh

  • Pie chart value and percentage

    is it possible to show both value and percentage when holding mouse cursor over the pie chart?
    I find there is no option for it.
    thank you very much!

    hi,
    Your requirement is to show the legends and data values at a time (when mouse rollover the pie chart)
    Chart View -->Select the Graph as PIE then the Advance properties is enabled
    In Advance Properties ( Start symbol ) click on that you will get chart type special and select show the labels and label values. Let me know if this is not the solution
    Thanks,
    Saichand.V
    Edited by: saichand on Jul 7, 2009 10:46 AM
    Edited by: saichand on Jul 7, 2009 10:48 AM

  • Show date and time in menu bar won't stay selected

    Using 10.6.7 with all updates as of the time I am writing this.
    Show date and time in menu bar is unselected and unselectable. When I select it (click it) it will unselect itself. I will see the checkmark for 1/2 a second, but won't stay selected.
    I've reparied permissions in the Disk Utility as described by a similar post (on an older version of the OS) with no luck.
    At a little bit of a loss. Spending the mandatory 30 minutes with various forms of Google searches with no luck.
    Looking for new ideas other than an OS restore.
    David

    Looking for new ideas other than an OS restore.
    Restart?

  • Multilevel base value and percentage

    hi,
    in AFAMS, there are columns like base value and percentage. i need to clarify the below. hope can get advice.
    1) say base value is 01 (acquisition value), year = 8 and percentage 5.
        in this case, meaning the depreciation cost is 5% out of the total acquisition value for the first 8 years?
        say acquisition value is 50,000. so 5% X 50000 for the first 8 years?
    2) mostly multilevel for reducing balance method right? straight line hardly got multilevel. correct?
    thanks
    rgds

    Hi
    1. Yes, as per your example, it will be 5% x 50,000 for first 8 yrs.
    2. This is not necessary, but most common.
    Regards
    Zubin

  • Balancing Segment Value set Does't show values and Giving error Page.

    In R12,LOV of Balancing segment, doesn't show values and giving error page while creating Retained Earnings Account in Ledger Options Page.
    If once the ledger options finished, and it gets the status completed, can't we modify the Ledger options in future.
    By mistake we finished. can i delete Primary ledger from Accounting stucture?
    Thanks in advance,
    VRC Murthy

    Turn on the dynamic insert for your chart of account structure.
    Make sure you have at least one value in each of the value value set attached to COA segments. Make sure retained earning account value exists in your Account value set.
    Now you will be able to pick your retained earnings account in Accounting Setups screen.
    After completing your ledger setup you will be able to modify some options like suspense account, reversal set, future enterable periods etc.
    I have explained the GL setup in detail in my online training videos at http://handsonerp.com
    Regards
    Edited by: user2648997 on Nov 13, 2009 11:50 AM

  • Display value and percentage of row in pivot table w/o double counting...

    Hello,
    I am wondering how/if one can show a metric value and the row percentage it represents without double counting. So far, I have attempted to duplicate the metric value layer, move the duplicated layer in the measures section of the pivot table next to the original layer (i.e. I have the value twice in the measure section), and set the format of the duplicated layer to "show data as > percent > row".
    This makes the trick in terms of the data I see in the table; however, the values displayed in the table are double counted in the chart. I guess this makes sense since I have duplicated the metric value.
    Any thoughts on how I could tackle this issue differently?
    Thanks,
    JP

    You can do all that in the Pivot Table... Go to the measure properties and Duplicate Layer...than Show as...
    Dont need to duplicate the criteria...
    Antonio
    BExpert Brazil

  • LabVIEW control which shows value in percentage

    Hello
    I am want to know about LabVIEW control which shows the values in percentege. Actuly I am using wait(ms) function and as a input i m using control but the problem is that i want values in percentage..
    Thank You

    Thank u once again for your reply
    I m explaing my problem brifly. I am attached a screenshot of my blockdiagram.
    In the diagram i used str_1 for turned on LED let say for 10 msec and in str_2 i am mesuring voltage at 5 msec. so when LED is on for 10msec then exectly at 5 msec i mesure voltage.
    Now the problem is i want to change in str_2 for constant 5 msec to control(in percentage) in wait function.
    If i give lets say 10 msec input to wait function in str_1 & in str_2  i give 70% then input of wait function is 7 msec
    if i give 20 msec input to wait function in str_1 & in str_2 60% then input of wait function has to be 12 msec..  
    I try to explain my problem though i know its diffcult to understand for someone else.. Hoping for your reply
    thank you
    Attachments:
    screenshot.jpg ‏672 KB

  • List Box showing Value and Display members?

    Ok this is a CONCEPT problem (the code is not professional, just read it for the concept, though it does compile and run).
    Right, I have asked many people on IRC and no one is giving me a straight answer lol so maybe some professionals can help me.
    I am trying to use a Datasource property for my combobox. This is so I can just pass an entire KeyValue pair with indexes and values to be shown in the listbox.
    Creating the keyvaluepair as a WHOLE and passing that to datasource property works perfectly.
    Creating a keyvaluepair PROCEDURALLY (in a loop or w/e) ends in the datasource property ToString()ing it, list box items show BOTH value AND display members in square brackets as an entire option.
    NOTE: Getting the lsitbox.value results in ONLY the valuemember being returned even though the listbox shows both the valuemembers AND the displaymember? it knows they are different?
    Now, I dont want any alternatives or comments about the quality of the code, all I want to know is WHY is it doing this, it seems compeltely illogical that the same TYPE and Values and can different Effects within the datasource property? Its like it knows
    it was built procedurally?
    Anyway here is some code for reference:
    // Windows Form
    namespace skbtInstaller
    public partial class frmMainWindow : Form
    public frmMainWindow()
    InitializeComponent();
    // coxArmaPath = Combo Box (simple drop down)
    this.cBoxArmaPath.ValueMember = "Key";
    this.cBoxArmaPath.DisplayMember = "Value";
    public void addServerPathItem(String Key, String Value)
    this.cBoxArmaPath.Items.Add(new KeyValuePair<String, String>(Key,Value));
    // This works fine, only the "DisplayMember" is displayed and the "ValueMember" is hidden.
    // This acts differently with the same types???
    public void setServerPathDatasource(List<KeyValuePair<String, String>> source)
    this.cBoxArmaPath.DataSource = new BindingSource(source, null);
    public class skbtServerControl
    private frmMainWindow frmMainWindowHandle;
    public void refreshformWindow()
    // Clear Drop Box (empties drop box)
    this.frmMainWindowHandle.clearPathBox();
    //skbtServerConfig is very simple property object
    foreach (KeyValuePair<String, skbtServerConfig> pair in CoreConfig.getServerConfigList())
    // Populate Drop Box
    this.frmMainWindowHandle.addServerPathItem(pair.Key, pair.Value.getTextualName()); // this works as intended
    // cBox gets items like: Some Display Text, Some Display Text, Some Display Text (PERFECT!)
    // This works absolutely fine. ValueMembers are hidden.
    public void refreshformWindowWithSTATICDatasource()
    // Clear Drop Box
    this.frmMainWindowHandle.clearPathBox();
    var pathDataSource = new List<KeyValuePair<String, String>>()
    new KeyValuePair<String, String>("testKey1", "somevalue1"),
    new KeyValuePair<String, String>("testKey2", "somevalue2"),
    new KeyValuePair<String, String>("testKey3", "somevalue3")
    // Populate Drop Box
    this.frmMainWindowHandle.setServerPathDatasource(pathDataSource);
    // cBox gets items like: Some Display Text, Some Display Text, Some Display Text (PERFECT!)
    // ** HERE IS THE PROBLEM?? **
    // This creates a type that seems different to the above function which works fine...
    public void refreshformWindowWithDatasource()
    // Clear Drop Box
    this.frmMainWindowHandle.clearPathBox();
    var pathDataSource = new List<KeyValuePair<String, String>>();
    //skbtServerConfig is very simple property object
    foreach (KeyValuePair<String, skbtServerConfig> pair in CoreConfig.getServerConfigList())
    pathDataSource.Add(new KeyValuePair<String, String>(pair.Key, pair.Value.getTextualName()));
    // Populate Drop Box
    this.frmMainWindowHandle.setServerPathDatasource(pathDataSource);
    // cBox gets items like [asjAETJQ5785d45,Some Display Text], [asawfgQ5785d45,Some Display Text], [asjAhrrQ5785d45,Some Display Text]
    // ????? surely this function should act exactly like the function above??
    Thanks!
    (I have posted on codeproject too, will condense any replies).
                 

    Thanks Michael!
    I did debug this and it turns out when i set a new BindingSource to the combo box, indeed the DisplayMember gets reset. Oddly though, the ValueMember stays the same.
    I have fixed this with setting the Members before every new bindingSource is set to the combobox, strange that only the displaymember is reset?
    For reference, the new resolved code: (this compiles albeit with designer components placed)
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    namespace etstapp1
    public partial class Form1 : Form
    private skbtServerControl sc;
    public Form1()
    InitializeComponent();
    this.sc = new skbtServerControl(this);
    // coxArmaPath = Combo Box (simple drop down)
    this.cBoxArmaPath.ValueMember = "Key";
    this.cBoxArmaPath.DisplayMember = "Value"; // This doesnt seem to stick after the first datasource set??
    public void addServerPathItem(String Key, String Value)
    this.cBoxArmaPath.Items.Add(new KeyValuePair<String, String>(Key, Value));
    // This works fine, only the "DisplayMember" is displayed and the "ValueMember" is hidden.
    // This acts differently with the same types???
    public void setServerPathDatasource(List<KeyValuePair<String, String>> source)
    this.cBoxArmaPath.DisplayMember = "Value"; // fix datasource problem
    this.cBoxArmaPath.ValueMember = "Key"; // fix datasource problem
    this.cBoxArmaPath.DataSource = new BindingSource(source, null);
    public void clearPathBox()
    if(this.cBoxArmaPath.DataSource == null){
    this.cBoxArmaPath.Items.Clear();
    else
    this.cBoxArmaPath.DataSource = null;
    private void btnStatic_Click(object sender, EventArgs e)
    this.sc.refreshformWindowWithSTATICDatasource();
    private void btnNormal_Click(object sender, EventArgs e)
    this.sc.refreshFormWindow();
    private void btnDynamic_Click(object sender, EventArgs e)
    this.sc.refreshformWindowWithDatasource();
    public class skbtServerControl
    private CoreConfig CoreConfig;
    private Form1 frmMainWindowHandle;
    public skbtServerControl(Form1 f){
    this.frmMainWindowHandle = f;
    this.CoreConfig = new CoreConfig();
    public void refreshFormWindow()
    // Clear Drop Box (empties drop box)
    this.frmMainWindowHandle.clearPathBox();
    //skbtServerConfig is very simple property object
    foreach (KeyValuePair<String, skbtServerConfig> pair in CoreConfig.getServerConfigList())
    // Populate Drop Box
    this.frmMainWindowHandle.addServerPathItem(pair.Key, pair.Value.getTextualName()); // this works as intended
    // cBox gets items like: Some Display Text, Some Display Text, Some Display Text (PERFECT!)
    // This works absolutely fine. ValueMembers are hidden.
    public void refreshformWindowWithSTATICDatasource()
    // Clear Drop Box
    this.frmMainWindowHandle.clearPathBox();
    var pathDataSource = new List<KeyValuePair<String, String>>()
    new KeyValuePair<String, String>("testKey1", "somevalue1"),
    new KeyValuePair<String, String>("testKey2", "somevalue2"),
    new KeyValuePair<String, String>("testKey3", "somevalue3")
    // Populate Drop Box
    this.frmMainWindowHandle.setServerPathDatasource(pathDataSource);
    // cBox gets items like: Some Display Text, Some Display Text, Some Display Text (PERFECT!)
    // ** HERE IS THE PROBLEM?? **
    // This creates a type that seems different to the above function which works fine...
    public void refreshformWindowWithDatasource()
    // Clear Drop Box
    this.frmMainWindowHandle.clearPathBox();
    var pathDataSource = new List<KeyValuePair<String, String>>();
    //skbtServerConfig is very simple property object
    foreach (KeyValuePair<String, skbtServerConfig> pair in this.CoreConfig.getServerConfigList())
    pathDataSource.Add(new KeyValuePair<String, String>(pair.Key, pair.Value.getTextualName()));
    // Populate Drop Box
    this.frmMainWindowHandle.setServerPathDatasource(pathDataSource);
    // cBox gets items like [asjAETJQ5785d45,Some Display Text], [asawfgQ5785d45,Some Display Text], [asjAhrrQ5785d45,Some Display Text]
    // ????? surely this function should act exactly like the function above??
    public class CoreConfig
    public Dictionary<String, skbtServerConfig> getServerConfigList(){
    return new Dictionary<string, skbtServerConfig>()
    {"somekey1", new skbtServerConfig("somename1")},
    {"somekey2", new skbtServerConfig("somename2")}
    public class skbtServerConfig
    private String name;
    public skbtServerConfig(String name)
    this.name = name;
    public String getTextualName()
    return this.name;
    Talking with someone it seems logical that every time I set a new BindingSource the component will not know if I want to keep the same member values so it resets them, but why it only resets displaymember? very strange to me.
    Thanks again.

  • How to show value and unit in different columns

    Hi All,
    I need ABAP help for the below requirement in BI7.0
    Data source contains  the field Amount in local currency (Data source is flat file of CSV format)
    Amount in local currency
           1000  INR
           2000  INR
           1000  GBP
           2000  EUR
    I have to get this value in target like below( value and unit should be in different columns)
    Amount in local currency              0currency
           1000                                           INR
           2000                                           INR
           1000                                           GBP
           2000                                           EUR
    Can any one help me how to declare the data type for  Amount in local currency and how to show this value in two columns in the target.
    Thanks,
    kishore.

    TYPES:BEGIN OF ty_stru,
      s1 TYPE string,
    END OF ty_stru,
    BEGIN OF ty_stru1,
      s2 TYPE string,
      s3 TYPE string,
      END OF ty_stru1.
    DATA:itab TYPE TABLE OF ty_stru,
          wa LIKE LINE OF itab.
    DATA:itab1 TYPE TABLE OF ty_stru1,
         wa1 LIKE LINE OF itab1.
    START-OF-SELECTION.
    "--Input--
    In input 1000 and USD having space
      wa-s1 = '1000 USD'.
       APPEND wa TO itab.
      wa-s1 = '1000 INR'.
       APPEND wa TO itab.
      wa-s1 = '1000 EUR'.
      APPEND wa TO itab.
    "--Input--
      LOOP AT itab INTO wa.
    SPLIT wa-s1 AT space INTO  wa1-s2 wa1-s3.*------> split command
    APPEND  wa1 TO itab1.*---------------->splited value store into another internal table
      ENDLOOP.
    "--Display--
      LOOP AT itab1 inTO wa1.
        WRITE: wa1-s2,
               wa1-s3.
      ENDLOOP.
    "--Display--
    Output:
    1000 USD
    1000 INR
    1000 EUR
    This is simple prgram for split a string into two different string based on space
    regards
    Dharma
    Edited by: dharma raj on Aug 19, 2009 2:01 PM

  • Show values as percentages of first value in series

    I have a tricky problem I've tried to figure a way to do in OBIEE and I'm currently stumped.
    I have data that generally decays over time, but has vastly different starting values. I need to be able to show the data as percentages of the starting value, so that I can compare the various streams on an equal basis.
    Here is the data I have (a small sample)
    1492 1470 1369 1264 1141 1037
    1190 1162 1067 972 842 723
    266 265 259 250 238 226
    What I want it to look like this:
    100% 99% 92% 85% 76% 70%
    100% 98% 90% 82% 71% 61%
    100% 100% 97% 94% 89% 85%
    This is fairly easy to do with the data in Excel, but I really need the ability for the whole thing to work in OBIEE.
    I tried creating a view that only has the numbers in the first column, but I can find no way to then have a subsequent report match and then calculate the percentages.
    Can this be done in OBIEE? Any Ideas?
    Thanks,
    Dave

    Thanks, but my numbers are from an aggregate already (count) so I can't combine a first in the same function with a count.
    Any other ideas?
    Thanks,
    Dave

  • Get the parameter values and entire call stack in procedure

    Does Oracle provides any utility procedure like format_error_stack, and format_call_stack, where I can get entire procedure/function call along with parameters passed to it so that I can just dump that into some table as part of logging.
    -S

    Thanks for the response. I guess who_am_i and who_called_me gives only the proc/function name. I am looking for a way to figure out what was the parameters and values passed to the procedure so I can simply dump them into my log tables.
    This would be similar to any java application where it can dump its own call stack, which has parameters and values passed to it and can dump into a log file.
    For ex:
    create or replace procedure my_proc( a number, b varchar2)
    is
    begin
    --this log stack should be able to print procedure name and parameters passed to it.
    -- I should be able to use log_stack without any parameters in any procedure/function
    log_stack();
    end;
    --My output should be something like this
    SQL> EXEC my_proc(1, 'ABC')
    CALL STACK:
    my_proc(a => 1, b => 'ABC')

  • External apps in portal r showing username and password on address bar

    Hai all
    We r usign apps 11.5.3 and 9iAS 9.0.2.0.1.
    Portal 9.0.2.2.14a.
    I regesterd apps as External application to portal and supplied username and password fields.
    It is regestered succesfully and the external application link is working fine.
    When I fisttime accessed link it asked for username and password.
    I could logged in successfully to apps but the user name and pasword r appearing on the address bar of apps page.
    Even my.oracle which is configured bydefault during portal installation is showing user name and password on the addressbar.
    Is there a way to hide them from appearing in address bar.
    regards,
    sreenivas

    You can deploy the external application link for your oracle apps as a url item in a region. Enable the check box to open this url in a new browser window. Hide the toolbars for this new window using javascript. Hope this helps...

  • Total for stacked bar

    Is it possible to show the total for the stacked bar in
    column chart and bar chart?
    eg. If I have two series with values 3 and 5 and they are
    stacked, I just want to show the total 8 for the whole stack on the
    top as in data label. But what I able to find is only showlilng
    datalabel using labelPosition for each series.
    Is it possible to show the total of whole stack on top? If
    yes, please let me know how?
    thanks

    I know its very late, but did you get a solution to it?
    I am looking for one now .
    Thanks,
    Sam

  • Date and time in menu bar

    Hi everyone,
    I'm having a very silly problem that is driving me crazy. I found similar problems on this forum but not exactly the answer to them.
    The "Show date and time in menu bar" checkbox System Preferences will not remain checked. I have checked it 50 times but every time I close it and go back it's unchecked.
    Based on some suggestions on the forum I check the SystemUIServer in Activity Monitor and it's hanging (i.e. Not Responding). I tried force quitting and restarting but it doesn't get it going. Somehow I think these two problems are related.
    I also tried deleting the com.apple.systemuiserver.plist file under ~/Library/Preferences and logging out and back in to go back to system defaults on the menu bar but that didn't work either.
    Alot of people solved similar problems by installing OS X 10.5.2 but I'm already running 10.5.2! I'm running out of ideas here.
    Any help is appreciated.

    Excuse me, my interface is in Dutch and I literally translated the name.
    Desktop and Screen saver I believe, select the menu for the screen saver.
    There is a box you can tick, it will display the time when the screen saver is running.
    It could be displayed like 3553 instead of the correct time.
    If that is the case check in another user account, or make a new user account in Apple menu>System preferences>Accounts. Does the problem occur in the new account as well?

Maybe you are looking for

  • How can we put the filter

    Hi OBIEE Guru, I have one requirement ,which would display the records only 10 from the presentation table,The tricky is I don't have any column in my presentation table like rownum or represents the no of records,How would I restrict only 10 records

  • Integrating Tableau server report with SharePoint

    Hi  The requirement is to have Tebleau server report to be integrated with SharePoint. We can integrate the report using a page viewer web part but in the web part it asks for log in credentials, also Tableau server is installed on a different server

  • How to restore environment repository files

    I am unable to find these files on my computer. n FORTE_ROOT/sysdata/envrepos/node_name.btd n FORTE_ROOT/sysdata/envrepos/node_name.btx Can anybody tell me how to restore them? Forte is not recreating them and is running very slow. Can somebody throw

  • Understanding loitering objects and back references in profiler

    i'm trying to debug a problem in my AIR app that results in exhaustion of USER objects (USER objects are viewable in the sysinternals tool process explorer) on my windows xp sp2 system. once the USER objects for my AIR app grow to a certain number (b

  • How can I work with a Windows MovieMaker file in iMovie?

    Can MovieMaker export as a Quicktime/Apple-friendly file type? Thanks. Sunny