Superscript in Crystal reports formula

Zo Has picture Zo Has · Dec 14, 2010 · Viewed 8.7k times · Source

I am trying to make part of array text into superscript inside my formula field. I tried rendering the field as HTML with a tag but it seems it is not supported. Following did not work

numberVar array arr:=["1<sup>st</sup>"];

Is there a way round this problem ?

Answer

Cerveser picture Cerveser · Jun 25, 2015

It turns out Crystal Reports works with superscript, only the same way as Visual Studio does. Just copy/paste one of these: ¹²³⁴⁵⁶⁷⁸⁹⁰