<?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 search in table rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631409#M47005</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to search in table rows with the following expression and return to me the first row that matches&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: employee_code=5 and nationality='GRC'&lt;/P&gt;&lt;P&gt;I have already loaded a table, I don't want to run a&amp;nbsp; select/where statement at load time, I need to process the rows afterwards (hint: lookup cannot take expressions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:57:36 GMT</pubDate>
    <dc:creator>danaosjoin</dc:creator>
    <dc:date>2024-11-16T19:57:36Z</dc:date>
    <item>
      <title>search in table rows</title>
      <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631409#M47005</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to search in table rows with the following expression and return to me the first row that matches&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: employee_code=5 and nationality='GRC'&lt;/P&gt;&lt;P&gt;I have already loaded a table, I don't want to run a&amp;nbsp; select/where statement at load time, I need to process the rows afterwards (hint: lookup cannot take expressions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631409#M47005</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2024-11-16T19:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: search in table rows</title>
      <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631414#M47006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with firstvalue() or firstsortedvalue()&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 10:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631414#M47006</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-10-04T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: search in table rows</title>
      <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631434#M47010</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;the first row that matches...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"First"' in terms of what? Load order, date order or some other order?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 11:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1631434#M47010</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-10-04T11:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: search in table rows</title>
      <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1632306#M47090</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Lets say that i have load the following table...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;LOAD&amp;nbsp;&lt;SPAN&gt;employee_code, nationality;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;and the rows that the table has are:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;3,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;4,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;5,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;6,GRC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;i want somehow to apply the following expression "&lt;/FONT&gt;&lt;SPAN&gt;employee_code=5 and nationality='GRC'" and return to me the first row that matches in this example is fifth row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 05:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1632306#M47090</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-10-08T05:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: search in table rows</title>
      <link>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1633478#M47164</link>
      <description>&lt;P&gt;any ideas ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/search-in-table-rows/m-p/1633478#M47164</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-10-10T07:49:31Z</dc:date>
    </item>
  </channel>
</rss>

