Hello,
It does not seem possible to use the SQL dynamic variables inside chart titles, but I thought I'd check here if anyone has done it?
The variable would be something like:
${SQL: Select cps.Status from SolarWindsOrion.dbo.CustomPollerStatus cps join SolarWindsOrion.dbo.CustomPollerAssignment cpa on cpa.CustomPollerAssignmentID = cps.CustomPollerAssignmentID where PollerID = 'XXX' and NodeID = S{N=SwisEntity;M=NodeID} FOR XML PATH ('')}