Is this chart possible (two dimensional plus colour quality chart)

Hello,
I've used Crystal Report a few years ago.  I've got a new project, and I know Crystal Reports will work for 80% of it.  However, there's one chart i'm not sure about.  I've browsed the Business Objects product and technical info, couldn't find a list of chart types.  I also talked with Sales, they directed me to this forum.
Essentially, I need to create a quality chart.  The product is a like a sheet of paper.  Green shows good quality.  Defects need to be colours (e.g. red, yellow, blue).  Furthermore, it needs to be different shades, ideally, if I can specify RGB.  This is a simplistic example:
[Example Sheet Quality Chart|http://flickcabin.com/public/view/full/14555]
My data will be thousands of x,y,colours.
1. Is this possible in Crystal Reports, and if so, what degrees of control would I have?
2. What degree of control would I have with the colour, can I specify RGB?
3. Am I better off having my application create the bitmap (I have written .NET GDI routines before)?
4. Is there a way to insert a custom bitmap (or reference a file on the hard drive) into my report?
Much appreciated.
Thanks,
Peter

Hi Peter
Looking at the nature of the queries you have posted, I would request you to create an incident with us to work on this issue.  We need to work on this issue independently to address all your questions.
You can contact our Customer Interaction Centre for further information on purchasing a support incident. The working number for CIC in Canada and US is:
1-800-887-2340
Regards
Girish Bhosale

Similar Messages

  • Set number of elements in a two dimensional array

    Hi,
    Does anyone know how to set the number of elements in a two dimensional array directly in teststand.
    To set a one dimsional array is simple:
    SetNumElements( locals.somearray,4)
    Is there a method to do this for a two dimensional array?
    Sean

    From the help file (TestStand 4.2.0):
    PropertyObject.SetNumElements
    SetNumElements Method
    Syntax
    PropertyObject.SetNumElements ( numElements, options = 0)
    Purpose
    Sets the number of elements of a single dimensional array.
    Remarks
    This method is only valid for single dimensional arrays. The elements in the array retain their values. Use the PropertyObjectType.ArrayDimensions property to set the number of elements in each dimension of a multi-dimensional array.
    Parameters
    numElements As Long
    [In] New number of elements for the array.
    options As Long
    [In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
    This parameter has a default value of 0.
    So you could use, for example: Locals.MultidimensionalArray.Type.ArrayDimensions.SetBounds({1,0},{3,4}) to set an array to have three dimensions (1,2,3), each with five elements (0,1,2,3,4).

  • Two-dimensional array

    heLLo,,!!
    cAn u pLease givE mE thE codE of this oUtpUt usina two-dimensional array?
    thAnks a lot,,,
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    cUte_09 wrote:
    heLLo,,!!
    cAn u pLease givE mE thE codE of this oUtpUt usina two-dimensional array?
    thAnks a lot,,,
    ...Sure:
    char[][] triangles = {
    };

  • Two dimensional arrangement in tileList control  Possible?

    Hi,
    Can anybody tell me, is there any possibility for arranging
    image controls two dimensionally in a TileList control,so that we
    could get indices for the children according to row and columns in
    such a way that if we want to get the image in row 2 and column 5
    and get the location? If yes, if give me an example plz..... i need
    this help very urgently

    The Tile container and TileList are designed specifically to
    not give you this control - you are supposed to just toss in the
    components and they appear one after the other until an edge is
    reached then a new row or column is created.
    If you want this type of control, use a DataGrid and
    itemRenderers. That has both row and column indexes.

  • I have two iphones one older iphone4 and one newer iphone5. I want to set the iphone4 as an Airplay receiver and the other iphone 5 as the sender. do you know if this is possible?

    I have two iphones one older iphone4 and one newer iphone5. I want to set the iphone4 as an Airplay receiver and the other iphone 5 as the sender. do you know if this is possible?

    Sorry. Apple's policy states that accounts cannot be merged > Frequently asked questions about Apple ID
    Contact Apple for assistance > Contacting Apple for support and service

  • Is this Bar Chart possible in APEX?

    Hi,
    I'm trying to create the following bar chart. It seems as if it's a series within a series. I was wondering if this is possible please and if so, whether anyone has any tips on how to do this?
    Link to chart picture - http://img87.imageshack.us/i/chartw.jpg/ - A, B, C represents different customers
    Thanks

    Hi,
    Yes, that was the SQL I used.
    I don't think you'd be able to get that output using the Apex charts - at least, I've not seen any examples of grouping output by months. You would need some form of Combined chart - I know Anychart does that (see: http://www.anychart.com/products/anychart/gallery/Combined-Charts.php ) but I don't think Apex handles that (or, rather, it will allow you to combine a line chart with a bar chart but the lines would overlay the bars). Using either multiple values in the SQL or multiple series in the chart, still results in a single stacked bar for each entry.
    You can tweak the XML that is generated (set Use Custom XML to Yes) and try out some of the options shown in the AnyChart's Documentation ( see: http://www.anychart.com/products/anychart/docs/xmlReference/index.html ), though I've had issues with that in the past as the XML tags don't seem to match those in Apex!
    Andy

  • Is it possible to vary the colours of bars on a bar chart on the same axis?

    Is it possible to vary the colours of bars on a bar chart on the same axis (I would like every cell value below 7 to be in red and above 7 to appear in green)?

    Thank you for picking up on my question. I have subsequently found a conversation thread which gave me a solution. I found that I needed to create additional rows to accomodate values above or below the level that required a different colour and then use a stacked bar chart. The following shows what I needed to create. Apologies for wasting your time, but I only found the relevant conversation after posting my question.

  • Hello, I d like to buy Lightroom but first I want to know if this is possible to install it on two different computers? If not, what happen if I change my computer. Thks for your help.

    Hello, I d like to buy Lightroom but first I want to know if this is possible to install it on two different computers? If not, what happen if I change my computer. Thks for your help.

    The standard licence covers installation on any two computers - one being in use at any time.
    If you change computers, simply uninstall from the old machine and install on the new - Lightroom doesn't use "dial home" activation and deactivation.

  • Create a two dimensional table in Acess

    Hi,
    I am working with a database and the toolkit "the database connectivity tooset". I know how to create a new table from labview, but is it possible to create a "two dimensional" table from labview, i.e, where one table in Microsoft Access is linked to another one. I know how to do it in access, but it should be possible in program to crate a new table and this one has to be linked to another one then, just like the others. Does someone know how to do it??
    Thank you!

    Hi
    I assume you are not so familiar with databases, are you?
    First I want to comment your previous post:
    well I have a table for a product that contains, say different data for the product, i.e. the date of the test, who is responsible for the test, where it was performed. Also, linked to the date (I guess it is the primary key), there are also some data related. so in my table in the database, next to the date, there is a "+"-sign, so I can open up the page of all the data related to the date.
    Well, did you create this database on your own? So you must have created two tables (table one with fields Datum, Responsible & Cost and table two with fields Place1, Place2, Place3 & Place4). Then you must have dragged on field from one table to another field in the other table in the "Relations" view of access. Doing so, you created a relation. Due to this, access now knows how this date is related and displays the "+"-sign. You can not assume that the date is the primary key.
    In fact you do not have a "2D" table, but just different datasets from two tables connected to each other. This connection is created by relations.
    So, if I know would like to create a new table in my program (each product has its own table, so a new product=a new table), I would also like to create this "data" sheet that is connected to the data. Bu how do I do that?
    I can easily just create a new table (i.e. a new product), just using the "DB Tools Create Table.vi". But I guess it is when I actually want to add the data to the database, where I create the "data" sheet? Using the "DB Tools Execute Query" and a SQL statement with INSERT INTO, is that the way to go?
    As mentioned before, this "datasheet" is just a dataset from a second table which is made displayable by the relation. So if you're question is "how to create a relation using LV", you are quite on the right way. First create two tables one of which has to contain a field where the primary key from the other table is linked to. Then you have to set a PK in one table (using SQL statements) and then build the relation (also using SQL statements). I can't tell you, if you have to define the foreign key in the second table too.
    Have a look at the MS-Access help on how to assign relations and how to define primary keys. There may be something to take care off. Basically standard SQL should do - but using MS you never know .
    As this is somehow complicated, I always create the database structure in MS Access and that's it - afterwards all is done programatically (write and read data). Usually I don't open the database again with Access unless there is a special task.
    Hope this helps you a little bit otherwise come and ask again.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...

  • Color Highlights not working in bar chart with two data points

    Iu2019m using Crystal Reports 2011.  I have created a bar graph using two data fields in the Chart Expert.  I have set the colors for the bars in the Color Highlights tab, but the colors that I have defined have not been applied to the graph.  
    I have tried changing the colors numerous times and have done it in both design and preview modes.  It seems to be somethign with having two data points because I don't have this problem when using just one data point.  Please help!

    is the colour mode Color by group or color by series

  • Two dimensional array in JSP with struts

    Is it possible to use two dimensional array in an web application
    based on struts. I am using JSP and to get data from two dimensional
    array im using
    property = "array[0][0]";I read on the internet that bean utils does not support two dimensional array?
    I have a table like spreadsheet with 30 rows and 20 columns and i was
    planning to use two dimensional array? is there any other way to get
    this stuff done easily?
    any ideas welcome.

    HI ,
    i have the same problem you had
    did you get any solution for this?
    if so you can help me out

  • Querying data from two dimensional schemas

    Hi,
    I have modified 2 star models on Physical layer, then I add three tables from these models into BMM Layer: Fact A, Fact B and Dim C.
    Dim C is joined logically (using complex join) with Fact A and Fact B.
    In Answers I make a request with fields from tables A, B and C, but got this error:
    [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table Fact B) does not contain mapping for [Fact A].
    Someone can tell me how can I solve this issue??? or how to get this fields???, join both star models logically or physically is possible???
    Thanks
    Carlos Hernandez

    Venkatakrishnan:
    My first post was solved creating a single logical fact table with both physical facts as sources, joining this with all the dimensions that I need, also I created a hierarchy for each one, and finally I define dimension levels in facts sources and metrics.
    The BMM has the particularity that involves two dimensional schemas at total and detail level: Order Fact and OrderItem Fact, and is joined with several dimensions: Account, Order, Product, Position, Day, Person, and with two new objects: a view named "Ordenes" and a table named "Item Atributos". Specifically this view has no physical join with OrderItem Fact, so that was my principal headache.
    I defined #Order and #OrderLines metrics in the logical fact table and I could create a request with columns from all tables (fact and dim) and seems that it works, but now I have another problem: when I try to filter for a detail dimension column I get this error:
    [nQSError: 14023] None of the fact sources for [Table.Column] are compatible with the detail filter [FILTER].
    This error only happens when I include columns in request from "Ordenes" dim(physically defined as a custom view).
    Could you know the cause of the problem or why this error is happening???
    Thanks for your help again.
    Carlos Hernandez

  • Two dimensional in TileList

    Can anybody tell me, is there possibility for arranging
    images two dimensionally in a TileList control,so that we could get
    index for the children according to row and columns? If yes, if
    give me an example plz..... i need this help very urgently

    The Tile container and TileList are designed specifically to
    not give you this control - you are supposed to just toss in the
    components and they appear one after the other until an edge is
    reached then a new row or column is created.
    If you want this type of control, use a DataGrid and
    itemRenderers. That has both row and column indexes.

  • Hashtable Vs Two Dimensional Array

    Hi!!!!!!!!!!!
    Can i use Hashtable intead of Two dimensioanal Array in my application.

    (After having had some coffee)
    There's just too many ways to do this to know what code to give you.
    Peter Lawrey gave you one possible answer. The issue is that you need to decide how you're going to combine two pieces of information (the row and column indices into a 2d array) into a single key value for looking up values in the hash. String concatenation is one way -- creating a java.awt.Point and declaring hash as
    Map<Point,String> logData = new HashMap<Point,String>();
    logData.put(new Point(x,y), value);
    String gotValue = logData.get(new Point(x,y));is another.
    You might also want a hash of hashes, but you can't get that as easily in java as you can in perl, as it won't invisibly create the necessary inner structures for you. You'd have to write a 'two dimensional' map class of your own (reasonably interesting idea, actually)

  • Numbers Charts:  Stacked bar chart with two sets of data

    Hi....newbie with first post
    I'm trying to create a stacked bar chart with two lots of comparative data.
    So, there is Basic + Overtime for April 2010 as one stack (ie the basic is one colour, stacked on top is the overtime in a different colour)
                      Basic + Overtime for April 2011 next to it.
    I can get April figures next to one another as four separate columns (2 x basic, 2 x overtime), or I can get all four figures in a single stack, but I can't to two columns (one for each year) of basic and overtime.
    Any ideas?

    UK,
    What you are trying to do will require that you interleave the two sets of two-series data into one longer two-set series, and then plot just the one pair of series. Clear as mud?
    What I'm saying is that you have to fake out the program into thinking that you have just two sets, not four.
    You will have one series that has, for instance Apr 2010 Basic, Apr 2011 Basic, May, 2010 Basic, May 2011 Basic, etc.. This other series in that chart will have Apr 2010 Overtime, Apr 2011 Overtime, May 2010 Overtime, May 2011 Overtime, etc.
    The bad thing here (I'll anticipate your first complaint) is that 2010 and 2011 data will have the same color for Basic and another color will be assigned for both 2010 Overtime and 2011 Overtime.
    To get separate color sets for 2010 and 2011 data pairs, you will have to create two charts and overlay them. Both charts would be built in the alternating year format described above, but in one chart all the 2010 data would be blank and in the other chart all the 2011 data would be blank, leaving spaces in the chart for the data from the other chart to nest in.
    Jerry

Maybe you are looking for

  • I need help asap. Does anyone know how to recover iMovie project that just disappeared?

    I went to hit play on my iMovie project, which is finished and had been playing great. this time I hit play and the screen goes black and now it appears the project is gone. The title is still under the folders section, but no clips in there. I've lo

  • How do I re-install Verdana files on my Mac so that Illustrator opens?

    Hi I'm getting the message 'Adobe Illustrator has stopped working, enable Verdana files etc).... I've read the other discussions about this & I know that Verdana & some other font files need to be activated in order for Illustrator to open. The probl

  • Question about activation

    Hey, i just got my 16gb white iphone 3g and right now i know the servers are over loaded and what not, but when i plug in my iphone it says "NO SIM CARD INSTALLED Insert an unlocked and VALID sim to activate iPhone." but, it has the sim card in there

  • Regarding function module

    hi all, could u pls help me on my thread. in my program data:p_molga type molga. select-options:s_molga for p_molga. in function module source code select         pernr         jobseq         docnum         molga         bukrs         jobname        

  • IS IT WORTH GOING IN FOR AN IPHONE 4S WITH THE IPHONE 5 IN MARKET ?

    I am an apple user since an year now, i am a college going student i have a bugdet of 40 thousand and want to upgrade my phone so do you thing an i phone 4s is a good bet as the i phone 5 is too expensive