Custom Chart Line Symbol Type in 10g

Hi,
How can we add custom symbols for Lines on a chart (see example):
http://screencast.com/t/g60p08WO
Thanks
Edited by: odinsride on Jul 6, 2011 4:46 PM

In 10g I solved it by editing timeline.pcxml and palette.cxml (where I modified my own colors)
to set SymbolType to 'Dot',
based on http://obiee101.blogspot.com/2008/09/obiee-timeline-graph.html
I hope this answered your desire in 10g.
I'm still waiting for solution in 11g, where there is no more use in pcxml file.

Similar Messages

  • Interpolate lines by Pen in a Custom Chart

    I built an SPC chart as a custom chart type and have four data series plotted (process, center line, UCL, and LCL). 
    I would like to non-interpolate the UCL and LCL pens only - and leave all other data series interpolated, but noticed there is no option on the "data series detail tab" to turn off interpolation by data series; there is only a global option to have all series interpolated or non interpolated on the "chart area" tab.
    Any ideas?

    Ok, if that's the case I can go and change the transaction - but there's no way to just toggle interpolation by series on the display template? 
    It would be nice to get the UCL and LCL looking like "steps" right from the display template.  But oh well.
    Thanks,
    Justin

  • Custom Chart Type

    <p>Hello,</p><p>We have a particular visualization need to be integrated into Webi. We were hoping to get our visualization working in a similar fashion as the built-in charts in Webi. Is it possible to define our own new ChartType and get it integrated into the Webi interface? Or do we have to build a custom webapp that integrates the Report Engine and other components, duplicating some of Webi&#39;s functionality? Has anyone done anything like that? </p><p>Thanks,</p><p>  -Benjamin DeVore<br /> </p>

    <p> </p><p>There&#39;s no way to define a custom chart type in Webi, but I&#39;m assuming that you already have a chart engine for that.  Does it create images?  One thing you can try is to create images of the chart you need using your engine, then inject the image into a database, and have Webi report off that.</p><p>TUeda </p>

  • Custom Charting Objects in OBIEE 10g

    Hi ,
    Has any one ever used their custom charting objects , meaning something other than the gauges , meaning custom images and built charts on or around them.I am using OBIEE 10.3.1.4.
    Thank you

    Hi,
    Please refer the following links.
    http://oraclebizint.wordpress.com/category/obi-ee-plus/page/20/
    http://obiee10grevisited.blogspot.in/2012/02/how-to-customize-chart-series-colors.html
    Award points it is useful.
    Thanks,
    satya

  • X-axis values on Custom charts

    Hi,
    I have a Custom chart with the Pen Type as Line.
    If I plot a numerical values as the X-axis, the X-axis ranges do not come as expected.
    e.g. If my data comes as shown below and I am plotting column A on the X-axis, then the
    X-axis labels would read as 6,8,5,4,3.
    Column A 
    8
    6                       
    5           
    4           
    3           
    When I plot a Line Chart with the same data, the X-axis labels come properly in order(3,4,5,6,8).
    If I do an explicit sort on the X-axis column, then the Custom Chart gets plotted correctly, but the requirement is such that I cannot do an explicit sort on the dataset.
    Can anybody help me out on this?
    Thanks,
    Amrita

    The chart will plot them in data set order, so that is what you need to address.  If your dataset is coming from an SQLQuery then do your sorting in the query or procedure.  For non-sql results consider using the GenericSortFilter.xsl as an InlineTransform in your query template, or the sort filter action block in BLS if your chart is being fed by an XacuteQuery.
    Regards,
    Jeremy

  • Generating custom chart

    Hi,
    I am facing the following problem while generating charts.
    I have a tag query returning current values of two tags -  T1 and T2.
    If I am plotting the chart at 12.20,
    The X-axis points would be 11.30, 12.00, 12.30, 1.00.
    T2 should be shown as bar in the current 30 minutes range, i.e. 12.00 to 12.30
    T1 should be plotted as a straight line for the whole duration.
    I have used a Custom chart setting the pen type to Line for T1 and pen type as Bar for T2. If I set the value at 12.00 to T2 and for all all other X-axis points to 0, I get a bar at 12.00. How can I set the bar in the range from 12 to 12.30?
    If I iterate through all the points in the range 12 to 12.30 and set it to T2, then the X-axis range goes haywire!
    Can anybody help me out? Thanks.
    Edited by: Amrita Nandagopal on Jan 31, 2008 9:11 AM

    Hi,
    XML sample attached....
      <?xml version="1.0" encoding="UTF-8" ?>
    - <Rowsets DateCreated="2008-02-01T14:56:11" EndDate="2008-02-01T14:56:11" StartDate="2008-02-01T13:56:11" Version="11.5.0">
    - <Rowset>
    - <Columns>
      <Column Description="" MaxRange="1" MinRange="0" Name="MaxValue" SQLDataType="8" SourceColumn="MaxValue" />
      <Column Description="" MaxRange="1" MinRange="0" Name="AvgValue" SQLDataType="8" SourceColumn="AvgValue" />
      <Column Description="" MaxRange="1" MinRange="0" Name="Time" SQLDataType="1" SourceColumn="Time" />
      </Columns>
    - <Row>
      <MaxValue>195.054195418761</MaxValue>
      <AvgValue>0</AvgValue>
      <Time>2008-02-01T14:00:11</Time>
      </Row>
    - <Row>
      <MaxValue>195.054195418761</MaxValue>
      <AvgValue>2.41</AvgValue>
      <Time>2008-02-01T14:30:11</Time>
      </Row>
    - <Row>
      <MaxValue>195.054195418761</MaxValue>
      <AvgValue>0</AvgValue>
      <Time>2008-02-01T15:00:11</Time>
      </Row>
    - <Row>
      <MaxValue>195.054195418761</MaxValue>
      <AvgValue>0</AvgValue>
      <Time>2008-02-01T15:30:11</Time>
      </Row>
      </Rowset>
      </Rowsets>
    I am creating this xml dynamically thro a txn at the time the chart is generated. The above xml was created at 2008-02-01T14:56:11.
    AvgValue is set to 2.41 at 2008-02-01T14:30:11 and zero at other points.
    Am I going wrong in creating the xml?

  • Custom Chart / Pareto Chart

    Hello, i have two questions.
    How can i do a custom chart?, i can not find this option
    How can i do an pareto chart?
    Kind Regards, Victor

    Your best bet for information on the CustomChart (a specific type of iChart where the data series details are configured per value column into a line, bar, marker, etc) is the online help documentation:  iChart Data Series Details - Content Development - SAP Library
    For a Pareto Chart there is no dedicated chart type, but between the various iChart type options for Bar, GroupBar, and Custom Chart.  You can simply return your dataset sorted descending by count/number, so in effect you can have something like a 'Top 10' view, showing things like the most frequently occurring issues, or the largest total amounts for the given time period or associated unit.

  • Function Module for clearing customer open line items?

    Hi,
    Can anyone suggest me, the FM for clearing the customer open line items/
    Manually we can do by f-32.....but, i need an FM for this?
    Thanks in Advance,
    Manju.

    Hi. I just found a good way of doing this from a program. It sort of uses BDC but in such a way that you don't get all the problems you normally get with BDC.
    First create a custom program with an internal table called YBSID of type BSID, and select into it from BSID the items you want to clear, 1 customer at a time. You must call your internal table YBSID.
    Then you need to populate a BDC table with very basic data, the easiest way to do it is to set a break-point in form "CALL_TRANSACTION" of include F124_MERGE, then run F.13, it will break at this point and you can copy the contents of BDCDTAB.
    Then in your custom program put the same statement as the include "EXPORT YBSID TO MEMORY ID '%F124%'." then call transaction 'FB1D' using the BDC table.
    What this does is clear exactly whatever data you put in YBSID. It uses the transaction FB1D but all the clearing data is already populated from YBSID. If you call a transaction normally it is very hard to select the right items to clear, using YBSID you only enter 1 screen and do not have to select anything.
    You can also use this same method to clear vendor line items using YBSIK and transaction FB1K and G/L line items using YBSIS and FB1S.
    I hope this helps.
    Regards,
    Dave.

  • Line item type

    If I know a line item type name how can i find how many Rate Categories currently receive this line item type?

    Hi,
    Other than writing a BI or other custom report, you could do it in multiple steps:
    Run report REAVAR01 for the Line Item Type in question (as the only parameter)
    This will list the Variant Program/s that use the line item type.
    Then for each Variant you can do a "Where used" to see which Rates the Variant (hence the line item type) is used in.
    I hope it helps.
    Regards,
    Ivor M.

  • What is Line item Type for "RECONNECTION" ?

    Hi everyone,
    Can anybody please tell me what is default line item type for RECONNCETION ?
    Thanks in advance.

    In reconnection and disconnection document, Line item is call activites. the table is EDISCACT. you can see all categoty type in data element DISCACTTYP.
    For more details. Please read [Customer service SAP Help|http://help.sap.com/saphelp_utilities472/helpdata/EN/c6/4dc921eafc11d18a030000e829fbbd/frameset.htm].
    Chaiphon

  • Line item type Info Object ????????/

    Hi friends
       just for clarification is there any 0 Info Object available for Line Item Type field (i.e,  LINETYPE (char 5) in FAGLFLEXA Table)....or do I need to create a custom object...
    Thanks

    Hi,
    No need to waste much time here. If you are not able to find any relevent IO in Buisness content also , then create a new z-info object.
    With rgds,
    Anil Kumar Sharma .P

  • Maintain Customs vendor in condition type

    Dear all,
    We have seperate pricing procedure for imports,we manually capture required customs duties in condition types in purchase order,Subsequently we need to do customs miro,for that we need to maintain customs vendor for every condition type,
    Since we need to maintain everytime manually,Since for import zero tax code is involved,so how to maintain customs vendor for condition types so that it will automatically populate while creating import purchase order ?
    Thanks
    Jeyakanthan

    Hi
    i have same scenario for import, assign custom vendor to import condition if there is lot of line item is very hard task and user sometimes miss one of condition, so i create one prog. with abaper ZMMIMPORT_PO,after po. this programe excute input is excel file whre they mantain PO NO ,LINE ITEM,CONDITION Types ,Amount Currency     ,Vendor,
    so conditions are maintained after this prog.
    hope this will help you

  • Custom Chart disappears in Powerpivot 2013

    I've created a dashboard using difference datasources in Powerpivot 2013.  I've created a reference table in which I use a slicer that has a relationship with all my pivots/charts.  Due to the changing of dates (fiscal years), there are times
    when no data would be available in the charts.  My issue is that if I select an option from my slicer, and there is no data, I lose the custom chart I created AND the formatting is lost.  For example; I am using custom charts
    (mostly a mix of bar / line with markers).  If I choose a Region with no data, the chart goes blank.  When I clear the filter from the slicer, the data comes back, but it seems to go to the first chart selected in the combo custom chart and I lose
    the line with markers.
    ANY help would be greatly appreciated!!

    Haven't heard anything yet.

  • How much do I hate Skype - No customer service lin...

    Have a subscription and suffer through terrible phone connections when I try to speak with my colleagues in China.  Yesterday, tried to call Seoul, South Korea and even though I have unlimited landline and mobile access to all the countries (yes, Korea is on the list of available countries) I was denied and told I had to purchase Skype credit.  No problem, bought the credit so I could make my appointment call and figured I would call Skype the next day to resolve my issue of having to pay for credit even though I pay a monthly subscription fee (yes, my subscription is curren!).  
    WOW, what did I find out (too late).  It is impossible to speak with anyone.  No customer service line exists.  Unbelievable!  Posted twice to the "community board" about my problem but not sure as how that will resolve anything (haven't heard a thing in two days).  So what, I'm just screwed now??  This type of practice is unethical.  I will definitely cancel my subscription when my current subscription has expired.  What a poor practice.  I won't recommend SKYPE to anyone.

    I hate them for different reasons I have been trying to cancel my subscription for months now and they wont let me they send me a bill to one e-mail and when I try various ways of getting in they say that, that e-mail doesn't exist and yet their still taking money out of my account. I have e-mailed them that I wanted to cancel my subscription and they haven't responded. If I don't get a response soon I will have no choice but to go to the BETTER BUSINESS BUREUA and report them

  • Issues with Custom Chart

    Hi,
    I am facing some issues with custom charts.
    1. X Axis value is getting cut off. Given date as x axis parameter and last 2 digits of date is getting cut off. (format like 19-Apr-2011T00:00:00). And this value cut of happening only for custom chart.
    2. On right click of the custom chart, when i am selecting Preview, it opens a new pop up window with and error as Error: "Application error occurred during the request processing.". No preview is being generated.
    3. In Server Scaling, i checked Use global auto scaling, and many times it is showing improper y axis or mutiple y axis values with the same value or it is displaying improper global range
    kindly help
    Regards
    Muzammil

    Muzammil,
    Without seeing your data and your chart configuration, it is difficult to understand exactly the issues you are encountering.  I have the same JRE and the same version and build of MII as you.  I have no difficulty with the scaling or with Global Range, but problems displaying the date in my tests.
    I would suggest the you enter a ticket into the SAP Support System, and enclose a  copy of your data (run the query, use Browser with Content Type = text/xml) and export a copy of you display template.
    Lastly, what type of query are you using - sql, tag?
    Kind Regards,
    Diana Hoppe

Maybe you are looking for

  • How can i transfer my new purchased itunes apps to my itunes library

    actually having several problems, installed itunes on a new computer, have transfered/sync all of my existing ipod touch apps/music successfully. I purchased new apps and a movie, but they do not appear on my itunes library, how can i transfer these

  • Program SMIGR_CREATE_DLL does not exist

    Hellio While doing a Hetergeneous System copy of Solution Manager system (Database Independent) and I am performing the Step to generate DDL. When I execute the SMIGR_CREATE_DLL , I get the message "Program SMIGR_CREATE_DLL does not Exist". Can anyon

  • Use of CS operator in SELECT... WHERE clause not allowed

    Hi all gurus, quite a dumb question, but since I'm facing the issue... I need to access a standard DB table with some selection criteria , in particular I'd like to extract all the entries where the field NAME contains a specific substring. Since the

  • Crystal Reports and Windows7

    I have a very basic visual basic (Visual Studio 2005) program that uses the embeddable designer and a report viewer, with three command buttons Create Report, Existing Report, and Exit that works in Windows XP without any problems. The Visual Studio

  • Deployment Weblogic 8.1 fails

    When I deploy ear using weblogic 8.1, I get this error below. As you can see, I have place all the jars in WEB-INF/lib, referenced all the needed jar in META-INF\MANIFEST.MF file. A servlet could not be loaded because the class it depends on are not