Chart Expert - Options tab question

Post Author: training2go
CA Forum: Charts and Graphs
Hello,
I noticed a new feature on this tab called "Auto Arrange". I looked in the help file, but could not find any info about it. I've selected the option and re-run the report, but didn't see any changes, so I can't figure out what the purpose of the option is or if it works. Any help would be greatly appreciated. Thank you.

You say that you see the data tab in CR2008 and CRVS2008. I take that to mean in CPR S2X  and CPR 10.5(?).
As far as I am aware, the chart expert only ships with stand-alone versions of CPR. E.g.; CPR 10.5 (Crystal Reports Basic for Visual Studio 2008) does not have it, CPR S2X  does. CPR 2010 being a specific build for VS 2010, I'd expect it will not have the chart expert and that it will be available on a future upgrade.
Ludek

Similar Messages

  • CRVS2010 beta - Chart Expert - Data Tab option

    Hello,
    On the data tab in CR2008 and CRVS2008 there is an option at the top of the tab called Place chart.
    The option let you select where in the report to place the chart based on the groups the chart has
    I do not see this option in CRVS2010 on the data tab or any other tab.
    Was it removed in one of the CR2008 upgrades or just removed from CRVS2010.
    Thank you

    You say that you see the data tab in CR2008 and CRVS2008. I take that to mean in CPR S2X  and CPR 10.5(?).
    As far as I am aware, the chart expert only ships with stand-alone versions of CPR. E.g.; CPR 10.5 (Crystal Reports Basic for Visual Studio 2008) does not have it, CPR S2X  does. CPR 2010 being a specific build for VS 2010, I'd expect it will not have the chart expert and that it will be available on a future upgrade.
    Ludek

  • Chart Expert option not working in CR 2011

    Hello,
    The Marker Shape option on the options tab on the Chart Expert, does not save the option that you select. For example, if you select the diamond option from the drop-down list, diamond do not appear on the report. This didn't work in CRXI or CR2008 either. Is this on a list of things to fix? There is an option for this on the Chart Options dialog box that works, but it isn't as convenient because I often forget that the dialog box exists.
    Thank you
    Tracy
    Q7

    Hi Tracy,
    Looking through Adapt I see this has been tracked multiple times and for multiple types of Charts, sometimes they are fixed, sometimes they are Postponed and some times they are simply marked as will not be fixed.... meaning we don't have control over the bug.
    The problem is the Charting Function is a third party dll and they can't fix the issue, so we can't either obviously. There are also two parts to the Charting function, Some part, the general Option is something we can get to but the extended features is something we can't get to through our SDK's.
    There have actually begin dropping the Third party dll and we've begun creating our our Java Charting resource. I don't know if there are any plans to port it over to CR 2011 for Windows, it is for the new CR for Enterprise Java Designer.
    So unfortunately your only option is to find the work around you did use and make a note somewhere what you did last time....
    Thanks again
    Don

  • CR 9 - Need HELP Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) based off an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corresponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  The Problem: CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.  Are there some Hot Fixes that I need to apply to my copy of CR?
    Thanks

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • CR XI - Problem Setting Line Graph colors in the Chart Expert

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I created a Crystal Report (CR) of an existing Trend Analysis report. I have created a VB6 application that calls the .RPT file I created for the report in CR.  The VB6 app sets the report recordset via code that corrsponds to the .TTX file, and the parameters .  The report contains a Line graph that plots five pieces of data.  The report & graph work good.  CR determines the color of each line on the graph.  However, I need to set the color for each line to correspond to the colors used on our existing reports.  The users are accustom to a certain color representing a certain set of data on the existing reports.   I have tried everything I can think of and from all documentation I can find, and nothing changes the line colors.   I have tried all of the following:
    1.) From the Chart Expert, Option tab, I click the Format button next to Color and setup conditional color settings per each piece of data.   However, when I run the report these conditional color settings are not reflected on the CR graph.     I am using formula fields (based off database fields in the recordset) to produce the report.  However, I only see the database fields to use in the conditional color formatting screen and not the formula fields.    I thought this would possibly be the cause why the colors wonu2019t change on the CR, but I canu2019t find a way to make the formula fields show up in the list.
    2.)Also, I tried right clicking the individual lines of the graph and change the selected item color, but this didnu2019t change the color either.  I do this in Design mode and Preview mode and neither one changes the color of the lines on the graph.
    3.)I have also looked into the CR object model to see if I can change the line colors of the graph via code and it doesn't look like I am given this flexibility.
    Do you know what I am doing wrong here?   I just want to be able to set the color of each line on the CR graph to the color I want instead of using the default colors.
    Thanks,Steve

    Post Author: desselle
    CA Forum: Charts and Graphs
    Hello,
    I got the problem fixed w/ the line graph not making the data lines the same color on the report as on the frmPlot graph.   Compare the two screen shots below.   The problem was as follows:  When I created the graph (in the Chart Expert) the field u201CReadingDateu201D was not one of the Report Fields, and all the other fields were Report Fields (Reading, LowAlarm, UpperAlarm, LowerLimit, & UpperLimit). See the 3rd screen shot below.  ReadingDate does show up as a Report Field now but it wasnu2019t at first.   Originally, this field was only available in the Chart Expert as a recordset field.  When I changed this field to be a Report Field, the graph then allowed me to change the data series line colors.   This was not obvious at all.   From the beginning when I setup the graph and passed in the recordset from VB it graphed all of the data series fine.   The colors that the Chart Expert chose for each line just didnu2019t match what was on the frmPlot graph.   Anyway, it is working now.     I can at least say I learned (somethingu2019s to-do and somethingu2019s not to-do) a good bit about Crystal Reports in the process.
    Thanks

  • Chart label options

    Hello, has anyone experienced an issue where the data labeling on the charts always defaults to "side of frame".  Even if you go into the chart options and change it to say, "edge of frame", after hitting "OK", it just goes back to side of frame.  Any idea why?  Thanks in advance.

    I faced the same problem.
    The following helped:
    right click in graph -> select 'chart expert' -> goto tab 'options'
    -> deselect check box 'Auto-arrange' in layout -> try it again . . .
    Hope this helps in your case, too.

  • Chart Expert - Why are some formula fields not available?

    I have a report where I had to do Running Totals with formulas.  Following what I learned long ago from the documentation, I laid in my formulas, and then setup some "Display" formulas to print out the results at the end of my report.
    Now I am adding a chart to show a sort of 'summarized' version of the report - its a simple Pie chart...
    But when I go into the Chart Expert and want to select those Display formula fields (there are 4 of them) - they do not appear in the list?
    FYI - These four Display formulas are in the Report Footer of the report, and my chart is in the Report Header. 
    Why do some of my formula fields appear in the Chart Expert "select field" list - while others do not?
    I checked the documentation on this, but it is very "lite" and does not indicate why this might be...
    Any help is most appreciated!

    Read again -  "Problem has been circumvented" NOT "worked around".  In other words, when you pay a fortune for a poorly documented piece of software and you are dependent on answers from a Forum, where at times no one answers your question(s) and your boss is shouting at you as to how you selected such a lousy piece of software with such "lite" documentation and is hardly going to pay any more money for a support call to answer a simple question that should have been covered (and then some) in the documentation, (let alone support of the problem) - you CIRCUMVENT, i.e. give up and find some other way to do what you were trying to do.
    Hence, problem circumvented, NOT worked around.
    Thanks for asking - here's 10 points for your efforts.

  • Why does plugin box freeze up when I click on an options tab for an addon?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/794712''
    Win 7/ 64bit. When I click on the options tab for an addon the box freezes up. The X in the upper right will not work. I have to to go windows task manager to end the box. But the firefox browser works fine. Its only when I hit the options tab for an addon. I can disable, install, or uninstall with no problems.

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14
    When I click on a mailto: link, Firefox freezes. This is new for me as of 3.6.14 (not sure if it existed in prior versions because I hadn't clicked a mailto: in a while).

  • Firefox vers 5, crashes continually. Plus, it doesn't hold my home page. Needs reset every time the app has been closed. So with each crash, another home page reset. How can these issues be corrected. I know how to set the Home Page in the Option tab.

    Closing Firefox 5.0 resets Home Page to /www.searchqu.com. I know how to set it in the options tab.Earlier versions never had this issue. Plus, I return after being away to find that a "crash error" apologizing for the inconvenience. How2 can this be corrected?

    See these posts:
    https://support.mozilla.com/en-US/questions/790833
    https://support.mozilla.com/en-US/questions/816181
    Check and tell if its working.

  • Tabs question

    Hi, can someone help with a tab question.
    In earlier version of Indesign (CS6) you use to be able to use the 'enter' key to add a new tab at a specific measurement. Example: you start with a tab at 100mm, then you could type 125mm (in the x measurement panel) and press 'enter' and it would create a new (second) tab at 125mm. Then you could repeat 150mm 'enter', 175mm 'enter' and 200mm 'enter' and you would have five tabs all nice and evenly spaced. Now in CC when you have a tab at 100mm and you then type in 125mm (in the x measurement panel) it moves the first tab to 125mm… doesn't create new tab! In CS6 the move function was 'return' key and 'enter' was a new tab.
    If anyone can head some light on this, that would be great. Cheers, Jeff

    "Is there a way to set a specific number of tabs to be open and available each time Safari is opened?
    Hi Jim,
    The option would be in Safari Preferences if it were available, but I don't see it there.
    It's pretty easy to set up, though.
    Click the Book icon at the left of the Bookmarks bar to show all bookmarks.
    Go to the Bookmarks menu and choose Add Bookmarks folder.
    Give the folder a name (eg. 6 tabs), place as many bookmarks (to fast loading or regularly used sites) as you want tabs to open (eg. 6).
    Click on the Bookmarks Bar folder to display the list of current items on the Bookmarks Bar, drag the new folder into the wndow and drop it at the top of that list.
    The folder will appear (as a menu) at the left of the Bookmarks Bar, beside the Book icon.
    To use, launch Safari, Click the new menu and choose the last item, Open in Tabs.
    Regards,
    Barry

  • Chart Expert not all formulas appear

    Hi All,
       I am trying to chart data that I have on my report but it appears that some of the formulas I use aren't provided as options in the chart expert.
       Is this normal or should I have the option to select all of my formulas to be included in the chart?
    Thank you in advance.

    This is normal as the print time formulas are not directly visible while charting.
    You may use the following link to learn the concept of Charting on Print-Time Formulas :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40e7130d-aa1e-2b10-ce9f-eee2a54ff4cd

  • Why is the 'Choose icon...' button in the Options tab of the field property dialog box not enabled?

    I am using Adobe Acrobat Professional XI running on Windows 8.
    This “feature” has been bugging me for some time now. I remember it happening when I used Acrobat 9 Professional (Windows XP) and it is still happening in Acrobat XI Professional. I think I figured out a situation when I can reproduce this “feature” conistently and I hope someone fixes this.
    Try the following and see what happens:
    1. Acrobat Professional is not open.
    2. Launch Word and start editing a document (or some other authoring tool that can generete PDF document).
    3. After editing the document, generate a PDF version of the document.
    4. Launch Acrobat Professional and edit the PDF document generated in 3.
    5. Add a button.
    6. View the button's properties.
    7. Change the Fill Color property in the Appearance tab to none.
    8. Change the Layout in the Options tab to Icon only.
    Now here is what bugs be. Shouldn’t the 'Choose Icon ...' button be enabled? It is not enabled after step 8. It is possible that 'Choose Icon ...' button is enabled for some of you. I this case, it would be nice if at least one of you who experience the same bug say so in this thread so that Adobe doesn't think I am sending them on a wild goose chase.
    I can enable it by selecting a different tab and then returning to the Options tab. A similar thing happens when reverting back from 'Icon only' to 'Label only' but I am not sure how to reconstruct a scenario for this one.
    Here is the dialog box for one instance when I noticed the bug.
    Regards,
    John

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • Summary fields on chart expert

    Post Author: training2go
    CA Forum: Charts and Graphs
    Hello,
    I noticed that summary fields that are used on the report do not appear on the chart expert as a field that you can select. Did I do something wrong or is this the way the chart expert works in Crystal Reports 2008? Thank you.

    Hi, Anne-Marie;
    You may be running into a common issue that is docuemented here:
    [SelectionFormula|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303334333833393335%7D.do]
    Regards,
    Jonathan
    Edited by: Jonathan Parminter on Mar 16, 2009 8:03 AM

  • Xml report output in excel format without using options tab in EBS

    How to get xml publisher report output in excel format without using options tab in EBS?
    I am getting XML Publisher report output in excel format by using options tab while submitting the concurrent request .
    But i want to get excel output automatically.
    Can anyone give idea to get XML publisher Report output in excel without selecting options tab.
    Thanks in advance
    Sandeep V

    Hey Sandeep,
    I am working on a similar format for a report and if possible can you please give me some guidelines. I have initially created reports using XML Publisher, but for those , the output preview format was PDF. So, if I select the preview format as EXCEL will it give me output in Excel and for this to happen, how do I define the rtf template. I believe the working will be same as for PDF, create a rdf report, get output in XML and apply the template to get the data in Excel or there is something different to this.
    Thanks,
    Sunil

  • How to access the options tab without opening firefox in windows 8.1?

    Recently moved from Windows XP to Windows 8.1. Used to be able to access the Firefox options tab via a context menu by right-clicking the icon in my Start Menu without having to open the browser window, which was useful for selectively deleting cookies, etc, after a browsing session.
    Is this functionality still possible in Windows 8.1? If so, how? Or is this just another Windows 8 annoyance?
    Thanks.

    Thanks.
    That does indeed do the job!

Maybe you are looking for

  • Problem creating dataset using db2 stored procedure in Eclipse BIRT

    Hi, I am using DB2 9.7 Express Edition in Eclipse BIRT(version 2.5.1) for generating reports. I have used Type4 driver for jdbc connection. For that, I have established jdbc connection using db2jcc.jar and db2jcc_license_cu.jar files. I have successf

  • Corrupt Helvetica Italic font

    I have a corrupt Helvetica Italic font (Helvetica non-italic is fine). I reinstalled the OS and updated it - no change. Anyone have a fix? I'm running 10.4.5. - Doug G4 Powerbook   Mac OS X (10.4.5)  

  • My first procedure.

    My first sproc isn't going too well. All I want to do is create something very simple. So I: create or replace procedure oe.foo as begin select * from oe.myCustomers end; and get the message: "Warning: Procedure created with compilation errors." From

  • Reinstalling Design Premium 5.5 on a Mac - error message "Install" can't be opened. You should eject the disk image.

    Trying to reinstall Design Premium 5.5 on a Mac OSX 10.7.5 - once downloaded to my computer it will not install due to error message "Install" can't be opened. You should eject the disk image. Thanks

  • Adjust the width of the BCS WebPart's parameter

    I have a page with a BCS webpart in it. I have displayed 20+ columns. And the parameter textbox is TOO LONG, and I need to scroll to the right in order to add another parameter. Please see screenshot below. How do I edit this? -----------------------