on ‎2011 Mar 31 2:48 PM
Hi!
Can someone tell me why ? I create a Crystal syntax with this= Year(currentdate) and it return it like a number field 2 011,00 instead of a date format,
Thanks
Diane
Request clarification before answering.
Because the formula returns a number. You will need to format it to get rid of the comma and decimals by either formating the display of the formula or format it in the formula itself, making it a text field:
totext(year(currentdate)0,"")Debi
Edited by: Debi Herbert on Mar 31, 2011 9:56 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ! just to let you know,it work fine with this, thank for this post, I have found another way too,if you go through the Crystal Report options \field tab\ number\ and number tab, then customize, what I did is specified no decimal and unmarked thousand separator, it work fine too, thank you for your precious time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.