Marc Abbyad

Results 39 comments of Marc Abbyad

I don't remember ever using this, and to be honest, I don't know if I ever knew this existed! @derickl do you know of this being used anywhere? We could...

To clarify, with the fix we can use nested fields, but any such field won't be displayed in the UI. If that's correct, we have the following options: 1. Leave...

It looks like the only benefits of this are for UX and being ODK XForm compliant. Contrary to previously reported we are not already relying on this functionality.

@wtekeu does it work with different relevant conditions, such as `relevant="true()"`?

Are you confirming that a valid `relevant` statement doesn't work as expected? Is this related to our version of Enketo, or Enketo proper? It would be good for us to...

Thanks for highlighting @yrimal. Is this meant to be a sort that users can do to see their list in different ways, or for app developers to set for everyone...

Hi @iesmail-znz, the `start` and `end` meta fields should be [available since 3.7](https://github.com/medic/cht-core/issues/5768#issue-462154194). What problems are you currently seeing trying to use them? If they aren't working as expected it...

Adding to the App Builders backlog too since this is needed to [use supported ODK XPath functions in CHT apps](https://forum.communityhealthtoolkit.org/t/displaying-dynamic-screens/1085/3). _**Edit**: added link to Forum post._

I agree that we should align to the [ODK XForm spec](https://getodk.github.io/xforms-spec/#fn:today), and that this is likely the best time to do so. That said, this will need revision of nearly...

I think the xpath equivalent to what you have is `date(decimal-date-time(today())+${follow_up_count})`. That said, I don't think either properly replaces the xpath from the original post because the mix of values,...