Page 1 of 1

Exclude List from Completed Interview

Posted: September 11th, 2022, 11:04 am
by pradhanra01
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

Re: Exclude List from Completed Interview

Posted: September 12th, 2022, 6:11 am
by pradhanra01
Hi Sherrell,

We have done it... using external dictionary...

Thank you,
Regards,
Ramesh

Re: Exclude List from Completed Interview

Posted: September 12th, 2022, 3:37 pm
by sherrell
Good work Ramesh!