I would like to create a table that shows a list of all computers that have specific apps installed and those that don't, but I'm not sure how to do it. I added the interesting fields and their values below.
(interesting fields)
sites
computer names
applications
(field values)
site - TX - CA - NY
computer names - Dell001 - Dell002 - Dell003
applications - firefox - internet explorer - chrome
EXAMPLE:
site computer application application application
TX DELL001 chrome firefox internet explorer
CA DELL002 firefox
NY DELL003 chrome internet explorer
... View more