WEBI migration_ chart properties

Hi,
After migration from BOXI 3.0 to BI 4.1, chart with data series, the symbols/markers have been changed and I tried to change the symbols from "Palette symbol" but couldn't succeed. Any ideas how to get different symbols for each series. Attached is the chart from BOXI (first pic) and second one from BI 4.1.How can I get the star symbol which is converted  to square in BI 4.1.Also the orientation of the dates in the x-axis can i get them in the same format like 3.1.. tried "vertical lettering" that does not give the desired output .
Thanks!

Hi Prashanthi,
We have only these 4 options and there is no way to insert custom symbol palette.
However I can think of one possible workaround.
We have Circle followed by star available in the symbol palette so perform the following steps and let me know how it goes:-
1) Right click on the chart and select Turn into more trasnformations.
2) Select the same or desired chart.
3) Interchange the order of value axis and Click on Ok.
Observe that star and circle will be interchanged.
Regards,
Manpreet

Similar Messages

  • Labels pointing to pie slices with lines (or how 2 set chart properties in code behind)

    I want to be able to create lines outside of my pie chart with labels and have those lines drawn to connect to the pie chart.  I saw that this can be done in code behind in the following thread:
    MSDN thread on lines to pie slices
    But my problem is I never declared an instance of my chart when I am using my code behind.  My code that makes the reports visible is basically (but not completely) the following:
    ReportDataSet.Tables.Add(ReportDataTable)
    ReportViewer.Visible = True
    Dim ReportDataSource As ReportDataSource = New ReportDataSource("ReportDataSource", ReportDataSet.Tables(0))
    ReportViewer.LocalReport.ReportPath = ReportToDisplay.RDLCFileName
    ReportViewer.LocalReport.DataSources.Clear()
    ReportViewer.LocalReport.DataSources.Add(ReportDataSource)
    ReportDataSource.Name = ReportToDisplay.DataSetName
    ReportViewer.DataBind()
    ReportViewer.LocalReport.Refresh()
    ReportViewer.ShowReportBody = True
    ReportViewer.Width = RVWidth
    ReportViewer.Height = RVHeight
    So how do I set chart properties for my report given the above code?  As long as I can set my chart properties with the above code, I should be able to get this to work given the above thread and the link to the Label-Outside-of-Pie and Line-Color properties
    (or whatever) info on Microsoft's info page

    Hello,
    Based on your description, you want to design a
    pie chart with outside lables and pie line inside a .rdlc report. If so, you can add the Chart report item into the report after open a client report definition (.rdlc) file in graphical design mode. And then Set the
    PieLabelStyle property and PieLineColor property. Please refer to the following screen shot:
    The link your post above it about the
    Chart Web server control. As pre my undersntand, you cannot reference a Web server control inside .rdlc file.
    If you have any question about using Chart Web server control, you can post a question on
    Chart Controls for .NET Framework forum.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • 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

  • Analyzer Chart Properties and Speedsheet Properties

    Hyperion' Analyzer Release 5.0.3if I remove 3D in the Chart Properties, and change the properties of Speedsheet, it is all right in the Analyzer tool, but it displays default properties when I call it on the java client web.It only can keep Chart properties or Speedsheet properties on the java client web, not both.What can I do to resolve the problem? Is it a bug for Analyzer 5.0.3?Thanks first!

    Looking at the diagrams I realize for the first time how complex properties and bindings are. :-)

  • 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

  • What does it mean "Business Service leak: Web Engine State Properties"

    Hi ,
    We are on the Siebel 8.0.0.2 with extra patches to address the memory Issues. we are experiencing memory Leak, When I increase the logging level to 5 and couple of other parameter enabled, I see statements like "Business Service leak: Web Engine State Properties" ( even for Custom Business Service as well). Also when I enable Trace Statements, I don't see Release statements for the ALLOCS associated with Business Services. I am wondering to know if you have experienced something of this sort? Any thoughts will be greatly appreciated.
    Thanks,
    GS
    Edited by: user4496185 on Jan 20, 2009 12:03 PM

    Agree with everyone's suggestions here. We recently went through a process of reviewing all of our eScript and found a number of occurrences of objects created and never destroyed.
    We applied a standard approach of declaring object type variables at the beginning of each script then destroying them all with a finally() block at the end (oObject=null).
    Initialising objects if and when they are required, instead of all up front at the beginning of a script, may also serve to reduce the impact of this problem. So instead of:
    var oCustBS = TheApplication().GetService("Custom BS");
    if (bIsRecord) {
         oCustBS.InvokeMethod("CustMethod");
    oCustBS = null;
    ...use:
    var oCustBS;
    if (bIsRecord) {
         oCustBS = TheApplication().GetService("Custom BS");
         oCustBS.InvokeMethod("CustMethod");
    oCustBS=null;
    ...There is an Expert Services Review which can be conducted that will identify problems, though it's relatively straight forward to do so yourself with enough time and effort.

  • 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

  • NW 2004 SP 11 Sneak Preview: FJS-00003 TypeError: webas has no properties

    Hi all, again I need guidance to eliminate the following problem. I am trying to install the Sneak Preview of NetWeaver 2004, Java stack. When starting the installation, the requests pops up to type the passwords for users j2eadm and SAPServiceJ2E. After typing their (correct) passwords the trouble begins:
    ERROR 2005-07-15 20:15:30
    FJS-00003  TypeError: webas has no properties (in script InstallationScript_61, line 14070: ???)
    ERROR 2005-07-15 20:15:30
    FJS-00003  TypeError: webas has no properties (in script InstallationScript_61, line 14070: ???)
    Can someone explain me what this error message means and what I need to do to solve it. I have found many threads on this subject but no answers. SAP, Brian, Vijaja, can you guys help with this? Thanks, Tiest

    Hi ,
    Still iam getting problems in installation; Anybody installed successfully,
    Please help me out
    1. I created two user "j2eadm" and "SAPServiceJ2E"
    2. Then I added additional rights to the administrators group :
    "create a token" object and "create permanent shares" in the system administartion,
    local security policy.
    Once i enter the Passwords for these users while installation , when i click on
    Next button it is giving the following errors.
    I tried without creating users and created folder saploc and shared it , but
    i didnt resolve it.
    All these iam doing as a administrator
    ERROR 2005-07-22 22:39:52
    FJS-00003  TypeError: webas has no properties (in script InstallationScript_61, line 14070: ???)
    ERROR 2005-07-22 22:39:52
    FJS-00003  TypeError: webas has no properties (in script InstallationScript_61, line 14070: ???)
    WARNING 2005-07-22 22:39:52
    The step askOSUserParameterWindows with step key J2EE_SystemCopy_OneHost|ind|ind|ind|WebAS|640|0|J2EE_SystemCopy|ind|ind|ind|ind|ind|0|J2EE_Engine
    EnterpriseDialogs|ind|ind|ind|WebAS|630|0|askOSUserParameterWindows was executed with status ERROR.
    WARNING 2005-07-22 22:40:24
    An error occurred during the installation.

  • Data series property not visible in the chart properties

    Hi Experts,
    We are using BI 7.0 and I am trying to open the data series property so that i could use a trend line in my bar chart in WAD.
    But when i double click on the chart web item, it doesn't open the chart wizard. And it doesn't have the data series property in the properties of the chart item.
    I wonder what the problem is.
    Any help is appreciated and rewarded with points.
    cheers,
    Sri

    Thanks Matthias. When i try to select edit by right clicking on the chart item or click on this edit button in the parameters screen, i get an error.
    The error says:
    An unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the appln will be shut down immediately.
    The Specified module could not be found.
    If i click continue, nothing happens and i dont find this data series property in the parameters screen.
    Thanks,
    Sri

  • Issues when creating new web items (chart) - No BLOB!

    Please help us...
    Background:
    We have created a copy of the SAP standard class: CL_RSR_WWW_ITEM_CHART, named: ZCL_RSR_WWW_ITEM_CHART and maintained the tables:
    - rsrrenderer
    - rsrrendereratr
    - rsrrenderert
    Problem occurred:
    -When running a chart using our new web item it’s not  possible to change chart type other than the default type, bar chart. We have noticed that, for the new web item, the parameter “TMP_CHART_DATA_HANDLE” is not copied to the HTML-code as for the standard web item (CL_RSR_WWW_ITEM_CHART) when executing “Edit chart” in the properties tab. When debugging the code we notice that no BLOB is being created for our copy-web-item, and that's why no chart-settings are changed.
    Questions:
    1.How to get the functionality “edit chart” to work  properly in the new class ZCL_RSR_WWW_ITEM_CHART?
    3.If it’s not possible to use the “edit chart” functionality in a copied web item then what’s the attribute to use in the HTML editor in Web Application Designer in order to set chart type? Or any other suggestions...
    Regards
    Daniel
    Message was edited by: Daniel Vasiljevic

    Prag,
    Try this. Execute the following in a SQL window started by a userid that has been granted the USER ADMIN system privilege:
    ALTER USER BODS1 VALID FROM NOW    UNTIL FOREVER;
    You can use a date instead of FOREVER --- '2016-12-31 23:59'.
    Good luck,
    Robert

Maybe you are looking for

  • Formula Variable with replacement path on 0CALDAY

    Hi, I am trying to enhance an existing query. I am creating a new formula variable processing by replacement path. In Reference Characterisitic I have choosen 0CALDAY. In the tab options , I selected replacement path. In the replacement path tab, in

  • Handling 2-D arrays

    I have this 2-D array: private int[][] board = {{0,5,0,0,0,0,0},                          {0,0,0,0,0,0,0},                          {0,0,0,0,0,0,0},                          {0,0,0,0,0,0,0},                          {0,0,0,2,0,0,0},                  

  • Problem using JSTL tag libraries with OC4J 9.0.3

    Hi I'm using the JSTL tag libraries with OC4J 9.0.3. I'm using JDeveloper10.1.2. I put the fmt.tld and c.tld in the WEB-INF directory and I'm adding the jstl.jar and standard.jar library to the EAR file. Both tlds have: <tlib-version>1.0</tlib-versio

  • Disabling Adobe Reader XI's Plug-In for Safari Does Not Require Access to OS X's 'Root' Account

    Why do the instructions for disabling the Adobe Reader plug-in for Safari say that one needs to do so from OS X's root account even though one only needs to authenticate using their administrator password to do so?

  • Adobe reader 9.5.3 problem

    My adobe reader is corrupted. It will not update delete, or repair. How can I fix this?