Hi,
I got a report to display the Asset Description + the user + relationship type (like Used by). But for AD group, it just shows Used by blank.
Anyway this is fine up until the report also displays disabled user using active asset. Then I had to put a filter on tblADusers.isEnabled to True. After that, all the assets being used by an AD group are removed.
My question is how can I display the AD group name while at the same time remove disabled user-to-asset relationship from being shown in the report?
Thanks.