Hello all,
I am trying to set the default selection of a drop down list within a repeat to be the previously selected option. I have included the table below for reference.
| begin repeat | Win_Points | Mapped Points | | | | | | | | |
| select_one cow_code | cow_code | Cowardin code: | | | minimal | | | | ${previous_cow_code} |
| integer | ORD_code | ORD Code | | | numbers | | | yes | | 31000+(position(..)-1) |
| geopoint | survey_points | Points | | | | | | | | |
| text | OHWM_note | Note: | | | | | | | | |
| end repeat | | | | | | | | | | |
So, if they select "OHWM" as their cow_code during the first repeat, is there a way to make cow_code automatically default to "OHWM" until they change it? And then, if they do change it to "PEM", can it automatically default to the new selection now instead of "OHWM"?
I've tried my hand at a couple of different options, but so far I don't think I'm using the correct code, or not putting it in the correct place.
Thank you!