<?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 First non zero value from each row as column name in table - Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/First-non-zero-value-from-each-row-as-column-name-in-table-Qlik/m-p/2410877#M94609</link>
    <description>&lt;P&gt;Get first fieldname name with a value condition&lt;/P&gt;
&lt;P&gt;Hi All, I want to have a new column on a table that gives me the first column that has a specific value.&lt;/P&gt;
&lt;P&gt;So, I have this&lt;/P&gt;
&lt;P&gt;Header 1 Header 2 Header 3 Header 4 Header 5&lt;/P&gt;
&lt;P&gt;Name Month1 Month2 Month3 Month4&lt;/P&gt;
&lt;P&gt;A 0 0 3 3&lt;/P&gt;
&lt;P&gt;B 0 4 0 1&lt;/P&gt;
&lt;P&gt;C 0 3 2 1&lt;/P&gt;
&lt;P&gt;D 1 0 0 1&lt;/P&gt;
&lt;P&gt;I would like to add a column with the name of the first column that has a value higher than 0.&lt;/P&gt;
&lt;P&gt;Header 1 Header 2 Header 3 Header 4 Header 5 Header 6&lt;/P&gt;
&lt;P&gt;Name Month1 Month2 Month3 Month4&amp;nbsp; FirstMonthSales&lt;/P&gt;
&lt;P&gt;A 0 0 3 3&lt;/P&gt;
&lt;P&gt;Month3 B 0 4 0 1&lt;/P&gt;
&lt;P&gt;Month2 C 0 3 2 1&lt;/P&gt;
&lt;P&gt;Month2 D 1 0 0 1&lt;/P&gt;
&lt;P&gt;Month1&lt;/P&gt;
&lt;P&gt;So, the FirstMonthSales column should have the first month that has a value higher than 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly assist on this. if anyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 06:05:26 GMT</pubDate>
    <dc:creator>mramitbhandari17</dc:creator>
    <dc:date>2024-01-25T06:05:26Z</dc:date>
    <item>
      <title>First non zero value from each row as column name in table - Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/First-non-zero-value-from-each-row-as-column-name-in-table-Qlik/m-p/2410877#M94609</link>
      <description>&lt;P&gt;Get first fieldname name with a value condition&lt;/P&gt;
&lt;P&gt;Hi All, I want to have a new column on a table that gives me the first column that has a specific value.&lt;/P&gt;
&lt;P&gt;So, I have this&lt;/P&gt;
&lt;P&gt;Header 1 Header 2 Header 3 Header 4 Header 5&lt;/P&gt;
&lt;P&gt;Name Month1 Month2 Month3 Month4&lt;/P&gt;
&lt;P&gt;A 0 0 3 3&lt;/P&gt;
&lt;P&gt;B 0 4 0 1&lt;/P&gt;
&lt;P&gt;C 0 3 2 1&lt;/P&gt;
&lt;P&gt;D 1 0 0 1&lt;/P&gt;
&lt;P&gt;I would like to add a column with the name of the first column that has a value higher than 0.&lt;/P&gt;
&lt;P&gt;Header 1 Header 2 Header 3 Header 4 Header 5 Header 6&lt;/P&gt;
&lt;P&gt;Name Month1 Month2 Month3 Month4&amp;nbsp; FirstMonthSales&lt;/P&gt;
&lt;P&gt;A 0 0 3 3&lt;/P&gt;
&lt;P&gt;Month3 B 0 4 0 1&lt;/P&gt;
&lt;P&gt;Month2 C 0 3 2 1&lt;/P&gt;
&lt;P&gt;Month2 D 1 0 0 1&lt;/P&gt;
&lt;P&gt;Month1&lt;/P&gt;
&lt;P&gt;So, the FirstMonthSales column should have the first month that has a value higher than 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly assist on this. if anyone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 06:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/First-non-zero-value-from-each-row-as-column-name-in-table-Qlik/m-p/2410877#M94609</guid>
      <dc:creator>mramitbhandari17</dc:creator>
      <dc:date>2024-01-25T06:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: First non zero value from each row as column name in table - Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/First-non-zero-value-from-each-row-as-column-name-in-table-Qlik/m-p/2410913#M94610</link>
      <description>&lt;P&gt;This might help you. Review the examples and results &lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/above.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/above.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 07:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/First-non-zero-value-from-each-row-as-column-name-in-table-Qlik/m-p/2410913#M94610</guid>
      <dc:creator>Ajay_Ananthnarayan</dc:creator>
      <dc:date>2024-01-25T07:25:09Z</dc:date>
    </item>
  </channel>
</rss>

