<?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: Export a number to csv or txt without any html tag in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834970#M68943</link>
    <description>&lt;P&gt;Thank you very much, Steve, it worked!&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 12:13:30 GMT</pubDate>
    <dc:creator>msirinaydinie</dc:creator>
    <dc:date>2021-09-09T12:13:30Z</dc:date>
    <item>
      <title>Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834962#M68940</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I'm trying to export a number to csv than I use Web Connector(FTP/sFTP Connector ) to upload this csv to the sFTP server.&lt;/P&gt;&lt;P&gt;When I open the csv there are a lot of code ( I guess it is HTML /Xml code) which you can see below screen shot.&lt;/P&gt;&lt;P&gt;I want to put only the revenue number to the csv not any code.&lt;/P&gt;&lt;P&gt;My code block:&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;Let TotalRevenue = '$(ForeCastRevenue)' + '$(AirRmRevenue)' + '$(AncillaryRevenue)' - 635000000;&lt;/P&gt;&lt;P&gt;sFTP:&lt;BR /&gt;Load '$(TotalRevenue)' as Revenue&lt;BR /&gt;AutoGenerate(1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store Revenue from sFTP Into [lib://FLD_CBI/BoostOurBusiness/$(vToday).txt];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FileTransferConnector_SFTPUploadFile:&lt;BR /&gt;LOAD&lt;BR /&gt;Status as SFTPUploadFile_Status&lt;BR /&gt;FROM&lt;BR /&gt;[https://..]&lt;BR /&gt;(qvx);&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My csv output from sFTP server is below:&lt;/P&gt;&lt;P&gt;I just wanted to put the revenue number which I marked yellow to csv. How I can delete XML code except&amp;nbsp; -118145051,67957 (Revenue) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csv ss.JPG" style="width: 691px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61652i928881EBE3F216C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="csv ss.JPG" alt="csv ss.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 11:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834962#M68940</guid>
      <dc:creator>msirinaydinie</dc:creator>
      <dc:date>2021-09-09T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834965#M68941</link>
      <description>&lt;P&gt;What if you do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store Revenue from sFTP Into [lib://FLD_CBI/BoostOurBusiness/$(vToday).txt]&lt;STRONG&gt;&lt;FONT color="#339966"&gt; (txt)&lt;/FONT&gt; &lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834965#M68941</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-09T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834966#M68942</link>
      <description>&lt;P&gt;Try by adding (txt) at the end of the store statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store Revenue from sFTP Into [lib://FLD_CBI/BoostOurBusiness/$(vToday).txt] &lt;STRONG&gt;(txt)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834966#M68942</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-09T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834970#M68943</link>
      <description>&lt;P&gt;Thank you very much, Steve, it worked!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834970#M68943</guid>
      <dc:creator>msirinaydinie</dc:creator>
      <dc:date>2021-09-09T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834974#M68944</link>
      <description>&lt;P&gt;Thanks a lot, Sunny.&amp;nbsp; I also learned a lot of things from your answers to other topics.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are the best &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834974#M68944</guid>
      <dc:creator>msirinaydinie</dc:creator>
      <dc:date>2021-09-09T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834980#M68946</link>
      <description>&lt;P&gt;I am glad I have been able to help you learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1834980#M68946</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-09T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835034#M68951</link>
      <description>&lt;P&gt;Sunny, I need help with one more step in this process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I delete double quotes on the number that I put into txt file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csv ss1.JPG" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61663i030E54117DC7267E/image-size/large?v=v2&amp;amp;px=999" role="button" title="csv ss1.JPG" alt="csv ss1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code Block:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;Let TotalRevenue = num('$(ForeCastRevenue)') + num('$(AirRmRevenue)') + num('$(AncillaryRevenue)') - 635000000;&lt;/P&gt;&lt;P&gt;sFTP:&lt;BR /&gt;Load Null() as '$(TotalRevenue)'&lt;BR /&gt;AutoGenerate(0) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Store '$(TotalRevenue)' from sFTP Into [lib://FLD_CBI/BoostOurBusiness/$(vToday).txt](txt);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FileTransferConnector_SFTPUploadFile:&lt;BR /&gt;LOAD&lt;BR /&gt;Status as SFTPUploadFile_Status&lt;BR /&gt;FROM&lt;BR /&gt;[https://...]&lt;BR /&gt;(qvx);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 14:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835034#M68951</guid>
      <dc:creator>msirinaydinie</dc:creator>
      <dc:date>2021-09-09T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835048#M68952</link>
      <description>&lt;P&gt;Looks like the double quotes show up because of comma, can you store your number using a decimal instead of comma?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 14:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835048#M68952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-09T14:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export a number to csv or txt without any html tag</title>
      <link>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835122#M68976</link>
      <description>&lt;P&gt;Yes, it worked. Thanks a lot, Sunny.&lt;/P&gt;&lt;P&gt;Have a wonderful day.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 07:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Export-a-number-to-csv-or-txt-without-any-html-tag/m-p/1835122#M68976</guid>
      <dc:creator>msirinaydinie</dc:creator>
      <dc:date>2021-09-10T07:39:09Z</dc:date>
    </item>
  </channel>
</rss>

