
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2014 10:00 PM
So I created a custom report with all workstations and servers but I want to add a SQLVersion column but when I do it only displays the results if I have SQL installed. Can I have it display the full results and just leave that column blank if there is no SQL on that asset?
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2014 10:19 PM
Use a LEFT JOIN against the software instead of the default INNER JOIN.
W3 Schools links:
INNER JOIN
LEFT JOIN
W3 Schools links:
INNER JOIN
LEFT JOIN
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2014 10:19 PM
Use a LEFT JOIN against the software instead of the default INNER JOIN.
W3 Schools links:
INNER JOIN
LEFT JOIN
W3 Schools links:
INNER JOIN
LEFT JOIN
