Apr 10, 2001 #1 Dmarious Programmer Joined Apr 10, 2001 Messages 19 Location IL Hi all, Can anybody please help me, I need to change the group labels in a chart.
Apr 10, 2001 #2 marckssg Programmer Joined Nov 28, 2000 Messages 180 Location GB What do you mean by the Group Labels? If its purely just the text that appears by the graph then change it in the "Text" tab of the Chart Expert. Cheers Marc Upvote 0 Downvote
What do you mean by the Group Labels? If its purely just the text that appears by the graph then change it in the "Text" tab of the Chart Expert. Cheers Marc
Apr 10, 2001 Thread starter #3 Dmarious Programmer Joined Apr 10, 2001 Messages 19 Location IL Thanks Marc, I made a chart with a column for each hour in a day, and I want to show only the hour (like 14:00) and not the full Date/Time I get as the default. Upvote 0 Downvote
Thanks Marc, I made a chart with a column for each hour in a day, and I want to show only the hour (like 14:00) and not the full Date/Time I get as the default.
Apr 10, 2001 #4 kenhamady Instructor Joined Sep 10, 2000 Messages 8,794 Location US What version of CR? You can always create a formula that calculates the hour as a string, and use that as your group field/chart field. Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO) Upvote 0 Downvote
What version of CR? You can always create a formula that calculates the hour as a string, and use that as your group field/chart field. Ken Hamady http://www.kenhamady.com/Crystal Reports Training/Consulting and a Quick Reference Guide to VB/Crystal (including ADO)
Apr 10, 2001 Thread starter #5 Dmarious Programmer Joined Apr 10, 2001 Messages 19 Location IL I'm using CR8. Upvote 0 Downvote
Apr 11, 2001 Thread starter #6 Dmarious Programmer Joined Apr 10, 2001 Messages 19 Location IL Thanks Ken, it worked !!! Upvote 0 Downvote