Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Referencing string values in tFileInputJson using URL

Hi kind people, 

 

I'm trying to use a sting value inside a URL in a tFileInputJson and get the following error:

 

The method coords(String) is undefined for the type. 

 

coords is a string value 

 

Please help me, what am I doing wrong?0683p000009LzoN.png

Labels (3)
1 Reply
David_Beaty
Specialist
Specialist

You URL needs to have the globalMap.get() outside of the literal text of the URL, something like:

 

"https://maps................" + (String)globalMap.get("row1.coords") + "&key=XXXXXXX"