multiple content checks in one column
Is it possible to get multiple content checks in one column? Background: - I have a IIS-Webserver with some DOT.NET WebServices - Each WebService has multiple test I want to check Example: cont=Service1;http://webserver/Service1/test1;true cont=Service1;http://webserver/Service1/test2;true cont=Service1;http://webserver/Service1/test3;true cont=Service2;http://webserver/Service2/test1;true cont=Service2;http://webserver/Service2/test2;true cont=Service2;http://webserver/Service2/test3;true If I only define the content checks, I got 6 columns but I want a combination for each Service (like in the HTTP test). My example above does not work because only one test was shown on the side... Any Suggestions? Google finds the same problem since 2006 but there seems to be no solution?!? b.r. TK