Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Broken reports using "in" operator instead of "contains" #7

@david-tap

Description

@david-tap

Some of the reports in this workbook display "The query returned no results".
The working queries use the line "WVDHosts contains Computername" to filter the hosts. The broken queries use "Computername in WVDHosts" instead.
The "WVDHosts" parameter is apparently a string, not a collection (I didn't check where that is set), so all queries need to use "contains"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions