<?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 export a chart to text from module script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/export-a-chart-to-text-from-module-script/m-p/488125#M182402</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 have a problem with an export to text from a module script.&lt;/P&gt;&lt;P&gt;The script i use is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportFiles&lt;/P&gt;&lt;P&gt;pathcorp="\\server\c$\folder\"&lt;/P&gt;&lt;P&gt;set corp = ActiveDocument.GetSheetObject("CH26")&lt;/P&gt;&lt;P&gt;corp.ExportBiff&amp;nbsp; pathcorp &amp;amp; "Hourly_Sales_per_format.xls"&lt;/P&gt;&lt;P&gt;corp.ExportEx&amp;nbsp; pathcorp &amp;amp; "Hourly_Sales_per_format.txt", 1&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export has the below form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo,Cu,Pr,%&lt;/P&gt;&lt;P&gt;CASHC,44224,0,&lt;/P&gt;&lt;P&gt;HYPFL,875429,0,&lt;/P&gt;&lt;P&gt;HYPMI,266220,0,&lt;/P&gt;&lt;P&gt;PROXI,178635,0,&lt;/P&gt;&lt;P&gt;SUPER,1005441,7674,"13001,15%"&lt;/P&gt;&lt;P&gt;Tot,2369949,7674,"30781,02%"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the export of excel the dot appears correctly but not in the text.&lt;/P&gt;&lt;P&gt;What can i do to appears the dot in the numbers in the export of the text ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 10:01:59 GMT</pubDate>
    <dc:creator>geogou1973</dc:creator>
    <dc:date>2013-12-16T10:01:59Z</dc:date>
    <item>
      <title>export a chart to text from module script</title>
      <link>https://community.qlik.com/t5/QlikView/export-a-chart-to-text-from-module-script/m-p/488125#M182402</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 have a problem with an export to text from a module script.&lt;/P&gt;&lt;P&gt;The script i use is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportFiles&lt;/P&gt;&lt;P&gt;pathcorp="\\server\c$\folder\"&lt;/P&gt;&lt;P&gt;set corp = ActiveDocument.GetSheetObject("CH26")&lt;/P&gt;&lt;P&gt;corp.ExportBiff&amp;nbsp; pathcorp &amp;amp; "Hourly_Sales_per_format.xls"&lt;/P&gt;&lt;P&gt;corp.ExportEx&amp;nbsp; pathcorp &amp;amp; "Hourly_Sales_per_format.txt", 1&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export has the below form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo,Cu,Pr,%&lt;/P&gt;&lt;P&gt;CASHC,44224,0,&lt;/P&gt;&lt;P&gt;HYPFL,875429,0,&lt;/P&gt;&lt;P&gt;HYPMI,266220,0,&lt;/P&gt;&lt;P&gt;PROXI,178635,0,&lt;/P&gt;&lt;P&gt;SUPER,1005441,7674,"13001,15%"&lt;/P&gt;&lt;P&gt;Tot,2369949,7674,"30781,02%"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the export of excel the dot appears correctly but not in the text.&lt;/P&gt;&lt;P&gt;What can i do to appears the dot in the numbers in the export of the text ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-a-chart-to-text-from-module-script/m-p/488125#M182402</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2013-12-16T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: export a chart to text from module script</title>
      <link>https://community.qlik.com/t5/QlikView/export-a-chart-to-text-from-module-script/m-p/488126#M182403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are more possible parameter for exports - see APIGuide.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/50502_pastedImage_0.png" style="width: 620px; height: 79px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could try other methods like CopyTextToClipboard or used a separate object with special formatting for exports.&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, 16 Dec 2013 16:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/export-a-chart-to-text-from-module-script/m-p/488126#M182403</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-12-16T16:56:52Z</dc:date>
    </item>
  </channel>
</rss>

