I have a prompt page that includes a Text Prompt and need to ensure that the data entered is converted to uppercase to match the data in the database.
Any ideas how I can convert the text entered in the prompt to uppercase?
Users will be entering multiple values in the Text Box Prompt
UPPER([QueryItem]) = UPPER(?param?)
When I do this my prompt gets changed to single select instead of multi select. Any further thoughts would be appreciated...
instead of the equal sign use 'in'
UPPER([QueryItem]) in UPPER(?param?)
When I do that my prompt gets displayed in a different manner...The right part (box) & the insert & remove buttons disappear...Any thoughts??