Concatenation of unique values - Solaris PkgDB

(imported topic written by USMC175)

I’m looking to concatenate these three individual properties on Solaris to better describe each package. Each property already works individually. How could I use & " | " & to bring together the pgk name, version, and vendor info into one property?

unique values of params “PKGINST” of pkginfos of pkgdb

unique values of params “VERSION” of pkginfos of pkgdb

unique values of params “VENDOR” of pkginfos of pkgdb

Thanks.

(imported comment written by NoahSalzman)

Don’t have a Solaris box handy to test, but it would probably be:

(unique values of params “PKGINST” of it, unique values of params “VERSION” of it, unique values of params “VENDOR” of it) of pkginfos of pkgdb

(imported comment written by USMC175)

That worked…Thanks.

a: BESagent, 8.1.617.0, IBM Corp.