This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL Server User Experience Monitor

I have a SQL Query that returns a single integer.
e.g. SELECT COUNT(*) FROM myTable
This works well with the STATISTIC value variable. 

Untitled.png

How can I add text to the MESSAGE variable?
I tried using IFF Statements and adding text like "Message: HelloWorld", but no success.

Can the Message variable be used in this component?