<?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: how to save a value from table to context variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377184#M139099</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOUUAA4"&gt;@aashish&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;first i have created context variable as var and did not enter anything in value column.&lt;/P&gt; 
&lt;P&gt;But it is not loading anything.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyJI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143687iECD8416EAB0832DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyJI.png" alt="0683p000009LyJI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ly7i.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150041i0B42C65B8C886509/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ly7i.png" alt="0683p000009Ly7i.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 08:11:26 GMT</pubDate>
    <dc:creator>Darmesh</dc:creator>
    <dc:date>2018-06-13T08:11:26Z</dc:date>
    <item>
      <title>how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377181#M139096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a value in my table as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;name&lt;/P&gt;&lt;P&gt;xyz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to store the value xyz to context variable. so that we can use it for further use.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 06:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377181#M139096</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-06-13T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377182#M139097</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMabAAG"&gt;@Darmesh&lt;/A&gt;,you can load to context using tContextLoad and check the below link to more about tContextLoad.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/xH2TyYr_AmQnKwOYlqVCvA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/xH2TyYr_AmQnKwOYlqVCvA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377182#M139097</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-06-13T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377183#M139098</link>
      <description>&lt;P&gt;With the help of tjavarow component, you can do so.&lt;/P&gt;&lt;P&gt;So, your job would be like :&lt;/P&gt;&lt;P&gt;tmssqlinput--&amp;gt;tjavarow&lt;/P&gt;&lt;P&gt;In tjavarow write below code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.var = input_row.name;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377183#M139098</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-06-13T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377184#M139099</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOUUAA4"&gt;@aashish&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;first i have created context variable as var and did not enter anything in value column.&lt;/P&gt; 
&lt;P&gt;But it is not loading anything.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyJI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143687iECD8416EAB0832DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyJI.png" alt="0683p000009LyJI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ly7i.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150041i0B42C65B8C886509/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ly7i.png" alt="0683p000009Ly7i.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377184#M139099</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-06-13T08:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377185#M139100</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMabAAG"&gt;@Darmesh&lt;/A&gt;&amp;nbsp;you should write input_row.column_name rather than row4.column_name.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 09:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377185#M139100</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-06-13T09:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377186#M139101</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOUUAA4"&gt;@aashish&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;still i am getting null value.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 529px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyOD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136711i20F85AED5967B61C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyOD.png" alt="0683p000009LyOD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.PNG" style="width: 571px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ly03.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148238iD82ECC298AB63A59/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ly03.png" alt="0683p000009Ly03.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyOI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149379iAB3C6E2C97E29937/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyOI.png" alt="0683p000009LyOI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377186#M139101</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-06-15T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377187#M139102</link>
      <description>&lt;P&gt;System.out.println(context.var);&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377187#M139102</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-06-15T07:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377188#M139103</link>
      <description>&lt;P&gt;Setting a value to a context variable will not change what you can see into the Context tab, it changes only the current value for the runing job.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377188#M139103</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-15T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377189#M139104</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOUUAA4"&gt;@aashish&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I got the result. But when i am passing that context var vaule to tmap. i am getting only&amp;nbsp;"Quarterly Estimates" and not the variable value.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 628px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyON.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135261i461D61BF5FD360B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyON.png" alt="0683p000009LyON.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377189#M139104</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-06-15T07:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to save a value from table to context variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377190#M139105</link>
      <description>&lt;P&gt;use below code in tJavarow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.var = context.var+row4.newColumn ;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-save-a-value-from-table-to-context-variable/m-p/2377190#M139105</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-06-15T07:32:17Z</dc:date>
    </item>
  </channel>
</rss>

