Let's say I have a query that's performed by the user entering a string value, which completes the where condition.
Is there a way to highlight in the string that comes back where that parameter exists?
So, if the user types in yellow, I want to highlight the word yellow in the following sentence that would come back on the report:
The sun is a bright <bold>yellow</bold> today!
Thanks!
Is there a way to highlight in the string that comes back where that parameter exists?
So, if the user types in yellow, I want to highlight the word yellow in the following sentence that would come back on the report:
The sun is a bright <bold>yellow</bold> today!
Thanks!