I am interested in using a variable in the definition of Solar Wind's Postgresql ODBC user experience monitor. eg:
Driver={PostgreSQL Unicode};Server=${IP};Port=5432;DataBase=${some_variable_here_that_defines_the_database_name_here};Uid=${USER};Pwd=${PASSWORD};
Has anyone found an easy way to do this? I have tried a custom property containing the DB name, but am not sure how to call it.
Thank you!
Christian