I am piping a text from a previous question, but here i need to pipe the text in lower case. I don't want to use embedded data or intermediate question to do this. Is there any way i can directly change all letter in lower cases while piping "${q://QID10/ChoiceGroup/SelectedChoices}"?
Page 1 / 1
Pipe this:
${q://QID10/ChoiceGroup/SelectedChoices}
Thanks for your response Shashi, it worked
What is the difference between what did not work and what did work?
What is the difference between what did not work and what did work?
Maybe the formatting of the original answer was lost? Anyway:
<span style="text-transform:lowercase;">${q://QID10/ChoiceGroup/SelectedChoices}</span>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.