Thanks! I chose the latter formula using totext. This partially works. I get 07/YYYY instead of 07/2003. I've tried using formula with the single tick marks and the double quote marks with the same results.
Because the datetimestamp in this field is unique for 100K+ records, I need to group by...
In Oracle, we use the following format to create a field that can be grouped by:
TO_CHAR(V_PIN_TRACK_MAPPING.ACTIVATED_DATE, 'MM/YYYY')
In Crystal, however, this formula:
TO_CHAR({V_PIN_TRACK_MAPPING.ACTIVATED_DATE}, 'MM/YYYY')
sends back an error "The remaining text does not appear to be...
No - I haven't applied hot fixes - sorry, don't know what they are. I have opted to have CR8.5 installed, hopefully by 06/02/03... Thanks for the support!
Created a formula named "short descrip" as
Left ({PACKAGE.PACK_DESC},9) in the row section of the crosstab. The purpose was to combine like product names based on the first 9 characters. The summarized field is count(MAP.PIN_NUM). The product names are grouping as desired, but the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.