Call -up of Submitted Forms

Hi Mathew,

I'm not sure if this is possible using Aggregate however it can be done using smap server. Smap is a free AWS hosted server implementation of the JavaRosa API. You can go to https://sg.smap.com.au and register to get access. Steps would be:

  1. Register your organisation at https://sg.smap.com.au
  2. Upload your screening form
  3. Specify the question that holds the holds the unique identifier in the screening form as the "key". Also set a key policy of "merge"
  4. Create your second form, for any data this wants to show from the screening form the question names should be the same.
  5. This second form will also need the unique fingerprint question but it should be a select1 as you are going to select the id from the previously collected data. Add a search to extract the data from the screening form
  6. Upload your second form and click the checkbox to group it with the screening form
    That should hopefully do it. Let me know if you have any questions. There is documentation available from the web server.

regards

Neil