cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L3 Networker

Hi VenuK,

 

Try using the values function in the comp stage like in the example below. This will give you a field for each endpoint with an array of the applications 

preset = host_inventory_applications
|filter endpoint_type = AGENT_TYPE_WORKSTATION
|filter application_name in("Application A","application B", "Application C")
|comp values(application_name) as installed_applications by endpoint_name

 

Thanks,
Ben

View solution in original post

Who rated this post