Wednesday, December 16, 2020

How to add backslash Alias for table or views name\\ in crystal report (regedit)

1. Copy and paste the following text to any text editor
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\Database]
"InvalidAliasCharList"="!(){}"
[HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\Database]
"InvalidAliasCharList"="!(){}"
2. Save the file by giving a name but make sure the file extension is .reg (e.g InvalidAliasCharList.reg)
3. RMB on the file and select "Merge" and run the script file.


https://docs.ifs.com/techdocs/Foundation1/050_development/026_br_and_a/005_adhoc_reporting/080_dev_crep/005_cr_as_quickreport/default.htm

https://apps.support.sap.com/sap/support/knowledge/E/1874513

https://apps.support.sap.com/sap/support/knowledge/en/2165260

https://apps.support.sap.com/sap/support/knowledge/en/1874513









No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...