How to suppress bars on chart and customize legend text

I am new to Crystal Reports and have a couple of questions about bar charts.  I am using Crystal Reports XI Release 2 with Developer Studio 2005 (C# .NET) and SQL Server.
I have a very simple report that sums up the values of 14 different database columns.  There is a also a bar chart to display the summed values.
My questions are:
1.  Based on some user preferences, I may not want to display all 14 values.  I found how to Suppress fields on the report, but cannot figure out how to prevent them from appearing in the bar chart as well.
2.  Can I customize the names of the bars in the legend?
Any help will be great appreciated!

Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • How to show a field value and a message text in a message box

    Hi
    I have made a message box that shows the value of a text field when a button is clicked. I would like to add some message text to the message box as well, so that my message box will show something like:
    You have entered this data: "textField value"
    This script works to show the text field value but I cannot figure out how to combine it with an ordinary message box text message. I have tried various combinations of () and “ “ but no luck.
    if 
    (TextField1.rawValue != null){
    xfa.host.messageBox(TextField1.rawValue
    , "Message box title");}
    Kirstine

    you can use below code:xfa.host.messageBox("Word  you want to add in start "+TextField1.rawValue
    +" Word you want to add in the end","Message Box Title")
    Thanks

  • How can I see the size and colour of text in DW Cs5?

    Hi forum, how do you see the size and colour of a piece of text in Dreamweaver Cs5, I have some text in a dreamweaver file which is a size I like and a colour I like and I want to make a CSS rule with these characteristics. How can you see what size and colour a piece of text is?
    Many thanks for any help
    Gareth

    <td height="89" colspan="5" valign="top"><p><font color="#FF0066" size="-1" face="Arial, Helvetica, sans-serif">what is the text size, colour and boldness of this piece of text.</font></p></td>
    Above code is deprecated.  CS5 will not pick up these styles in the CSS styles panel.  Legacy sites are not simple to work with.  They need to be converted to  modern standards.  You do this by stripping the HTML styles from markup  and re-writing styles to CSS.
    <p>This is a normal paragraph</p>
    Put your CSS styles between your document's <head> and </head> tags:
    <style type="text/css">
    p {
    color: #FF0066;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    </style>
    Or, create an external stylesheet to which your HTML documents are linked like this:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How can i see what number and  time a text message i received a text message

    how can i see what number and at what time i received a text message online

    If you are on a regular postpaid account, you can log in to your My Verizon account and see the usage details for your account.

  • Interactive Bar/pie chart and line graph, data from excel/text file -urgent

    Hi,
    I have a huge data in excell sheet which keeps updating every month. Data basically consists of service provider and there respective subscribers from various regions of the country over the years. The requirement is to give the viewers an interactive page where in they can make various combinations and can compare, cross examine data according to thier choice.
    We want the pie chart / bar graph or line graph to be created on the fly according to the combination made by the user.
    The site is hosted on a red hat linux server. how can a connection to the excel spreadsheet be made or is it possible to read from the text file if the entire data is exported to a text file.
    Is there any ready made tool/code available which can be customised according to the need.
    Thanx in advance
    Regards
    Prakash

    I certainly wouldn't pay for the graphing package at the previous link. check out http://www.object-refinery.com/jfreechart/ for a free, open-source, much better looking graphing package.

  • How do you duplicate a chart and table? - not so obvious

    I have a table and a corresponding chart that I have customized. I want to duplicate the table and the chart.
    When I duplicate the chart, it still "links" to the original table. As I change the data in the duplicated table, it does not update the chart.
    How do I "link" the duplicated chart to the duplicated table?

    Christopher,
    Let me try again to explain, with a little more detail.
    In the Sheets Pane, click on the Sheet where the Table and Chart are that you want to duplicate and Right-Click, Copy. Then Right-Click, Paste. You now have two identical Sheets, each having a Table and a Chart linked to that Table, and the Table and Chart are twins of the one in the original Sheet. Now you may Drag the new copies back to the original Sheet, or elsewhere as you desire.
    Jerry

  • How to read an html file and replace a text using text_io

    hi,
    i want ro read an html file using text_io and replace a particular text with a new text
    eg: i want to replace a text called "data.js" and with "maps.js"
    how do i do this?

    You have to write your own code to do that. TEXT_IO is just a low level text file interface.
    You need to read in all the text, save it in some internal format (array of varchar2's maybe or in the DB) and then perform a search on the text you have read in, find out where the instances of "data.js" are located and substitute them with "maps.js" After that you need to write to a new file and delete the old one. There is no way to search and replace inside the existing file (what's sometimes referred to as 'in-place' substitution).
    See the help section called About the TEXT_IO package for an overview of how it works and some code examples.

  • How do I add song titles and writer/arranger text to scores in Logic 8

    I am having trouble figuring out how to add song titles into or onto the scores of compositions I'm doing.
    Thanks
    "Peace and Blessings"
    www.Myspace.com/cayebaby
    www.flickr.com/photos/c-aye/sets

    Have you checked this:
    [Working with Notation|http://documentation.apple.com/en/logicpro/usermanual/index.html#chapt er=31%26section=0]
    A

  • Scatter Chart and Distinct Legends

    Hello,
    Was trying to make a quadrant style graph and plot 78 locations on this. I've successfully done that but I'm seeing the points are re using the same colors.  Is there a way to ensure each point uses a disctinct color?  I wouldn't even mind if it re used the colors but used Yellow Star for one and Yellow Circle for another, etc.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Horizontal Bar Chart and Overlaying Line Chart

    I am using SSRS 2008 and developing my reports in BIDS.
    I have a report with two data points. I want to chart the first as a bar (horizontal) chart and then the second as an overlaying line chart.
    I created both data series, originally, as a bar chart. I have clicked on the second series in the "Drop Data Fields Here" area and changed the chart to a line chart. When I do that, it changes both series to a line chart.
    However, if I use the column (vertical) chart for the first series, it will let me make the second one a line chart.
    Is this a limitation of SSRS 2008? Can I not have one data point be the horizontal bar chart and the second one a line chart?
    If so, are there any suggestions how to get around this?
    Thanks.

    Both charts for SSRS 2005/2008 are very limited when it comes to horizontal charts and are infact supporting only left-to-right bar charts, with no ability to combine them with other charting types (lines, areas, points etc.). For a SSRS charting solution that supports all types of charting type combinations in left-to-right and right-to-left horizontal fashion you can use Nevron Chart for SSRS - www.nevron.com. Besides a huge number of charting types and subtypes (most of which are not available in the MS Chart for SSRS 2008) it also provides better image quality in 2D and 3D modes, more settings, has support for rich text formatting in texts, has image filters, ability to customize via C# code and implements many more large and small charting related details.
    Best regards,
    Crank

  • Copy Chart and Legend Together

    Hi,
    Just tinkering with Numbers. Can anyone advise how to copy a chart and its legend to a new app? I am copying a chart in numbers but when I paste it into Mail the chart-legend is not pasted. I have tried using Cmd to select both objects but no joy.
    Appreciate any advice,
    Thanks,
    Mickey

    Question asked and responded several times.
    Here is my own response updated :
    Select the chart and its legend.
    Group the objects.
    Copy the group in a Pages document, export this document as RTF.
    Control click the .rtfd file which will be created.
    Select "Show Package Contents".
    You will see the content of the doc. One file is a PDF containing the chart with its legend.
    Some times ago, I wrote an AppleScript automating the process.
    Go to my iDisk:
    <http://public.me.com/koenigyvan>
    Download
    For_iWork:iWork '09:forNumbers09:savechart.zip
    Expand it,
    double click on "saveChart.applescript"
    Read the given explanations and apply them.
    Yvan KOENIG (VALLAURIS, France) dimanche 25 avril 2010 18:09:31

  • Chart Legend, Text Change (Batch)

    Hi,
    I have about 40 reports all with the same charts, and the legend label uses the field labels so they look like "count of open accounts to date."  While I can change the text names when I select the legend text in the Preview pane, it is only a band-aid fix because I don't want to have to manually change this text for all 40 of my reports.  It'll add up to over 200 manual text edits!!
    Please tell me there is a better way!!
    I have CRXI
    Thank You,
    Frank

    Hi Frank
    Take a look here: @ Symbol in formula name when using formula for report chart data
    I think this thread can help you.
    Regards
    Fabio

  • Best way to group figures and their legends

    In an article, I have figures (images) and associated legends (text). They should stay together and anchored to certain places in text. Sometimes, the legend text should wrap the figures.  In addition, in exported html, I wish that the div tag of both the image and the text are wrapped in a outter div tag, and the image and the text div tag should have differnt class name.
    I tried to first group the image frame and the text frame, and then put them in an object frame. This strategy seems to not produce the results I desired. So what is the best way of achiving my goals?
    Thank you.

    @eric2013 – did you try anchoring objects to get the right hierarchy?
    Just a shot in the dark…
    Uwe

  • How to combine a stacked bar chart and a line graph together in one report

    I have a report in excel that has stacked bar chart and a line graph together in one report. I am trying to recreate the same in Webi, Is this possible? Did any one have similar requirement, could you please share the thoughts?
    Thanks,
    Hema

    May be I don't understand correctly...
    But if its really to separate chart area's;
    just copy the datablock and format one as line and the other as barchart...
    Hope this helps,
    Marianne

  • On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?

    On Firefox 4, how can I put one "new tab" on the "tab bar" (The + sign) and one next to the "back/forward" buttons (as in FF 3.6)?
    In my current Firefox, the "new tab" icon/item from the "customize" pop-up window menu of items is placed next to my home, back, forward buttons near the top-left of my header (Button 1 for "new tab"). Then, the tab bar automatically come with a small tab (with a + sign) to the right of your last tab opened (so you click on + and a new tab opens. Button 2 for "new tab"). I like to have this "new tab" button twice (as a + mini tab, and next to my "home icon".
    When I upgraded to Firefox 4, I seemed to be only able to "customize" or use the "new tab" in one place. Either as an icon next to home button, or as a "+ minitab", but NOT both.
    What can I do to put this button in Firefox 4 on BOTH places???
    Your help is really appreciated. I want to upgrade, but I want my buttons on both places...
    I upgraded to FF 4, but downgraded again just because this feature... that's just me of coarse :-)

    *New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

Maybe you are looking for

  • How To… Display All Comments for a Planning Package

    Hi, I have the How-to guide mentioned in the subject and have now moved onto BI7. Is the guide still applicable in BI7 and how would I go about implementing the above How-to in IP instead of BPS? Thanks, Ale

  • Don't like the Photoshop application/folder icons - don't match new Dark UI

    Old New Weird book look I don't get the HUGE stroke

  • Totals passing to child levels in drill down?

    Hi I have an issue where i have set my hierarchy for Region to State. When I drill down my reports, the totals are passing to child levels So if I have the totals as Region A $100 Region B $200 and If i drill down on Region A to States ASA ASB, ASC w

  • Update more than one table

    Can more than one table be updated from a single form that was created using a wizard? If so, how? I tried firing a trigger to add a new record to another table, but get this message "No updatable report found. Multi row updated and delete operations

  • Problems with 6mth old Magic Mouse

    Can anyone suggest a solution to the problem I have started to have with my 6 month old Magic Mouse.   I can be using it quite happily then all of a sudden left click refuses to work.  When I left click I just get the right click menu.  The only solu