Hi,
I am new in using confiform so please bear with me if my questions are actually simple. :)
I am trying to create a request/approval workflow.
I have already created the form with the necessary fields.
When displaying the records of the form, I am trying to use the list view together with the table view but I am having some issues displaying distinct records. the list of records are displayed corerctly based on the id but the table view is using the record of only 1 of the records for all id's. Please see image below
I also want to add features such as Approval Status and Approver, wherein the approver can change the Status between pending (default upon record entry), approved, and disapproved. I am looking into the IFMatches View Helper to use for this but I'm confused how the Approval Statuss field should be defined, and how the IFMatches should be configured.
Thank You!
Bry
SOLVED
Just noticed your question.. and the resolution :-)
Glad you have solved this yourself. (Basically you need an inner view, the TableView, to be filtered dynamically... you can reference values of the "outer view" record via [entry.field_name] notations and use those in the "filter to apply on dataset" parameter for the TableView macro)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.