Skip to content

Readme Section Variables example feedback #9

@chocmake

Description

@chocmake

Firstly, thanks for this plugin. With v1.1. of the plugin was following the readme example for the Section Variables but noticed the syntax didn't work as-is in my testing.

Original readme syntax:

[Data]
Meter=String
Text=[MeasureJson:Query(<query>,<inline json>)]

Syntax that worked:

[Data]
Meter=String
Text=[&MeasureJson:Query("<query>","<inline json>")]

The prefixed & for the measure function seems necessary to work in my tests. (While the argument double quoting is perhaps assumed but added here for clarity.)

Alternatively for anyone wanting to use a measure value as the JSON source "[&ExampleMeasure]" can be used instead of an inline JSON string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions