SBOP 4.0 Web Intelligence (Question regarding Pie Charts)

Hi Everyone,
I am having a strange issue with Pie Charts in Webi 4.0 version.
I have a webi report migrated from 3.1 version to 4.0 and I see that the Webi report in 3.1 version shows an empty Pie chart when the metrics for that chart are zero's where as the same Webi report in 4.0 does not show any thing.
My requirement is to show atleast a plane empty pie chart when the metrics for that chart are zeros. I could not see any option in Webi 4.0 to help me achieve that, also I don't see any option in 3.1 version that is allowing it to show an empty pie chart but still it is showing empty pie chart. So I am not sure if this a bug in Webi 4.0 or if I am missing any setting.
Please let me know if anyone had this issue and resolved it. Any comments will be greatly appreciated.
Thanks & Regards,
SRV

On XI 3.x, I believe the default appearance settings are governed by an XML file (defaultConfig) and can be changed, if you know what you're doing.
In my installation, the path is:
(INSTALLDIR)...\Business Objects\Tomcat55\webapps\AnalyticalReporting\webiApplet\AppletConfig\defaultConfig.xml
Example:
Can't comment on 4.x though, it may well have changed completely....IIRC it's all CSS based now isn't it?
Edit: Yep - see here: Cascading Style sheet modify for webi in 4.0 | SCN
NMG

Similar Messages

  • Help regarding PIE Charts

    Hi experts,
       I am creating a report in which i have to display a pie chart. I am sucessful in that but the requirement is i need to get the value of each sector displayed in the graph itself. I am using a function module GRAPH_2D for the charts. So please let me know the possible chanses for that.
    Thanks in advance.

    Hi Uday,
    That is the transaction. It is one stop shop for all graphs
    Just ask your basis to give you the authorization for that or you can just go in the code of that transaction and look interanally which all programs it is calling.
    Regards,
    Atish

  • Regarding PIe chart

    Hi guys.
    Can any one tell me where can i find the 3-d Pie chart for xcelcius?
    Thanks & Regards
    Codepoet

    There isn't one to my knowledge.
    What additional value would being able to see the edge of the pie give to the data your trying to display?
    Regards
    Charles

  • Regarding Pie Chart Display

    Hi this is Prasad,
                             I want to display a pie chart with the associated results from the query template.It is working fine if I have any values in the database.I want to Display the Text 'No Data is Found' if i dont have data in the database.Is it possible to display like this.Can anyone help on this.
    Thanks,
    Prasad.

    The 'No Data Available' message only displays when a fatal error occurs but not 0 rows (not desirable in this case).  How about adding the UpdateEvent in your PARAM tags and in the corresponding function doing something like this:
    var myApplet = document.APPLETNAME;
    var myChart = myApplet.getChartObject();
    if (parseInt(myChart.getNumberOfDataPoints(1)) > 0) {
       myChart.setTitle("You have pie slices");
    } else {
       myChart.setTitle("No Records Found");
    myApplet.setUpdateEventEnabled(false);
    myApplet.updateChart(false);
    myApplet.setUpdateEventEnabled(true);
    This should allow you to use standard stuff and not incorporate monkey business with hidden/visible divs and/or additional applets just for running separate queries.

  • Code regarding Pie Chart, Bar Chart and Line Chart

    Anybody having code for Pie chart, Bar chart and Line chart.......?

    You may try jfreechart, jgraph,etc
    here is the link for more java graphics software : http://www.kidslovepc.com/graphic-design/graphic-design-softwares.php

  • In web intelligence rich client, I want not to display "#multivalue"

    HI, experts, I have one question.
    Is there any function to eliminate #multivalue?
    like ISERROR which can be used in xcelsius...
    Thanks.

    Hi,
    this forum is for the SAP Integration. I would suggest you post Web INtelligence questions into the Web Intelligence forum.
    a MultiValue in Web Intelligence indicates that the measures are aggregates along "multiple values" for dimensions and it is something you can configure in the report itself in the properties for the table.
    ingo

  • BO 4.0 Web Intelligence, Error: Column Chart shows not the whole data

    Hello,
    I want to create a case study in BusinessObjetcs 4.0 (Web Intelligence) with a column chart.
    Year is the Category Axis and Revenue is the Value Axis.
    Unfortunately the resulting chart shows only the year 2008.
    If I choose Month as Regional Color the chart shows all years (2008-2011).
    What I do wrong? Or is this a bug?
    Thank you!
    Best regards,
    Wladimir

    Hi again,
    What I think is that there simply isn't data in the report other than the 2008,
    or at least the combination of the section master/year only has 2008 data.
    If that is not what you expect and there should be more data, also when looking specifically at the values for just this section,
    then you could check if you may be have incomplete query results. Standard they will be limited to 5000 rows, unless your universe designer decides otherwise.
    Check the number of rows returned (free cell with query details),
    if it is 5000 (or any other nice round figure) have a chat with the universe designer.
    Good luck,
    Marianne

  • Regarding standardization of Colors in Pie chart Categories

    Dear BI Experts,
    I have an issue regarding Pie Charts in the WAD. When we have 5 categories defined in the Pie chart and each category has got its own defined color.
    <b><u>issue no 1:</u></b> It is very difficult to go to each cahrt and select the colors for each chart in each category. Is there any place where we can define the colors in common?
    <b><u>issue no 2:</u></b> When we have the data for all the categories it is doing good. In case of data not available for any purticular category the color defined for that category is coming for the next category. which shud not happen.
    Is there any chance of solving this?
    Anyone please help me in this concern. Very much awaited.
    Regards,
    Kishore.

    Bhanu,
    Sorry about the late response ... connectivity issues....
    As for the color issue - you would have fixed colors to each series ... and when there is no data for one of them then that particular series is absent which would mean that the next series would take its place.
    Example :
    Original query -
    4 categories with 4 colors
    If one of the categories does not have data then the query would have 3 categories and category 4 would take the place of category 3 and hence the issue of the colors...
    I was not able to simulate the same however ....
    1. If you had the same data set in Excel - are the colors proper- any Standard data set / BeX chart
    2. Is there anyway you can fix the number of categories by way of restricted Key figures etc ? then if that category is present in the query even if there is not data the colors should be maintained.
    Arun
    Hope it helps...

  • Pie Chart in Management Cockpit

    Hi everybody,
    this time a question concerning pie charts in Mgt Cockpit. Does anyone how to show the percentage values of each part of the pie within the chart? Is this possible? I only see the absolute values concatenated with the "%"-sign, which makes no sense.
    Or do I have to adjust the query to make the query deliver percentage-values (which sum up to 100%)?
    Thx in advance!
    Thomas

    Hi,
    If you want to see the percentage value according to the total value, write <b>0.0$Percent%</b> in the <i>format</i> section of your series/point.

  • Questions regarding Outlook Web App, Remote Desktop, Remote Web Access and VPN Access

    Hi there,
    I want to ask a series of questions regarding Outlook Web App, Remote Desktop, Remote Web Access and VPN access and was hoping whether you could help me. Below are my questions to ask you.
    Outlook Web App - What do I need to configure in order to get my Exchange account to work with the OWA app on my iPhone? Is Office 360 required on the server that hosts Outlook Web App in our organisation? When I configure the settings and
    connect I get the following message "couldn't connect -  We couldn't connect to the server. Check your information and make sure it's correct." I can connect with other devices using Outlook Web App.
    Remote Desktop - What do I need to configure in order to connect to my computer at work using Remote Desktop on my Windows Phone? When I configure the settings and connect I get the following message "Connection error - We couldn't connect
    to the remote PC. Make sure the PC is turned on and connected to the network, and that remote access is enabled. Inquiring minds may find this error code helpful: 0x204" I can connect with other devices using Remote Desktop. There are currently no
    RD Server settings in the Remote Desktop app on the Windows Phone and the only way I'm to connect to my PC at work is via Remote Desktop and not to be confused with the one by Microsoft, however the app is on a trial basis and times out every 5 minutes and
    can only be used once every hour unless I purchased the app for £2.99 off the App Store but would ideally like to use the Microsoft Remote Desktop app though.
    Remote Web Access - What do I need to configure in order to get Remote Web Access on my Windows Phone using a URL? When I log in using a URL I get the following message "There is a problem with this Web page. Please contact the person who manages
    the server" I can connect with other devices using Remote Web Access. Also how do you enable the background option for Remote Web Access? I know how to do this in Remote Desktop but not in Remote Web Access. Remote Web Access works on PCs regardless
    being onsite and offsite and on my iPhone, the same issue also occurs with my Nokia 5230s regardless of whether I'm using Opera Mobile or Mini or the latest Nokia Browser.
    VPN access - How do you configure VPN access on a Windows Phone using VPN? I cannot find the protocols PPTP, L2TP, SSTP and IPsec in order to configure VPN access on the Windows Phone apart from IKEv2.
    Many thanks,
    RocknRollTim

    Any help would be much appreciated.
    Kind regards,
    RocknRollTim

  • Web Intelligence export to Excel misses some fields

    Hi,
    Our system is running BusinessObjects Enterprise XI 3.1 with SP3 (no fix packs).  The behavior I'm seeing is when exporting a particular Webi doc to Excel. 
    Here is some background info for the document I am attempting to export to Excel. The doc contains a section and the section has a crosstab including description header cells.  I have added an additional cell at the top of the section with section specific information in it- nothing that strange yet.  If my InfoView (Web Intelligence) preferences is set so that 'Select a priority for saving to MS Excel' is set to 'Prioritize easy data processing in Excel' then the exported document is missing the additional cell at the top of the section (all other data is fine).  If the setting is set to 'Prioritize the formatting of the documents' then the Excel export works perfectly.
    My question is why would this be?  The cell is just a simple dimension (string).  My only fear about changing this Excel setting is that there is a warning in the 'Business Objects XI 3.1 Release Notes' guide.  It states
    Large Web Intelligence documents should be saved to Excel format using the "Prioritize data processing" option". The generated Excel might not open if the document is large and saved with the "prioritize formatting" option.
    Thanks,
    Steve

    We are experiencing similar issue using BO 4 SP2 Patch 10 when exporting to Excel with setting 'Prioritize easy data processing in Excel'.  Exporting data worked after changing WEBI settings to 'Prioritize the formatting of the documents'
    Documentation regarding this option states following:
    "Under "Select a priority for saving to MS Excel", select the option that best fits your needs:
    u2022 If you want to display the data in a format that is similar to working in Web Intelligence, then
    choose Prioritize the formatting of the documents.
    u2022 If you want to display the data in a text format, then choose Prioritize easy data processing in
    Excel."
    If I understand this explanation correctly then both options should have extracted the same content to Excel. Difference should have been how the contents were formatted and should not have caused loss of information.
    I logged support ticket for this issue.

  • Web Intelligence Standalone

    Hi Experts,
    I have some questions about Web Intelligence.
    Is Web Intelligence Standalone avaiable  as a trial version and does it has access on BW?
    Or do I need a Enterprise/Edge Platform to connect to BW over Web I?
    Is Web Intelligence in principle the same as Bex Web Application Designer?
    Regards,
    Jan

    Is Web Intelligence Standalone avaiable as a trial version and does it has access on BW?
    Or do I need a Enterprise/Edge Platform to connect to BW over Web I?
    Web Intelligence is part of the SAP Business Objects Enterprise suite of products and is therefore cannot be installed as a standalone solution. To connect SAP Business Objects Enterprise (SAP BOE) to an SAP NetWeaver Business Warehouse (SAP BW) instance, you will need to install a minimum of SAP BOE XI 3.x and your SAP BW instance will need to be on a minimum of SAP NetWeaver 7.0 Enhancement Package 1 (a.k.a. SAP NetWeaver 7.0 EHP1 or SAP NetWeaver 7.01).
    Is Web Intelligence in principle the same as Bex Web Application Designer?
    Web Intelligence really isn't the same as BEx Web Application Designer (BEx WAD). It's a partial replacement for BEx Web Analyzer, along with Pioneer, but with much more capability than BEx Web Analyzer (e.g. a user-friendly means for ad-hoc queries). Xcelsius would be considered more of a replace for BEx WAD.
    All BEx products, including BEx Query Designer, are now in maintenance mode. They will no longer be enhanced and will not be supported beyond 2016.

  • Web Intelligence Document Reports

    Hi Everyone,
    My Question is, How many Reports can we create in Web Intelligence Document? and How to open Web Intelligence through command prompt?
    Thanks & Regards
    Madhu...

    Hi,
    Thanks for your quick replay, but we can also open the Web intelligence Rich Client with Command Line, Infoview and Start > All Programs. So I need to open from Command Line. Please give the command or path to open the Web Intelligence Rich Client.
    Regards
    Madhu...
    Edited by: Laxmi Madhavi on Jan 7, 2011 10:46 AM
    Edited by: Laxmi Madhavi on Jan 7, 2011 10:48 AM

  • Unione dimensioni ed editor di funzioni in Web Intelligence BO

    Buon giorno,
    gentilmente volevo chiedervi due cosette al riguardo di Business Objects, Web Intelligence.
    1.     Per una certa tipologia di reportistica ci sarebbe utile unu2019analoga funzione di Web Intelligence quale quella esistente u201CIndietrou201D, però che si comporti in modo opposto, quindi che dia il risultato dellu2019attributo richiesto appartenente alla riga successiva. Ho provato ad esplorare le funzioni esistenti in Web Intelligence ma non ho trovato o forse mi e sfuggita una funzione di questo tipo. Come posso fare per poter avere une risultato del genere?
    2.     Nella reportistica utilizzando lu2019opzione di creazione delle variabili, come si può fare per unire due dimensioni una delle quali è nativa nellu2019universo e lu2019altra invece è una variabile creata nellu2019universo? (Provando nel menu di u201CUnione dimensioniu201D, non sono riuscita a trovare un modo per potere includere una variabile creata a livello di report, nelle dimensioni candidate ad unu2019eventuale unione).
    Grazie mille della disponibilità,
    Ardita SHKURTI

    Hi
    it would be great if you can translate this in english. I guess you need information on the "merging dimensions" functionality but you will probably get more answers if you ask your question is in english.
    Regards,
    Stratos

  • Connection from Web Intelligence over Universe to SAP ERP without SAP BW

    Hi there,
    is there a way to create a Universe which ic connected to SAP ERP (ECC 6.0) ? I want to use Web-Intelligence to create the Reports for my ERP-Data. But i don't want to make the way over SAP BW.
    Otherwise i have to use Crystal because Crystal + SAP ERP Integration Kit can handle a connection to ERP. But then i have to waste a lot of time for the accuracy to a pixel which i dont need and i dont want...
    Any Ideas ?!
    Thanks
    Sebastian
    Edited by: smenzl on Mar 31, 2010 9:17 AM

    Hi
    you have 4 options:
    1) Load your SAP ERP data into an SAP BW system and use OLAP universes to build WebI reports.
    2) Use Rapid marts for SAP. This product comprises Data Integrator mappings that will allow to load your SAP ERP data into a predefined DWH based on a relational data source (like DB2, MS SQL Server or Oracle). It also includes a universe based on the predefined relational DWH that will allow you to build WebI reports.
    3) Use the Data Federator with the SAP R/3 connector. Please note that the R/3 connector is NOT a product rather a prototype tand will be used at own risk (SAP BusinessObjects Web Intelligence Reporting for SAP ERP [original link is broken])
    4) NOT RECOMMENDED: Try to access the tables directly in the underlying database. Please note that this may work for some but not all of the ERP data. In several case the data are stored encoded in the underlying tables and there is no way to extract the required information. Additionally the ERP security will not be leveraged into the WebI report.
    Crystal reports is the currently the only BO reporting tool, which supports direct access to SAP ERP data sources.
    Regards,
    Stratos

Maybe you are looking for