Displaying a list of records in a CSV

263
1
04-02-2019 03:12 PM
GerryPerrier1
New Contributor

I'm working on a field data collection app for Park Officers.

When dealing with a campground violation, Park Officers wish to know if the person they are dealing with has any prior campground violations on record. I have created a CSV containing this information, and when the officer keys in the person’s last name, I use the “pulldata” function to display any violations associated with this last name (last name, first name, violation, officer action, campground, date). However, If the person has multiple violations, I am only able to list the first record in the CSV. Is there a way to display every record matching the last name? I’ve thought about enclosing this in a “repeat” and incrementing a counter to simulate looping through recorded violations, but I don’t think this will get me what I want.

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Gerry,

Pulldata() is only designed to retrieve one record and will only retrieve the first matching record.

0 Kudos