I have a formula which converts a Date to Year-Month (2001-10) which I am using to Group records. The formula is: Year(Delivery_Date)&Month(Delivery_Date). The problem is that the answer comes back as 2,0000.000010.0000
The only thing I know of is the number "Options" on the report is set to -1,123.0000 since number fields on our reports need to be this format. I have tried to convert ToText and a few other things such as truncate but the result is always the same. I guess I don't want to change the other 8 numberic fields just becuase of one field not converting properly.
(using CR 8.5)
The only thing I know of is the number "Options" on the report is set to -1,123.0000 since number fields on our reports need to be this format. I have tried to convert ToText and a few other things such as truncate but the result is always the same. I guess I don't want to change the other 8 numberic fields just becuase of one field not converting properly.
(using CR 8.5)