Hi,
I try to create a "simple" Query.
I need a list of all Versions of Veritas/Symantec Enterprise Vault installed.
I ended up with hackin in the Database. Now I am a litte bit concerned that I potentially blowing something up here.
My showstopper was that the Qualifier is only possible as a "=" Qualifier.
I can not create a "LIKE" Qualifier.
So I ended up Hacking the dbo.QueryFields table to get it running.
"Computer"."Software"."Add or Remove Programs"."Program"."Name" LIKE "%Enterprise Vault Outlook Add-in%"
Why is that not possible via the GUI?
Did I potentially blow something up here? phoffmann
How does other people solve this standard request?
Kind regards, Marco