Sorry I am still learning and having trouble creating a custom HTML report.
Basically, I am trying to print the infromation from an anylsis (Certificates - Windows) specifically form the property “Certificates - Plain Text Certificate Identification”
I have tried to make the relevance but am not having any luck.
I believe this should work if the name of the property is correct
(names of computers of it, values of it) of results whose (exists values of it) of bes properties whose (name of it = "Certificates - Plain Text Certificate Identification")
If you haven’t used the Excel connector it’s also an easy way to create the session relevance that you want to use even if you don’t plan to use the excel connector going forward to pull the data.
Lines 1,2,3, 6 and 7 of the session relevance are used for parsing the report into Excel so you can remove those and clean it up but it’s an easy way to pull in property data from session relevance.
Thank you so much for your reply: I used your relevance to create what I Needed:
<?Relevance (names of computers of it) of results whose (exists values of it) of bes properties whose (name of it = "Certificates - Plain Text Certificate Identification" and name of source analysis of it = "Certificates - Windows")?>
<td><?Relevance (values of it) of results whose (exists values of it) of bes properties whose (name of it = "Certificates - Plain Text Certificate Identification" and name of source analysis of it = "Certificates - Windows")?></td>
<td><?Relevance (names of computers of it, values of it) of results whose (exists values of it) of bes properties whose (name of it = "Certificates - Expiration - Issuing CA" and name of source analysis of it = "Certificates - Windows")?></td>
However, now I am having an issue where I cannot populate the date that queries from this correclty. It just populates a giant blob of information. Each new line of information is on a new line but i would like it to be more seperated out. Perferably lined up across the three sets of data. Hostname - lined up with their expiring certificate etc. Addtionally, maybe in its own box insdie the row.