I am trying to change databases on a report based on a complex Crystal query, and the databases are stored in DB2.
Let's say I want to change from database Data1 to Data2. When I copy the query into a new report which is pointed to Data1, it works. When I copy the query into a new report...
This command works fine:
SELECT INSTR('2000,2700',SUBSTR(fieldname,1,4)) TESTFIELD FROM tablename
but when I create a parameter MyParam within the command and give it a default value of 2000,2700 I get an ORA-24374 with this:
SELECT INSTR({?MyParam},SUBSTR(fieldname,1,4)) TESTFIELD
FROM...
Using CR9, when I go into the format editor for a numeric field, and check the "reverse sign" option, and then export to excel (yes, even using the MS Excel 97-2000 data only choice, with "export object formatting" checked), the result in Excel is incorrect. Numbers that show on the Crystal...
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.