Notifications
Announcements
Hello Everyone,I am developing app where data will be displayed in subscript format like whenever user enter CO2 it should show number in subscript manner any help will be good.Regards,Sagar Shah
@Anonymous You would need to display the molecule CO2 inside an HTML text control.
Try this code inside the HTMLText property.
"CO<sub>2</sub>"
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi @Anonymous :
Just like @mdevaney said,the best way to use subscripts is to use the Htmltext control.
Considering that the user's input is variable, I use the following solution to handle the user's dynamic input.
1\Add a textinput control(TextInput2)
2\Add a Htmltext control
HtmlText
Concat( ForAll( Split( TextInput2.Text, "" ), If( IsMatch( Result, "\d" ), "<sub>" & Result & "</sub>", Result ) ), Value )
Best Regards,
Bof
How do you guys suggest if I want to display superscripted texts in a drop down list. For example, a drop down of floors like 2nd floor, 3rd floor. Is it possible to display like this in a dropdown
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 740 Most Valuable Professional
Michael E. Gernaey 342 Super User 2025 Season 2
Power Platform 1919 268