<?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: Convert string to text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832555#M1015500</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;I think what you are looking for is a simple accumulation. Try using the accumulation option under the Expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The New Clients formula (=Sum([New Clients])) Total Clients formula (=Sum([New Clients])) are the same, but for the total Clients you use the accumulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 08:44:43 GMT</pubDate>
    <dc:creator>sebastianlettner</dc:creator>
    <dc:date>2015-04-15T08:44:43Z</dc:date>
    <item>
      <title>Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832550#M1015495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Bit of a newbie here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a table where the second column sums all the Sales across the month shown in the first column:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;{$&amp;lt;[Month_]={ $( Column(1) ) }&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;[Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should look like:&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;2015M01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; £150&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2015M02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; £175&lt;/P&gt;&lt;P&gt;2015M03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; £160&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this isn't working - the formula above just returns zero. For the last row the Month_ entry is 2015M03, and if I enter the formula as follows it works fine:&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;{$&amp;lt;[Month_]={'2015M03'}&amp;gt;}&lt;/P&gt;&lt;P&gt;[Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing the discrepancy is because in the second formula it recognises 2015M03 as a text string, but in the first formula it doesn't? Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 16:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832550#M1015495</guid>
      <dc:creator />
      <dc:date>2015-04-14T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832551#M1015496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dollar sign expansion is evaluated at the chart level, so not row by row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally Month is a dimension and the expression is just Sum(Sales), the Sum(Sales) will be calculated for each value in the dimension. So what is Month and what are you trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 16:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832551#M1015496</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-14T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832552#M1015497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this was a simplified example. What I actually have is a table where I want to display year-to-date figures, where some data needs to be summed across the whole year (e.g. New Clients) and some data needs to just be taken at the end of the month (e.g. Total Clients).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I should point out that all my data is held monthly, so summing across the month doesn't really add any values together but just takes the single value for that month. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've calculated a "Last month" field, which is the last month in each year which I have data for. I then sum New Clients across the whole year (because it is all the new clients we've had in that year), but just sum Total Clients across "Last Month" - so it should just take the most up to date value of Total Clients for that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the table I want, based on the fact I have data up until March this year:&lt;/P&gt;&lt;P&gt;Year_&amp;nbsp;&amp;nbsp; Last month&amp;nbsp;&amp;nbsp;&amp;nbsp; New Clients&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Clients&lt;/P&gt;&lt;P&gt;2013&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2015&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 350&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This is what I'm actually getting:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Year_&amp;nbsp;&amp;nbsp; Last month&amp;nbsp;&amp;nbsp;&amp;nbsp; New Clients&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Clients&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2013&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013&lt;SPAN style="font-size: 10pt;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2015&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Last month formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=[Year_]&amp;amp;'M'&amp;amp;&lt;/P&gt;&lt;P&gt;date(&lt;/P&gt;&lt;P&gt;max({$&amp;lt;[Total Clients]={'&amp;gt;0'}&amp;gt;} [Month Start])&lt;/P&gt;&lt;P&gt;,'MM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Clients formula&lt;/P&gt;&lt;P&gt;=Sum([New Clients])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Client formula (which doesn't work!!!)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;[Month_]={ $( Column(1) ) }&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Total Clients])&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alternative Total Client formula (which also doesn't work!!!)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;[Month_]={ [Last month] }&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Total Clients])&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;However if I change the formula as follows, it kinda works:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Total Client formula&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;[Month_]={ '2015M03' }&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Total Clients])&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Year_&amp;nbsp;&amp;nbsp; Last month&amp;nbsp;&amp;nbsp;&amp;nbsp; New Clients&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Clients&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2013&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013&lt;SPAN style="font-size: 10pt;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2015&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;M03&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 17:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832552#M1015497</guid>
      <dc:creator />
      <dc:date>2015-04-14T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832553#M1015498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your description above, I think your set expression is invalid when the calculation fails. There are three things that I would like to highlight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dollar expansion of a function must contain a equal sign in order for the function to be executed. &lt;BR /&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum( {$&amp;lt;[Month_]={ $(=Column(1) ) }&amp;gt;} [Total Clients])&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The set expression search string must quoted, even if the function would return a string. &lt;EM&gt;NOTE: Double quote should always be used in set expressions.&lt;/EM&gt; &lt;BR /&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum( {$&amp;lt;[Month_]={"$(=Column(1) )" }&amp;gt;} [Total Clients])&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;The function you call in the dollar expansion will be calculated as an expression total. In this case I expect that to be equal to NULL, meaning the function returns a undefined value. Try by adding the expression &lt;SPAN style="font-size: 13.3333330154419px;"&gt;=Column(1)&lt;/SPAN&gt; in a straight table and set Total Mode of the expression to Expression Total, the result of the total will be a dash meaning NULL.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a summary I do not think that you pull of the intended calculation that easily. A good way to accomplish your calculation can be to add a flag in the data model to tell you which rows belong to the latest month, this way your set expression would be easier. For example if your flag is 1 for latest month per year and 0 zero for all other months the expression could look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;IsLastestMonth={"1"}&amp;gt;}&amp;nbsp; [Total Clients])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not help you resolve the issue, a sample QVW would make the it easier to give more guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 00:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832553#M1015498</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-04-15T00:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832554#M1015499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Toni, you're better off flagging this in the data. Like said the $ sign expansion (and the set analysis) are evaluated at the chart level, not row by row. Otherwise you would have to use a not so nice&lt;/P&gt;&lt;P&gt;Sum(if(Month_=&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Year_]&amp;amp;'M'&amp;amp;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;date(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max({$&amp;lt;[Total Clients]={'&amp;gt;0'}&amp;gt;} [Month Start])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'MM'),Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 06:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832554#M1015499</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-15T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832555#M1015500</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;I think what you are looking for is a simple accumulation. Try using the accumulation option under the Expressions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The New Clients formula (=Sum([New Clients])) Total Clients formula (=Sum([New Clients])) are the same, but for the total Clients you use the accumulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 08:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832555#M1015500</guid>
      <dc:creator>sebastianlettner</dc:creator>
      <dc:date>2015-04-15T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert string to text</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832556#M1015501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you suggest I will ask to get the latest month flagged in the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-string-to-text/m-p/832556#M1015501</guid>
      <dc:creator />
      <dc:date>2015-04-15T09:05:09Z</dc:date>
    </item>
  </channel>
</rss>

