Piping Text in lower case | XM Community
Skip to main content

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}"?

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