Skip to content

Query Variable with multi selection generates unparsable array #80

@KrisztianKaszas

Description

@KrisztianKaszas

Hi,
using 0.1.7. when I add a Query Variable with multiselect and select more than one items, the array of strings being generated is unparsable:

For example if I have selected MetricA and MetricB than it produces following:
"["MetricA","MetricB"]"

It should produce the following instead:
"["MetricA","MetricB"]"

Otherwise Query Variable with multiselects are unusable, since unparsable.

Thank you and best regards,
Krisztian

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions