How to use data export tool and autogenerated fields

Hi All,
I am working on the data export tool. I try to get the automated generated
fields into my exports e.g. time completed, time started, username etc.
The only one I found so far is adding 'received_on' in the source field.
Does somebody know how to extract the others or is there a page explaining
how to derive this fields? I have not been able to find anything on this on
the Commcare wiki pages.

Thanks,
Jos

Hi Jos

You can use the following:

  • form.meta.timeStart
  • form.meta.timeEnd
  • form.meta.username

I've listed some other common ones on the help site as well:
https://help.commcarehq.org/display/commcarepublic/Export+property+reference

Simon Kelly
Director of Server Engineer | Dimagi

··· On 6 August 2017 at 22:45, Jos van der Ent wrote:

Hi All,
I am working on the data export tool. I try to get the automated generated
fields into my exports e.g. time completed, time started, username etc.
The only one I found so far is adding 'received_on' in the source field.
Does somebody know how to extract the others or is there a page explaining
how to derive this fields? I have not been able to find anything on this on
the Commcare wiki pages.

Thanks,
Jos

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Simon,
That is indeed the list I could not find and it works perfect. I see you
have also updated the documentation, thanks for the quick reply.
Jos

You're welcome.

Simon Kelly
Director of Server Engineer | Dimagi

··· On 7 August 2017 at 12:37, Jos van der Ent wrote:

Hi Simon,
That is indeed the list I could not find and it works perfect. I see you
have also updated the documentation, thanks for the quick reply.
Jos

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.