Hi
I am trying to create Registered Trade Mark as superscript in universe as part of dimensional object.
Can any one help me how to achieve that.
Thanks in advance,
Bram
Bram (BOB member since 2004-10-25)
Hi
I am trying to create Registered Trade Mark as superscript in universe as part of dimensional object.
Can any one help me how to achieve that.
Thanks in advance,
Bram
Bram (BOB member since 2004-10-25)
[Moderator note - moved to the Semantic Layer forum]
Nick Daniels (BOB member since 2002-08-15)
This is what you’re looking for, right?
You can generally create that using the proper character function for whatever database you’re connecting to. The Trademark is ASCII character 0153.
Dave Rathbun (BOB member since 2002-06-06)
Thanks Dave,
I know Ascii for ®, which is CHAR(174). But challenging part is how to make this as Superscript and how to use this in dimensional object in the universe.
Ex:
XXX®ZZZ. This is text where ® should be superscript.
Thanks
Bala
Bram (BOB member since 2004-10-25)
Can you create it as ® and use read as html or something similar. Never tried html as a universe object, only as a report variable so I’m not sure of the exact syntax.
That’s a good idea, Mark. The universe object could be set with a default format of “Read as HTML” so it would display correctly in a report.
joepeters (BOB member since 2002-08-29)
If you’re going with HTML then possibly you should use the ® HTML symbol code as well. You can create the entire thing with various string operations.
Dave Rathbun (BOB member since 2002-06-06)