Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi - I've a problem using hyphen in unicode programs

Former Member
0 Likes
1,268

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

5 REPLIES 5
Read only

Former Member
0 Likes
753

Change TEST-001 to TEST_001.

Best regards,

Prashant

Read only

0 Likes
753

HI USE TEXT-001.

Read only

matt
Active Contributor
0 Likes
753

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

Read only

Former Member
0 Likes
753

Hi,

Use Replace command and replace '-' with space or some other value which hyperion will aceept.

Replace command will solve your problem.

Regards,

Janardhan

Read only

Former Member
0 Likes
753

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