Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Wrap known Data Names in relevance with ${} #11

@yanokwa

Description

@yanokwa

I think this might be hard thing to fix, but figured I'd file it.

Given a form that uses the "or other" option, the logic that gets exported to XLSForm isn't correct.

In the relevant column of favorite-color-other, I expect (selected(${question}, 'o')), but I get (selected(question, 'o')).

The Data Name should be wrapped with ${}. The path doesn't matter because pyxform requires that the Data Name to be unique.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions