Jump to content


acpowell

Create a collection based on a couple different queries

Recommended Posts

This is a hard one for me. I can create a collection that can find an app name, and one that finds a exe version. What I need is 1 collection that can find Program A by name and Program B buy EXE file version. I can't figure out how to merge them into one query/collection.

 

 

Share this post


Link to post
Share on other sites

Alternatively, you could have three collections:

1 = AppNameCollection

2= ExeVerCollection

3= ComboCollection - instead of query, just include AppNameCollection and ExeVerCollection

 

I forget the details of why, but I've had to do this for Java, to get both 32-bit and 64-bit instances into one big collection - trying to write a single query that would catch both would just not work as I expected. My expectations were probably wrong, heh.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.