Use Custom relevance in Web Report

Team i want to run the below relevance code into my web report to generate custom result. It is working fine in Session relevance tester .

“”"
(
IDs of Actions of it,
Names of Issuers of Actions of it,
Names of Actions of it,
States of Actions of it,
Times Issued of Actions of it,
Names of Computers of it,
Operating Systems of Computers of it,
IP Addresses of Computers of it,
Last Report Times of Computers of it,
value of result from
(bes property whose (name of it = “Free Space on System Drive”))
of computer of it,
Detailed Status of it,
Status of it,
Names of member actions of actions of it
) of
results whose (
(Name of Action of it as lowercase starts with “ms”)
) of
bes actions
"""
Please help me on this. I am using BigFix 9.5 and this code is not generating any result in custom window of web report

You’re missing the “<?relevance your_relevance_statement_goes_here ?>” tags around your relevance statement (without the quotes of course). Checkout the following knowledge base page: https://www.ibm.com/support/knowledgecenter/en/SSQL82_9.5.0/com.ibm.bigfix.doc/Platform/Web_Reports/c_creating_a_custom_report.html

1 Like

Thank you so much cmcannady. I also need header for this like id,computer name etc. How can i achieve that? Please help me

And also how to get Export CSV option in Custom Report? Please help.

Have you reviewed the documentation?

Most of your questions are answered in the documentation. There’s also sample custom reports from IBM that you can download and use as examples or templates.