<?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: What is the difference between Num and Num# function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940733#M324445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num() is used to format a given number. it takes the number and the format as inputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(8.92, '0.0')&amp;nbsp; gives 8.9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(0.46, '0%')&amp;nbsp; gives 46%&lt;/P&gt;&lt;P&gt;Below is the QV help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code [ , decimal-sep [ , thousands-sep ] ] ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;num&lt;/SPAN&gt; function formats the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; numerically according to the string given as &lt;SPAN class="Italic"&gt;format-code&lt;/SPAN&gt;. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the number format set in the operating system is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num#() converts a string to a number.You will have to specify to the the function the exact number format of the string and the resultant value is a number with the same format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#('22%', '0%')&amp;nbsp; gives 22%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#('2,200', '#,##0') gives 2,200&lt;/P&gt;&lt;P&gt;Below is the QV help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;#(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code[ , decimal-sep [ , thousands-sep] ] ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;#&lt;/SPAN&gt; function evaluates the expression numerically according to the string given as format-code. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the default number format set by script variables or in the operating system is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 08:54:23 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-18T08:54:23Z</dc:date>
    <item>
      <title>What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940729#M324441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain to me please what is the difference between Num and Num# function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried looking in the Help and it seems to suggest that Num is used for formatting purposes while Num# is for string value conversions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 19:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940729#M324441</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-08-17T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940730#M324442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num() is for formatting a number&amp;nbsp; as text (changing the text representation) and Num#() is interpreting a text as number (changing the numeric representation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2830"&gt;Data Types in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 19:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940730#M324442</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-17T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940731#M324443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num - formatting function to represent within qlikview&lt;/P&gt;&lt;P&gt;num# - interpretation function while reading from source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV Help definitions:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;num(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code [ , decimal-sep [ , thousands-sep ] ] ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;num&lt;/SPAN&gt; function formats the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; numerically according to the string given as &lt;SPAN class="Italic"&gt;format-code&lt;/SPAN&gt;. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the number format settings that have been specified with the &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Number Interpretation Variables&lt;/EM&gt;&lt;/A&gt; are used in first hand, in second hand the operating system number format settings are used if number interpretation variables have not been set. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;num#(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code[ , decimal-sep [ , thousands-sep] ] ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;num#&lt;/SPAN&gt; function evaluates the expression numerically according to the string given as format-code. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the default number format set by script variables or in the operating system is used. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 19:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940731#M324443</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-08-17T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940732#M324444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean if a number is formatted as 3.44 but is stored as a string, the num# function converts it to the exact format in numeric values? So the result is 3.44 stored as a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 08:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940732#M324444</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-08-18T08:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940733#M324445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num() is used to format a given number. it takes the number and the format as inputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(8.92, '0.0')&amp;nbsp; gives 8.9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(0.46, '0%')&amp;nbsp; gives 46%&lt;/P&gt;&lt;P&gt;Below is the QV help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code [ , decimal-sep [ , thousands-sep ] ] ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;num&lt;/SPAN&gt; function formats the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; numerically according to the string given as &lt;SPAN class="Italic"&gt;format-code&lt;/SPAN&gt;. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the number format set in the operating system is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num#() converts a string to a number.You will have to specify to the the function the exact number format of the string and the resultant value is a number with the same format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#('22%', '0%')&amp;nbsp; gives 22%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#('2,200', '#,##0') gives 2,200&lt;/P&gt;&lt;P&gt;Below is the QV help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;#(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression [ , format-code[ , decimal-sep [ , thousands-sep] ] ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;num&lt;/SPAN&gt;#&lt;/SPAN&gt; function evaluates the expression numerically according to the string given as format-code. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the default number format set by script variables or in the operating system is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 08:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940733#M324445</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T08:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940734#M324446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasidhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if a user uses the num# without any formatting and just the field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example num#(valuefield) where value field contains 5000 but the field is actually a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will num# function just convert that to 500 but in a numeric format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 09:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940734#M324446</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-08-18T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940735#M324447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 09:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940735#M324447</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T09:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940736#M324448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView does a lot of behind-the-scenes conversions, and it does this all the time. If your system defaults, or QlikView defaults (see the SET statements at the beginning of every script) are correctly set, and your input data is formatted in a consistent way acording to these defaults, then you won't ever need num() or num#(). Except if you want to deviate from the defaults or whenever you have to deal with mixed formatting. Imagine that most of your data is formatted according to US-rules, and some of the data reverses dots and comma's. In that case you will have to intervene to get the data interpretation right. Num() and Num#() will prove to be very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Stefan talks about text representation and numerical representation, he's actually referring to the two faces of every numerical value in QlikView. Internally QlikView stores numerical values as &lt;EM&gt;dual&lt;/EM&gt; values, meaning that they have both a numerical and a text representation. Calculations are performed using numerical values (obviously for performance reasons), output is done using the text representation. The numerical representation may be missing, in which case you can't do any calculation with these values (and a listbox will align them on the left side). The num#() function will enable you to convert a 3.44 text string into a numerical (binary) value in countries where decimals are separated with commas, while QlikView may not be able to do so automatically because of the wrong default format strings.&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>Tue, 18 Aug 2015 09:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940736#M324448</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-18T09:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940737#M324449</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;Num#() - is used to convert a string to numeric format, where as Num() is used to format the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply Num#() is used for conversion&lt;/P&gt;&lt;P&gt;Num() - is used for display purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: In you column assume that we have ^ as decimal separator and we need . as decimal separator then we can use both the functions like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(Num#('2345^00', '##0^00'),&amp;nbsp; '##0.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Num#('2345^00', '##0^00') - Converts text format to numeric format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Num(Num#('2345^00', '##0^00'),&amp;nbsp; '##0.00') - will format the display of the number&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 09:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940737#M324449</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-18T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940738#M324450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Did you able find the differences? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940738#M324450</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-18T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940739#M324451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/940739#M324451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-05T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Num and Num# function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/1679156#M449936</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Num#('22%', '0%')&amp;nbsp; &amp;nbsp;does not give 22%, instead it gives 0.22&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Num#('2,200', '#,##0') does not&amp;nbsp; give 2,200. instead it gives 2.2K&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Num('2,200' , '0,000') gives 2,200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 16:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Num-and-Num-function/m-p/1679156#M449936</guid>
      <dc:creator>Qliksense_User</dc:creator>
      <dc:date>2020-02-25T16:44:21Z</dc:date>
    </item>
  </channel>
</rss>

