If I use the sendDocQuery-Function in Get-Resources, I got e.g. a query like this:
SELECT lPortfolioItemId FROM amPortfolio WHERE lPortfolioItemId = 123456
This statement works.
But, if I try to grab more then 1 lPortfolioItemId's, because they are softwareinstallations related to the asset, I...