Hello
I called the vendors dataset from sql into this report. For some reason the syntax or something is not correct. Can anyone help solve this?
Heres the sql statements
SELECT n.caption, ni.NodeID, ni.IPAddress , n.Location, n.Vendor
FROM Orion.Nodes n
join Orion.NodeIPAddresses ni ON n.nodeid=ni.nodeid
order by ni.nodeid asc
Heres the error within report writer
Columns with problems:
VENDOR - 'Vendor Icon (Watermark)' data presenter requires 'Orion.Vendors|Icon' field(s) to be present within the datasource