Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gr_eldred
Creator II
Creator II

variable in from

good afternoon i need help with a script.

I have to use a variable inside a from in a FOR loop.

 

SET vFamilias = 'luis.castro%40multimedios.com';
for each q in $(vFamilias)


MailChimpConnectorV2_MemberInfo:
LOAD
id as MemberInfo_id,
email_address as MemberInfo_email_address,
unique_email_id as MemberInfo_unique_email_id,
list_id as MemberInfo_list_id

FROM
"[http://localhost:####/data?...........email="$(q)"&appID=]";

can you help me?

 

Thanks

 

Labels (1)
1 Solution

Accepted Solutions
Taoufiq_Zarra

Maye be :

FROM
"[http://localhost:####/data?...........email=$(q)appID=]";
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
Taoufiq_Zarra

Maye be :

FROM
"[http://localhost:####/data?...........email=$(q)appID=]";
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
gr_eldred
Creator II
Creator II
Author

I don't work, can't find the file

but the path is correct

 

gr_eldred_0-1588981581052.png