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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
shandafoster
Contributor
Contributor

Secure url in table?

I am trying to create urls in a field in one our tables.  Is there a way to force the url to be https?

2 Replies
adityaakshaya
Creator III
Creator III

Hi Shanda,

You can prefix 'https://' before the url while loading the url field.

For example: You have URL as column name

while loading the data you can write

Load 'https://'&URL as URL

Regards,

Akshaya

shandafoster
Contributor
Contributor
Author

Thank you!