12-13-2022 06:45 PM
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