<?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 do I select columns with values when using tAggregateRow? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209725#M8432</link>
    <description>&lt;P&gt;Since your datatype is the string you cannot choose Max, either you have to choose first or last. Max is applicable if you have datatype Integer. Also in tAggregate you have ignored all the null values so in a group, you will have only one value.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 20:03:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-09T20:03:23Z</dc:date>
    <item>
      <title>How do I select columns with values when using tAggregateRow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209721#M8428</link>
      <description>&lt;P&gt;This is a JSON result of an API call and I want to combine the data in 1 row just like the 2nd table below.&amp;nbsp; How do I accomplish this?&amp;nbsp; I was playing/testing with a taggregaterow component, but I'm not sure how to select the columns with values after I group by object_id, term_name, type and relationship_id. &amp;nbsp;&lt;/P&gt; 
&lt;TABLE width="644"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="78"&gt;OBJECT_ID&lt;/TD&gt; 
   &lt;TD width="86"&gt;TERM_NAME&lt;/TD&gt; 
   &lt;TD width="48"&gt;TYPE&lt;/TD&gt; 
   &lt;TD width="112"&gt;DEFINITION&lt;/TD&gt; 
   &lt;TD width="53"&gt;STATUS&lt;/TD&gt; 
   &lt;TD width="146"&gt;LAST_MODIFIED_DATE&lt;/TD&gt; 
   &lt;TD width="121"&gt;RELATIONSHIP_ID&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123_1&lt;/TD&gt; 
   &lt;TD&gt;VENDOR&lt;/TD&gt; 
   &lt;TD&gt;TERMS&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;&lt;FONT color="#ff0000"&gt;ACTIVE&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;9_1&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123_1&lt;/TD&gt; 
   &lt;TD&gt;VENDOR&lt;/TD&gt; 
   &lt;TD&gt;TERMS&lt;/TD&gt; 
   &lt;TD&gt;&lt;FONT color="#ff0000"&gt;MY VENDOR IS...&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;9_1&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123_1&lt;/TD&gt; 
   &lt;TD&gt;VENDOR&lt;/TD&gt; 
   &lt;TD&gt;TERMS&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;&lt;FONT color="#ff0000"&gt;4/30/2020&lt;/FONT&gt;&lt;/TD&gt; 
   &lt;TD&gt;9_1&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123_1&lt;/TD&gt; 
   &lt;TD&gt;VENDOR&lt;/TD&gt; 
   &lt;TD&gt;TERMS&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;NULL&lt;/TD&gt; 
   &lt;TD&gt;9_1&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE width="644"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD width="99.01" height="30"&gt;OBJECT_ID&lt;/TD&gt; 
   &lt;TD width="111.44" height="30"&gt;TERM_NAME&lt;/TD&gt; 
   &lt;TD width="66.99" height="30"&gt;TYPE&lt;/TD&gt; 
   &lt;TD width="101.66" height="30"&gt;DEFINITION&lt;/TD&gt; 
   &lt;TD width="71.73" height="30"&gt;STATUS&lt;/TD&gt; 
   &lt;TD width="188.5" height="30"&gt;LAST_MODIFIED_DATE&lt;/TD&gt; 
   &lt;TD width="152.06" height="30"&gt;RELATIONSHIP_ID&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD width="99.01" height="85"&gt;123_1&lt;/TD&gt; 
   &lt;TD width="111.44" height="85"&gt;VENDOR&lt;/TD&gt; 
   &lt;TD width="66.99" height="85"&gt;TERMS&lt;/TD&gt; 
   &lt;TD width="101.66" height="85"&gt;MY VENDOR IS...&lt;/TD&gt; 
   &lt;TD width="71.73" height="85"&gt;ACTIVE&lt;/TD&gt; 
   &lt;TD width="188.5" height="85"&gt;4/30/2020&lt;/TD&gt; 
   &lt;TD width="152.06" height="85"&gt;9_1&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 09 Jun 2020 16:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209721#M8428</guid>
      <dc:creator>Edith1</dc:creator>
      <dc:date>2020-06-09T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns with values when using tAggregateRow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209722#M8429</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Select option “ ignore NULL value” and then in function you can select first/last as functions</description>
      <pubDate>Tue, 09 Jun 2020 17:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209722#M8429</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-06-09T17:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns with values when using tAggregateRow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209723#M8430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, you need to set all NULL values into &lt;STRONG&gt;null.&amp;nbsp;&lt;/STRONG&gt;There is difference between NULL and null you have to make sure if the value is NULL convert into null. And in the tAggregate give either first/last function and check-in the ignore null values. You will get the required result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't forget to give kudos/accept the solution when a replay is helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 19:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209723#M8430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-09T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns with values when using tAggregateRow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209724#M8431</link>
      <description>&lt;P&gt;Thank you for your response. What is the difference between max and first/last functions? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 19:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209724#M8431</guid>
      <dc:creator>Edith1</dc:creator>
      <dc:date>2020-06-09T19:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I select columns with values when using tAggregateRow?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209725#M8432</link>
      <description>&lt;P&gt;Since your datatype is the string you cannot choose Max, either you have to choose first or last. Max is applicable if you have datatype Integer. Also in tAggregate you have ignored all the null values so in a group, you will have only one value.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 20:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-select-columns-with-values-when-using-tAggregateRow/m-p/2209725#M8432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-09T20:03:23Z</dc:date>
    </item>
  </channel>
</rss>

