Custom Reporting

I am trying to write custom reports for BigFix - however, the only guides I have is the standard reporting guide which dedicates a page or two tops to the subject. Is there a more full blown guide on how to create web reports, including a schema for tables and fields we should be using?

Assuming you are referring to creating custom Reports within Web Reports, these are essentially a combination of HTML and Session Relevance. Here’s a link to the official documentation:

https://www.ibm.com/support/knowledgecenter/SSQL82_9.5.0/com.ibm.bigfix.doc/Platform/Web_Reports/c_creating_a_custom_report.html

That said, probably the better guide/reference here is for the session relevance portion of custom reports:

https://developer.bigfix.com/relevance/guide/session/

Session relevance allows you to query for information from the BigFix database without having to know or interact with the underlying database schema.