Hello,
I wanted to add a superscript dynamically to the values comes in sample xml. I cannot hard code the superscript in textfield because the values populated from sample xml. is there a way to achieve this?
I have see few posts about super script but they did not really help my requirement. I am attaching the screenshot how I need the output to be.
All the data (product name, category, code ..) comes from sample xml. I need to add superscript to Product based on some logic.
I tried something like making the textfield as Richtext and append the superscript but no luck.
Textfield.rawvalue = xfa.resolveNode("xfa.record.main.Productname").value + <sup>1</sup>
Any help please?
Thanks
Krish