Pull Data from External File for Select one dependent field

HI @Kal_Lam

Can you please guide that how can i use pull data to select one case
like : we have below tables

cities - 15 items
workers 105 items
household - 30000

i want to upload all above external files and expecting drill done selection like after city the particular those city worker should be seen , and after selecting Worker assigned household should be seen

Please help

Cheers !

Neeraj

Maybe the post discussed previously should help you solve your issue:

1 Like

Hi @Kal_Lam

Thanks for such a prompt reply , one more help please.

can we use data in pull function as a group means to say i have a household and when i pull that household data the members name from that house can be shown for selection in multiple , like our question is

select the members having income income generating activity

member A Yes
member B No
member C Yes

Cheers !

1 Like

Yes, that should be possible!

Hi @Kal_Lam

Sound great and a big relief for us

you mean to say , the data of all those 3 rows can be shown on single screen in pull data , if that does the mean please guide how can i do that.

Cheers !

1 Like

It’s not with the pulldata function but with select_multiple_from_file as shared in the post discussed previously. For this you will need to use multiple csv files.

@Kal_Lam sorry to bother you Again

ok , Is there any possibility like when i enters the household id , it can reflect all the members of house hold for selection of yes or no

as below
member A Yes
member B No
member C Yes

1 Like

Yes, and you will need to fix them with the cascading select question as outlined in the post discussed previously.

Could you also check a workaround for a more closely related topic

1 Like