Webi Transparent charts?

Hi,
I am on boxi 3.1 base version. Is it possible to make a webi chart transparent so that we can superimpose one chart on top of another?
I want to combine a stacked vertical chart with a line chart.
Regards

Hi,
If I have understood you clearly..then you want the Wall color of the chart to have an option of setting "NO FILL" which I guess is currently not possible with Webi .
There are also some limitations regarding charts in Webi. Probably you can get in touch with SAP for more details on this.
Thanks,
Regards,
Soumya

Similar Messages

  • Data web bean (chart) using a dynamic view object

    Please I want a quick help. I read all forums concerning this subject but I still couldn't do it.
    - I create a view object which takes a proameter using the ? style parameter.
    - I passed the parameter from an html page and execute the query
    of the view as follows:
    <%
    String deptno = request.getParameter("deptno");
    if(deptno != null) {
    oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(session , "MyProject21_package3_Package3Module");
    oracle.jbo.ViewObject v = oracle.jbo.html.jsp.JSPApplicationRegistry.getInstance()
    .getAppModuleInstance("MyProject21_package3_Package3Module",request,session)
    .findViewObject("View1");
    v.setWhereClauseParam(0,deptno);
    v.executeQuery();
    %>
    - And then I used the data web bean chart as follows:
    <jsp:useBean class="oracle.jbo.html.databeans.ChartRenderer" id="ch" scope="request" >
    <%
    ch.setReleaseApplicationResources(false);
    ch.initialize(application,session, request,response,out,"MyProject21_package3_Package3Module.View1");
    ch.setCommonScriptName("/webapp/jsp/chart_common.jsp");
    ch.getChart().setGraphType(ch.PIE);
    ch.setSeriesLabelColumnName("DeptNo");
    ch.setDisplayAttributes("CountEmplNo");
    ch.getChart().setPieFeelerTextDisplay(0);
    ch.getChart().setPieTilt(10);
    ch.getChart().setPieRotate(0);
    ch.getChart().setLegendDisplay(true);
    ch.getChart().setLegendMarkerPosition(0);
    ch.getChart().setTitleString("Title");
    ch.getChart().setSubtitleString("Subtitle");
    ch.getChart().setFootnoteString("Footnote");
    ch.setImageWidth(400);
    ch.setImageHeight(400);
    ch.render();
    %>
    - I tried to use the View1 as a view name, and the v as a view name
    but both of them get the same result
    SQL Statement error and the sql statement is displayed with the ? in it which means that he didn't replace it by the parameter.
    Please I need quick help.
    Thanks.
    </jsp:useBean>
    Remark : please send me the reply at "[email protected]"

    Hi Rishab,
    I'm running into the exact same problem, in the same situation. Did you solve this problem and can you tell me how?
    Thanks in advance,
    Paskal

  • Webi Line Chart to Start from Axis Origin

    Hi,
    Need a quick help in BI4.0 webi line chart formatting.
    I have datetime on x-axis and cash flow on Y-axis.
    Say my cash flow starts at 9am on a day with $100 , my line chart starts the plot from 9am i.e. (9am,$100)
    instead I want the line plot to always start from (0,0)
    This is probably a chart option, but i dont find it.

    Hi Thangaraj,
    I have a similar requirement for a line chart to start from 0,0. while its min value is greater than 0.
    We are on BO 4.1 SP4  and there is no direct chart option for this.
    I would like to know whether you were able to achieve this in web intelligence.
    I really appreciate your reply.
    Thanks,
    Sri

  • Is it possible to hide part of the line in webI line chart

    I had webI line chart which is showing for 2 months data, and is it possible to hide the line for only first 10 days in the line chart and continue the line after 11 th day till the end?

    @rajesh:  I didn't understand why should we use Relativedate() function?can you please explain little bit more. Becuase the report has customer exit written such a way that if I run the report today it will show up previous 60 days
    For example:
    today is 04/06/2011
    so in the report date column has values and shows up like
    02/06/2011
    02/07/2011
    02/08/2011
    04/05/2011.
    So now I should hide/avoid/shouldn't show First 10 days. In example above 02/06/2011, 02/07/2011,02/08/2011.....like wise 10 days so till 02/16/2011 shouldn't be shown in the report. The beginning of the report should start from 02/17/2011 till 04/05/2011..
    Edited by: saathiyaa on Apr 6, 2011 9:31 PM

  • Query for 'User Activity' Webi Line Chart using BO4.0 Auditor

    Need to create a webi line chart to measure  ‘user activity’ per month, year or day using BO4.0 Auditor on Oracle.    
    This question raises two sub-questions:
    What actions constitute user activity?  Is it concurrent logins by users?   I am confused if that would really give a true picture of user activity as users can log in and do nothing on the BO system.  
    If concurrent logins do in fact give a true picture of user activity then how do I go about creating a chart? What objects do I need to include in query?
    Please provide feedback?
    Thank u.

    Hi Ramil,
    Follow below steps to create a webi report for your requirement, launch Webi rich client and create a new webi report by selecting "BOEXI40-Audit-Oracle" (Audit universe)
    1) Select below objects in 'Result Objects' pane
    [Event Year], [Event MonthName],[Event DayofMonth], [Event Type], [User Name], [Total Event Count]
    2) Define below conditions in "Query Filter" pane
    [Event Type Id] In list 1015 AND [Event Year] In list "Select Year" (Prompt)
    3) Run query
    4) At report level create a new variable of type measure with the name "User Activity" with below formula
    =Count([Total Event Count]In([User Name];[Event MonthName];[Event DayOfMonth]) )
    (This formula will track  logout event of a each user in a day as well as in a month, it will take/count only one log out event of the user in a day as you desire)
    5) Create a table block as well as graphs as you desire
    i) For day wise user activity create a table/graph using: [Event DayofMonth], [User Activity]
    ii) For month wise user activity create a table/graph using: [Event MonthName], [User Activity]
    Let me know if you have any questions
    ~Manoj

  • Web Part Chart Help

    I have set up a Web Part Chart as a bar chart based on Desk Utilisation. Does anyone know if there is a way I can change the colour of an individual bar if the value is greater that a preset figure say 100%.

    I don't believe so. Honestly the Chart Web Part is not very good (removed in 2013). I'd suggest exporting the list to excel and saving the .iqy (query) file and use it as a data connection. Then create a PowerPivot chart and save that. Set it to refresh
    the data on open. Now you have a better tool for charts.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Ranges to be fixed in web template charts

    Dear friends,
    I need a help in Web reporting.
    While we run the web reports the scale in the chart cant be fixed as because of the values in the report.
    I need the have a fixed scale for all the values.
    How to make the scales static in the web template charts?
    Could some one throw some lights on this?
    Thanks in advance
    Thanks
    Sri

    Hi Sri,
    do you mean the scale of the axis? In the WAD choose Edit Chart and go to the corresponding axis. There you can set the minimum and maximum calculation to User Defined and specify your own value.
    Best regards
    Matthias

  • Dynamic web-based Chart-Generation

    Hi,
    I want to a offer my users a dynamic web-based Chart-Generation.
    Actually I'm using Excel for generating charts and display the result in a static HTML-Page.
    My goal is the user selects the wanted chart (eg. in a dropdown-menue) and this chart will be created immediately.
    The charts are connected to a database where the data have been stored.
    Is there existing a Freeware-Tool/Module I can use?
    cu
    Chris

    Before FireFox got SVG and made such things obsolete, I spent a couple of sundays playing around with server-side image generation for prettier flow-charts and UML - see http://www.lapisblue.net/ for examples, http://tincancamera.com/examples/java/lapisblue/image-server/ for source code.
    It's nothing special, you're free to use it if you want - the main image generation servlet's ImageServlet; it serves up pngs, and caches and redirects repeated requests; the other servlets have different image generator classes.
    Pete

  • Save For Web transparency problem: Overprint & CMYK documents

    OK, I had a weird problem crop up today (as far as I can tell) completely out of the blue.
    When I am working in overprint preview mode in a CMYK document, and I attempt to save an artboard as a PNG w/ transparency (via Save for Web), illustrator forces a white background throughout the image. It didn't do this until this morning. Yesterday, it was working perfectly normally. I put the computer to sleep at the end of the day, woke it up this morning, and for some reason this behavior has changed.
    It does not do this if the document is in RGB mode, or I have the transparency grid shown, or not in overprint preview mode. (I work in this mode because for some reason having it in standard preview shows very strange artifacts when working with raster effects, which drives me crazy)
    I'm on a Mid 2014 MBP Retina, 2.5 GHz Intel Core i7, 16GB 1600MHz DDR3 w/ NVIDIA GeForce GT 750M 2048MB, running illustrator CC 2014.1.1.
    I have tried uninstalling, reinstalling, restarting the computer, resetting all settings, as well as changing document settings, and editing artboard settings. And yes, the transparency checkbox is checked in the Save For Web dialog.
    Any ideas?

    brnscreative,
    Have you tried 4) and 6) on the list?
    4) is more thorough than 3), and 6) is the full reinstallation.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • WebI Combination Chart / Dual Y-Axis

    Hi there,
    is there still no Dual Y-Axis chart component in WebIntelligence (XI 3.0)?
    What options and workaround are there to create dual Y-Axis charts in WebI?
    I thought of implementing Xcelsius-Flashs with Dual Y-Axis, but it's not very satisfying to me, that WebI can't show this chart-type by default.
    Best Regards
    Ulrich

    Under the set of Bar Chart Templates, you will find a chart type call "Vertical/Horizontal Bar and Line" chart.  You can drag measures to the left(Y) and right(Z) axis as you like.  I see this in XIR2 and am pretty sure XI3.0 should have this as well.  Let me know if you see it.
    ~Jimmy

  • IPad not rendering WebI bar chart very well

    dear all, I have a simple webi document with a bar chart.
    in the webi, my Category Axis is "month", my Value Axis is "Sales", and region Color is "Company".
    in the webi it all looks good, but the iPad representation has a problem displaying the Companies.
    on the iPad along where the month goes (along the x axis), the companies are all grouped together, then i get each month.
    here's and example of what i mean for the month of 1/2001 and 2/2001. the letters a,b, and c, are indicative of the three companies, and the nnumbers are the sales bar colours, 1 is red, for company a, 2 is blue, for company b, and 3 is yellow, for company c, let's say.
    on the webI, each month would look similar to this
    1                         
    1 2                       1
    1 2 3                     1 2
    1 2 3                     1 2 3
    1/2001                    2/2001 (x axis)
    on the iPad, the company is displayed, on the x axis, unlike the Webi document, where the month should is, then above the company you have each months measures, in the example below you can see that the months are grouped with the company
    1
    1 1   2      
    1 1   2 2   3
    1 1   2 2   3 3
    a a   b b   c c  (x axis)
    so you see, from this, i  would get, working from left to right, company 1, month 1, 2, ...., then company b, month 1, 2, ..., then finally company c, month 1, 2, ... and so on.
    this example is rather difficult to see here, but i hope someone has encountered this problem and can advise.
    i can send screen shots so anyone, which may help.
    thanks
    g

    Hi Glen,
    not sure if i got the Example completely right - you're using the SAP BI Mobile App?
    However, according to the recent "Mobile Release Notes 4.0.1", Column Charts with multiple Dimensions are not supported yet.
    In General, the capabilities of the App are still relatively small. I Would recommend you the above mentioned Document, which contains a complete list of limitations.
    Regards,
    Bodo

  • How to do "export to excel" the web template charts

    Hi friends,
    I have a scenario that user want to do export the web template resulted output charts to excel.
    We are in WAD 3.5.so we have to write javascript code to do export reluted three charts from three queries .
    Can anybody please provide code...I  tried many codes available in SDN but nothing worked.
    Advance Thanks
    Kumar MV

    Hi Kumar ,
    Hope this doc will be helpful :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e02729a3-34bd-2a10-6594-b618617f6d57?QuickLink=index&overridelayout=true
    some more links :
    Problem in Export bar charts to Excel
    Regards,
    Jaya

  • Embedded Image in BI 7.0 Web Report (Chart)

    Hello Gurus,
    I am faced with the following challenge in BI 7.0 Web Application Designer.
    My report (Bar Chart) illustrates the "Current Sales" and "Forecasted Sales" for a particular time period. I need to implement a Flagpost (a line with an arrowhead on top) between the "Current Sales" and "Forecasted Sales" bars. Preferably the flag could be moving (eg: like a gif file). How do I implement t´his in my chart?
    Regards,
    SD
    POINTS WILL SURELY BE AWARDED 

    Hi,,
    Have you seen this post:
    Re: Permanent BW Excel Template
    For the common template  with the company logo-->This code basically updates the RS table rsrwbtemplate which has the default workbook template information with the templae you specify.
    *& Report Z_SET_BEX_USER_TEMPLATE *
    *& Program to update all user's default template *
    REPORT Z_SET_BEX_USER_TEMPLATE.
    parameter wbid like rsrwbindex-workbookid.
    tables: rsrwbtemplate, usr01.
    select * from usr01.
    rsrwbtemplate-templateuser = usr01-bname.
    rsrwbtemplate-workbookid = wbid.
    update rsrwbtemplate.
    if sy-subrc 0. insert rsrwbtemplate. endif.
    endselect.
    also, check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90bc0c7a-031d-2a10-d7a2-9047b4d1f43f
    Hope this helps...

  • Regardind web template -chart

    hi all,
    i created web templates,table and chart,while i excute that
    table is displaying but chat is not displaying
    it shows
    Diagnosis
    Internal error when communictaing with the IGS (charts).
    System response
    Internal error text: "Error opening an RFC connection."
    Procedure
    Procedure for System Administration
      Notification Number RSWWW 005 
    please help me.

    Hi Raj,
    You need the IGS (Internet Graphics Server) to be correctly setup and running to be able to see the charts. See details on these threads for setting it up and testing the IGS:
    Internal error when communictaing with the IGS (charts)
    igs test://forums.sdn.sap.com/click.jspa?searchID=6244907&messageID=611784
    https://forums.sdn.sap.com/click.jspa?searchID=6244907&messageID=4030099
    Hope this helps...

  • Web Analysis Chart - Can I create a Dynamic Title?

    I'm creating a Web Analysis document (9.3) with muliple combo box choices that dynamically changes the Chart.
    The document will then be used by users via Workspace.
    I see how during the print process in the web analysis studio I can insert dynamic labels in the print header, but in workspace you only see this via the print via pdf process.
    Ideally I'd like to set the dynamic label in the "Header Title" of the Chart Properties. That way it will be visible in the chart to the user and will be printed thru either print process.
    Is it possible to set a dynamic lable via the chart properties? I have not been successful.

    Hi,
    You can easily make dynamic headers by using Dynamic Text Labels, which reference members in the filter, pages or grid row/column:
    <<cell DataSourceName 0, 0>> where 0,0 are the co-ordinates you wish to reference.
    for more info, refer to the WA Studio User Guide:
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_4.htm

Maybe you are looking for

  • PC hangs after upgrade Windows 8 PE to Windows 8.1

    Couple of days after upgrading to Windows 8.1 I received the error message File: \BCD Errorcode: 0xc0000098 Press ESC for UEFI-firmware-settings. PC doesn't boot any longer. I ran following commands successfully : bootrec /fixmbr bootrec /fixboot boo

  • How to change the response of the mighty mouse scroll ball?

    Is there a way to do it? thanks

  • Deleted and re-installed LDOM keeps coming back

    I am using 11g 11.1.0.1571. I installed an LDOM and installed an OS from a FLAR, and because of problems I deleted it and reinstalled it. I created a new LDOM with a different name and installed a Solaris 10 OS with the old name. It works fine, but t

  • Database slow; How to check the Oracle query timings

    Hi, I have a quick question regarding a troubleshooting iam currently working on. We have a J2EE application runnig on WLS 81 SP3. We are experiencing a problem where the customer response time on our application is "too slow". We checked our N/W and

  • Screen pop-up

    Hi there I keep on getting a screen popping up at random occasions when online. I used to have a Yahoo mail account, but no longer do. The box which pops up has the following info: Enter the Yahoo! password for [email protected]. It then ha