crystal reports - Formatting of the caption of a chart -
Do any of you know a way to format captions in a crystal report? I have a number that stands for a specific year, this number is 4 digits long. I look like a caption:
2009
But The current method shown to it
2.009
Edit: Data is being dynamically loaded from the database and in DB they have a date time field Which I select by using the year function ...
Sector is not aware of Crystal Reports at a lower questioned the title of the question, or rather should only mention the tag.
I think you can use a real datetime object (instead of an int) for the date and use. Some tasks just format dates to display on date. For example:
For example, I need date formatting as the following: 23-Mar-2007, the following formula utility will do: ToText ({MYFIELDNAME}, "dd-MMM-yyyy" )
This is related to the names of the fields, but I think you can use the same function (totext) for the caption of the chart?
You can also store a string this year.
Comments
Post a Comment