‎2008 Nov 14 12:50 PM
Subject changed by moderator - use a meaningful subject in future
Hi,
Please solution for this error.
In Unicode programs, the "-" character cannot appear in names, as it does here in the name
"TEST-001"
Thanks,
Rajesh
Edited by: Matt on Nov 14, 2008 4:03 PM
‎2008 Nov 14 12:51 PM
‎2008 Nov 14 12:53 PM
‎2008 Nov 14 3:05 PM
Subject changed by moderator - use a meaningful subject in future
You can't use the '-' in your field names. You used to be able to, but you can't, and shouldn't now.
matt
‎2008 Nov 14 3:17 PM
Hi,
Use Replace command and replace '-' with space or some other value which hyperion will aceept.
Replace command will solve your problem.
Regards,
Janardhan
‎2008 Nov 14 6:55 PM
Hi,
Unicode programs doesn't allow "-" character for field names. In unicode "-" is used to show the variation for table(internal table) and field names. So it doesn't allow "-" character for field names.
So try to change the fieldname by putting "_" instead of "-".
Edited by: pydi reddy on Nov 14, 2008 7:55 PM