<?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: Writing text from a line as an html file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277285#M516360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hector,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to save the code &amp;lt;html&amp;gt; from the line as a .html file and then open it on the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 06:58:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-27T06:58:42Z</dc:date>
    <item>
      <title>Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277281#M516356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to download from the selected row/rows (by user) the value from the field (html code) and then save it to a file and after that open it as a web page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I need to write a macro but I &lt;SPAN style="font-size: 13.3333px;"&gt;can not do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;html code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;save&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: brown;"&gt;&lt;SPAN style="color: mediumblue;"&gt;&amp;lt;&lt;/SPAN&gt;code&lt;SPAN style="color: mediumblue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;A piece of computer code&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: brown;"&gt;&lt;SPAN style="color: mediumblue;"&gt;&amp;lt;&lt;/SPAN&gt;/code&lt;SPAN style="color: mediumblue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;save&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: brown;"&gt;&lt;SPAN style="color: mediumblue;"&gt;&amp;lt;&lt;/SPAN&gt;code&lt;SPAN style="color: mediumblue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;A piece of computer code 2 &lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: brown;"&gt;&lt;SPAN style="color: mediumblue;"&gt;&amp;lt;&lt;/SPAN&gt;/code&lt;SPAN style="color: mediumblue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;save&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277281#M516356</guid>
      <dc:creator />
      <dc:date>2017-03-24T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277282#M516357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;A, html code, save&lt;/P&gt;&lt;P&gt;A, &amp;lt;code&amp;gt;A piece of computer code&amp;lt;/code&amp;gt;, save&lt;/P&gt;&lt;P&gt;B, &amp;lt;code&amp;gt;A piece of computer code 2 &amp;lt;/code&amp;gt;, save&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD [html code] AS '&amp;lt;!DOCTYPE html&amp;gt;'&lt;/P&gt;&lt;P&gt;RESIDENT T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE T2 INTO .\html.html (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, open the HTML file created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277282#M516357</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-24T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277283#M516358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, not exactly what I meant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on 'save', I just want to save the code and then display it on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277283#M516358</guid>
      <dc:creator />
      <dc:date>2017-03-27T04:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277284#M516359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paula,&lt;/P&gt;&lt;P&gt;Do you mean you want to extract data forma an HTML format?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277284#M516359</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-27T06:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277285#M516360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hector,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to save the code &amp;lt;html&amp;gt; from the line as a .html file and then open it on the website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277285#M516360</guid>
      <dc:creator />
      <dc:date>2017-03-27T06:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277286#M516361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;Then I would look for in the Qlik Community for pieces of macros that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Read the values of a table box (e.g &lt;A href="https://community.qlik.com/thread/49951"&gt;Macro - Loop Through Table&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Write them into a file (e.g. &lt;A href="https://community.qlikview.com/thread/56216" title="https://community.qlikview.com/thread/56216"&gt;Writing to a text file | Qlik Community&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 09:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277286#M516361</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-27T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277287#M516362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could use an extension like: &lt;A href="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/" title="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/"&gt;QlikTip #39: Displaying Html content within QlikView (Minimalistic HtmlTextBox Object Extension)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277287#M516362</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-27T11:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Writing text from a line as an html file</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277288#M516363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You all for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview there are two built-in macros, 'Export' and 'Open URL', they were enough to solve my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-text-from-a-line-as-an-html-file/m-p/1277288#M516363</guid>
      <dc:creator />
      <dc:date>2017-03-29T10:32:03Z</dc:date>
    </item>
  </channel>
</rss>

