Hello I'm having this situation where I have a query returning a single event and I need to build a compound table from different fields from that event. Here are the fields: severity severity_id riskFactor riskFactor_id exploitAvailable exploitAvailable_id How can I build a table like this: Indicator Value Id Severity severity severity_id Risk Factor riskFactor riskFactor_id Exploit Available exploitAvailable exploitAvailable_id Thanks for your help!
... View more