Exporting linked-to forms

Viewing 1 reply thread
  • Author
    Posts
  • December 11, 2019 at 10:54 AM #38638

    Adrian Lambert
    Participant

    I’ve got a parent form that has a relationship with many several child forms. I’d like to export a csv file of just the child forms that relate to this parent. I can’t filter based on the parent from within the child forms, and I can’t see a way from within the parent form. Anyone know how I could achieve this?

    December 11, 2019 at 3:33 PM #38661

    Brendan
    Keymaster

    Hi Adrian,

    The only way to achieve this would be to go directly to the Child form and filter the records there based on the parent. Then export your records. You’d probably need to create a Calculation or Script field which extracts a value from the parent to display in the list. This would only work if the relationships are one-to-many. Otherwise you’d have to write a Script to extract values if there are multiple parent records per child record.

    Thanks,

    Brendan

Viewing 1 reply thread

You must be logged in to reply to this topic.