<?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: Random null values in variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801928#M283065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;These are key part of my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;text(num(year(datatmp))&amp;amp; '-' &amp;amp; num(Month(datatmp),'00')) as TextYM, this is my list box created in master calendar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;vDateSelection =text(GetFieldSelections(TextYM))&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;vPreviousDate=FieldValue('TextYM', FieldIndex('TextYM','$(vDateSelection)')-1),&lt;BR /&gt;vPreviousMonth=right(FieldValue('TextYM', FieldIndex('TextYM','$(vDateSelection)')-1),2)&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;while function in vDateSelection always shows right values, vDateSelecion itself sometimes gets null, vPreviousDate and vPreviousMonth get null too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 08:14:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-27T08:14:35Z</dc:date>
    <item>
      <title>Random null values in variables</title>
      <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801925#M283062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am relatively new QlikView user. &lt;/P&gt;&lt;P&gt;While developing my app I bumped into as believed unusual problem. I assigned functions into variable (in my case to get sub-string from selected field) and it worked perfect till yesterday... Randomly, the variable gets null value when different element of list box (on which functions are based) is selected. When I click clear button, the variable reset to correct value. Functions printed in text object always work fine. So I created clear all trigger on my list box when selected, but it didn't help. I will be very grateful for any idea which could solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 19:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801925#M283062</guid>
      <dc:creator />
      <dc:date>2015-03-26T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Random null values in variables</title>
      <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801926#M283063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a space in the selected filed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 20:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801926#M283063</guid>
      <dc:creator />
      <dc:date>2015-03-26T20:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Random null values in variables</title>
      <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801927#M283064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;Please could yo post the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 21:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801927#M283064</guid>
      <dc:creator />
      <dc:date>2015-03-26T21:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Random null values in variables</title>
      <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801928#M283065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;These are key part of my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;text(num(year(datatmp))&amp;amp; '-' &amp;amp; num(Month(datatmp),'00')) as TextYM, this is my list box created in master calendar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;vDateSelection =text(GetFieldSelections(TextYM))&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;vPreviousDate=FieldValue('TextYM', FieldIndex('TextYM','$(vDateSelection)')-1),&lt;BR /&gt;vPreviousMonth=right(FieldValue('TextYM', FieldIndex('TextYM','$(vDateSelection)')-1),2)&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P style="color: #500050; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;while function in vDateSelection always shows right values, vDateSelecion itself sometimes gets null, vPreviousDate and vPreviousMonth get null too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801928#M283065</guid>
      <dc:creator />
      <dc:date>2015-03-27T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Random null values in variables</title>
      <link>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801929#M283066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I owe an explanation to Qlik Community&amp;nbsp; After loading my app on server the problem, which I described simply disappeared. Therefore I assume it was general the problem with memory capacity; since I implemented vast number of variables it was hard to refresh values to all of them via desktop Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 09:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-null-values-in-variables/m-p/801929#M283066</guid>
      <dc:creator />
      <dc:date>2015-06-02T09:22:41Z</dc:date>
    </item>
  </channel>
</rss>

