Hi there,
I am having a hard time modifying a built in report that comes with system center. the reason for this is that I know next to nothing about writing SQL/WQL queries. the report I am trying to modify is:
"All drivers in a specific category"
I simply want to add more fields to this report so I can get visibility on where the drivers are sourced from, but it is a bit outside my skill level. when I choose to edit the report I am brought to the "MS SQL server report builder" application. first I tried to simply add some fields to one of the datasets based on some names I found in the object details of a driver objectwithin SCCM. unsurprisingly this did not work. I then tried to modify the existing table so that it showed these new value's.
by doing this I was able to see new columns in the report, but they had no data in them. I...