Google Chrome - Version 138.0.7204.168 (Official Build) (64-bit)
Yes, I observed the same behavior in Microsoft Edge (Version 138.0.3351.109, 64-bit).
There’s nothing new about it, it’s the same old custom report that used to work, and still works perfectly fine in the old Web Reports.
here is the sample:
<style>
a { text-decoration: none; }
a:link { color: #200772; font-weight: normal; text-decoration: none; }
a:hover { color: #FF8000; font-weight: normal; text-decoration: none; }
table { margin: 0; border-collapse: collapse; color: #0d0c0c; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }
th { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color: #f7f9fa; font-weight: normal; background-color: #040e7d; border: 1px solid #cccccc; margin: 0; padding: 4px 10px 4px 5px; text-align: left; }
td { color: #0d0c0c; font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border-bottom: 1px solid #cccccc; margin: 0; /* padding: 6px 20px 1px 0; */ padding: 8px 20px 5px 5px; }
td.userinput { color: #0d0c0c; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; border-bottom: 0px; margin: 0; padding: 6px 20px 1px 0; }
td.errormsg { color: red; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; border-bottom: 0px; margin: 0; padding: 6px 20px 1px 0; }
td.msg { color: #747170; font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; border-bottom: 0px; margin: 0; padding: 6px 20px 1px 0; }
/*#t01*/ tr:nth-child(even) {background-color: #eee;}
/*#t01*/ tr:nth-child(odd) {background-color: #fff;}
</style>
<HTML>
<BODY style="background-color:#e8e8e8;">
<TABLE border="1">
<tr>
<th><b>Setting Name</b></th><th><b>Desired Setting</b></th><th><b>Current Setting</b></th><th><b>Setting Match (Y/N)</b></th>
<tr>
<td><b>BES Server Version</b> <td>11.0.1.104</td><td><?Relevance values of results from (bes property "BES Server Version") of bes computers whose (name of it as string as lowercase contains "MYSERVER" as lowercase) ?></td><td><?Relevance exists bes computers whose (name of it as string as lowercase = "MYSERVER" as lowercase AND (value of results from (bes property "BES Server Version") of it starts with "11.0.1")) ?></td>
<tr>
</TABLE>
</BODY>
</HTML>
Yes, that change made it work in Microsoft Edge as well.