<?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: Use base64_decode PHP function in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320953#M618538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use PHP script code in a QlikView document without spending a lot of time and energy trying to glue the pieces together. But you can decode a Base64 encoded field value using a comparable VBScript macro that is called in your LOAD script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the first function (appropriately called "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Base64Decode&lt;/SPAN&gt;") in &lt;A href="https://community.qlik.com/message/688814"&gt;Re: How to generate xuser &amp;amp;amp; xpassword in txt file&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2017 14:07:49 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-04-14T14:07:49Z</dc:date>
    <item>
      <title>Use base64_decode PHP function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320950#M618535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to decode a field in mij databasetable. It is filled with a value like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;YTo1OntzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjE3OntzOjY6Iml0ZW1JZCI7czozOiI0NjkiO3M6NToiY291bnQiO2k6MTtzOjc6Im9wdGlvbnMiO2E6MDp7fXM6NDoiaGFzaCI7czoxNToibHJzcHlvNDl6WlZEVFVhIjtzOjk6Im9wbWVya2luZyI7czoxMDI6IlppZSBlbWFpbCB2YW4gamVudGVkZWpvbmdAZ21haWwuY29tIHZlcnN0dXVyZCBvcCAxMiBhcHJpbC4gbWVwdGFhcnQgYmlqcGFzc2VuZCBiaWogZ2Vib29ydGVrYWFydHRhYXJ0LiI7czo4OiJsZWVmdGlqZCI7YjowO3M6NDoiZmlsZSI7YjowO3M6NDoidHlwZSI7czo1OiJ0YWFydCI7czo0OiJuYW1lIjtzOjIwOiJNZXAtIGVuIFBsZXQgVGFhcnRqZSI7czoxMToicHJvZHVjdENvZGUiO3M6NzoiTWVwLTAwMiI7czo3OiJmaWxlVXJsIjtiOjA7czo1OiJwcmljZSI7czo1OiIxMi45NSI7czo2OiJ0YXhMb3ciO3M6NDoiMC43MyI7czo3OiJ0YXhIaWdoIjtzOjQ6IjAuMDAiO3M6MTA6InRvdGFsUHJpY2UiO3M6NToiMTIuOTUiO3M6MTE6InRvdGFsVGF4TG93IjtzOjQ6IjAuNzMiO3M6MTI6InRvdGFsVGF4SGlnaCI7czo0OiIwLjAwIjt9fXM6MTA6InRvdGFsUHJpY2UiO3M6NToiMTIuOTUiO3M6NDoidHlwZSI7czo1OiJ0YWFydCI7czoxMToidG90YWxUYXhMb3ciO3M6NDoiMC43MyI7czoxMjoidG90YWxUYXhIaWdoIjtzOjQ6IjAuMDAiO30=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;In PHP you can use the function &lt;SPAN style="font-family: Times New Roman;"&gt;unserialize(base64_decode("&lt;/SPAN&gt;&amp;lt;tekst&amp;gt;")).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Can anyone help me to do this in QlikView/Qlik Sense?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;Halmar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 11:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320950#M618535</guid>
      <dc:creator>qlikhalmar</dc:creator>
      <dc:date>2017-04-14T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use base64_decode PHP function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320951#M618536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This binary size is long. This will run as False. Or would you describe more with output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 13:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320951#M618536</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-14T13:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use base64_decode PHP function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320952#M618537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first step is to decode the string.&lt;/P&gt;&lt;P&gt;I found out that you can do that with SQL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM_BASE64(&amp;lt;field&amp;gt;) AS Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the array that you get is a different story....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 13:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320952#M618537</guid>
      <dc:creator>qlikhalmar</dc:creator>
      <dc:date>2017-04-14T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use base64_decode PHP function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320953#M618538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use PHP script code in a QlikView document without spending a lot of time and energy trying to glue the pieces together. But you can decode a Base64 encoded field value using a comparable VBScript macro that is called in your LOAD script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the first function (appropriately called "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Base64Decode&lt;/SPAN&gt;") in &lt;A href="https://community.qlik.com/message/688814"&gt;Re: How to generate xuser &amp;amp;amp; xpassword in txt file&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-base64-decode-PHP-function-in-Qlikview/m-p/1320953#M618538</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-14T14:07:49Z</dc:date>
    </item>
  </channel>
</rss>

