Search() and pulldata()

Hello,
Need help, below is my xls file and data set and i want to get block name and patients id and village through search() function or pulldata() expression.
But unable to do it....

Request all to help me on the same.

MIS_test.csv (1.6 KB) TelephonicFollowUp.xls (54 KB)

Hi @ravird4
I think the main problem is in your csv file where every block_id is equal where it should be unique because the you use it in your choices sheet as a name. Also make sure that your csv file is named mis to mathc what you use in the form search('mis', 'matches', 'block_id', ${Block_Name}). When you fix those two bugs everything should be fine.

Thanks allot for your kind support.