<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hyperlink Automation in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160613#M2965</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had try to convert my send block from TEXT to HTML. I had insert the code but when I send the mail, there is no link.. is empty.&lt;/P&gt;
&lt;P&gt;Can you send me your exemple please ? Like that, I can see how you have do that.&lt;/P&gt;
&lt;P&gt;Thank you so much&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 14:35:03 GMT</pubDate>
    <dc:creator>Camille35</dc:creator>
    <dc:date>2024-01-11T14:35:03Z</dc:date>
    <item>
      <title>Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160042#M2959</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to insert a link to a sharepoint in the mail but i want to send a hyperlink.&lt;/P&gt;
&lt;P&gt;Exemple : if my url is &lt;A href="https://sharepoint.exemple/Document/Test" target="_blank"&gt;https://sharepoint.exemple/Document/Test&lt;/A&gt;, I want show a label like "Test Link". When I click on "Test Link", I go to the link&amp;nbsp;&lt;A href="https://sharepoint.exemple/Document/Test" target="_blank"&gt;https://sharepoint.exemple/Document/Test&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have succeed to create a link in a table in the application, but when a use it, there is only the URL, and not the label.&lt;/P&gt;
&lt;P&gt;Have you got an idea please ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 13:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160042#M2959</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-01-10T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160385#M2961</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/169104"&gt;@Camille35&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Are we talking about in an app or an automation Send Mail block?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 08:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160385#M2961</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2024-01-11T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160389#M2962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks , I talk about Send Mail Block&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 08:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160389#M2962</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-01-11T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160397#M2963</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/169104"&gt;@Camille35&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If the message body type is html, you can use the "a" tag which is a link.&lt;/P&gt;
&lt;P&gt;So in your case:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="tagnamecolor"&gt;&lt;SPAN class="tagcolor"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;SPAN class="attributecolor"&gt;&amp;nbsp;href&lt;SPAN class="attributevaluecolor"&gt;="The url you want to go to"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="tagcolor"&gt;&amp;gt;Test Link&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="tagnamecolor"&gt;&lt;SPAN class="tagcolor"&gt;&amp;lt;&lt;/SPAN&gt;/a&lt;SPAN class="tagcolor"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This worked for me in my test&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 09:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160397#M2963</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2024-01-11T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160613#M2965</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150145"&gt;@Shai_E&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had try to convert my send block from TEXT to HTML. I had insert the code but when I send the mail, there is no link.. is empty.&lt;/P&gt;
&lt;P&gt;Can you send me your exemple please ? Like that, I can see how you have do that.&lt;/P&gt;
&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 14:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160613#M2965</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-01-11T14:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160627#M2966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/169104"&gt;@Camille35&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Sure i would be glad to share it but you should note one thing about it, its a very simple example so depending on your setup it might not match.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 14:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160627#M2966</guid>
      <dc:creator>Shai_E</dc:creator>
      <dc:date>2024-01-11T14:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160928#M2974</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;It work. I have replaced values by dimensions created in the application and it's ok.&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Hyperlink-Automation/m-p/2160928#M2974</guid>
      <dc:creator>Camille35</dc:creator>
      <dc:date>2024-01-12T08:17:52Z</dc:date>
    </item>
  </channel>
</rss>

