Hi Sherrell,
Good Evening.
I have a query excluding list of items in dictionary while collecting data. For example I have a project of collecting data from Restaurants, i have a list of restaurants in NAME_LIST. While collecting data if the restaurant's data is already collected (REST.DAT) in data file, then it should not display from the list while collecting data next time, it should display only the remaining restaurants list while trying to select. I was thinking to apply Variable.Remove(code) which is already collected. But I have a question how to extract all already done list from data file?
for Example I have attached the zip file for your reference.
Could you please support me ?
With Regards,
Ramesh
Exclude List from Completed Interview
-
pradhanra01
- Posts: 41
- Joined: August 27th, 2017, 2:43 am
Exclude List from Completed Interview
You do not have the required permissions to view the files attached to this post.
-
pradhanra01
- Posts: 41
- Joined: August 27th, 2017, 2:43 am
Re: Exclude List from Completed Interview
Hi Sherrell,
We have done it... using external dictionary...
Thank you,
Regards,
Ramesh
We have done it... using external dictionary...
Thank you,
Regards,
Ramesh
-
sherrell
- Posts: 407
- Joined: April 2nd, 2014, 9:16 pm
- Location: Washington, DC
Re: Exclude List from Completed Interview
Good work Ramesh!