<?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: [resolved] clear context value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260456#M41580</link>
    <description>okay than in other words:&lt;BR /&gt;how to set a empty string in context variable?</description>
    <pubDate>Wed, 12 Nov 2014 20:33:23 GMT</pubDate>
    <dc:creator>richie1985</dc:creator>
    <dc:date>2014-11-12T20:33:23Z</dc:date>
    <item>
      <title>[resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260454#M41578</link>
      <description>hi, 
&lt;BR /&gt;since version 5.6.0 i cant delete values in a context variable. 
&lt;BR /&gt;when i try to delete anything i will set the old value back 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;how can i set it to empty so that my "if(!context.datum.equals(""))" will work again? 
&lt;BR /&gt; 
&lt;BR /&gt;Thx! 
&lt;BR /&gt;Erik</description>
      <pubDate>Wed, 12 Nov 2014 17:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260454#M41578</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-12T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260455#M41579</link>
      <description>At first empty is not cleared, it is simply an empty string. null would be a reasonable initial value.&lt;BR /&gt;Is the datum field a Date or a String?&lt;BR /&gt;In case of String I would ask:&lt;BR /&gt;if (context.datum.isEmpty() == false)&amp;nbsp;</description>
      <pubDate>Wed, 12 Nov 2014 18:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260455#M41579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-12T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260456#M41580</link>
      <description>okay than in other words:&lt;BR /&gt;how to set a empty string in context variable?</description>
      <pubDate>Wed, 12 Nov 2014 20:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260456#M41580</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-12T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260457#M41581</link>
      <description>&lt;PRE&gt;context.datum = "";&lt;/PRE&gt; 
&lt;BR /&gt;But it is mostly not a clean way to set an empty string. I would set it to null or to any reasonable value. What do you are trying to solve with the empty string?</description>
      <pubDate>Wed, 12 Nov 2014 20:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260457#M41581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-12T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260458#M41582</link>
      <description>mhhh i only want to delete this value in context settings in talend, when i click on the value i cant delete the text... in older version it was possible, but now i HAVE to set anything 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/4955/context.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBY6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155295iE5B84E525EEB3946/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBY6.jpg" alt="0683p000009MBY6.jpg" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 12 Nov 2014 21:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260458#M41582</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-12T21:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260459#M41583</link>
      <description>hi,&amp;nbsp; 
&lt;BR /&gt;make sure you're not trying to modify a 'context group' value directly in context view. 
&lt;BR /&gt;if not , it's not a normal behavior. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 13 Nov 2014 16:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260459#M41583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-13T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260460#M41584</link>
      <description>context group? no its a normal context variable. when you create one its empty. BUT when you set value you CANT delete this value, you can only set a other value....</description>
      <pubDate>Thu, 13 Nov 2014 20:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260460#M41584</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-13T20:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260461#M41585</link>
      <description>so is not possible?</description>
      <pubDate>Tue, 18 Nov 2014 16:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260461#M41585</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-18T16:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260462#M41586</link>
      <description>nothing is impossible 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;never encountered this kind of problem. 
&lt;BR /&gt;which version of 5.6 ? &amp;nbsp; 
&lt;BR /&gt;Could report a bug on jira so 
&lt;BR /&gt;regards</description>
      <pubDate>Wed, 19 Nov 2014 08:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260462#M41586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T08:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] clear context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260463#M41587</link>
      <description>i use version 5.6.0.20141024_1545, can you open a bug report?</description>
      <pubDate>Wed, 19 Nov 2014 10:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-clear-context-value/m-p/2260463#M41587</guid>
      <dc:creator>richie1985</dc:creator>
      <dc:date>2014-11-19T10:31:11Z</dc:date>
    </item>
  </channel>
</rss>

