<?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: Cell Number / RowNo for respective value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890959#M1008490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try using the RowNo() function in your load script.&amp;nbsp; See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 16:57:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-06T16:57:51Z</dc:date>
    <item>
      <title>Cell Number / RowNo for respective value</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890958#M1008489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column in my application(see below) &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Example&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM style="font-size: 18pt;"&gt;4&lt;/EM&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;When the user selects inputs from other columns(not displayed here); respective value from the column above is returned(in bold and underlined). I need to get the row no of that particular value, ideas? Thank you for your efforts and time. Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890958#M1008489</guid>
      <dc:creator />
      <dc:date>2015-05-06T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Number / RowNo for respective value</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890959#M1008490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try using the RowNo() function in your load script.&amp;nbsp; See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890959#M1008490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-06T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Number / RowNo for respective value</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890960#M1008491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an Access database connected to QlikView. All my values are loaded/stored from the database. I use multiple select statements to get the column i desire. How would i include the RowNo() in this scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890960#M1008491</guid>
      <dc:creator />
      <dc:date>2015-05-06T17:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Number / RowNo for respective value</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890961#M1008492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With a preceding load, like in the qvw I attached earlier, as in add the bit below in &lt;STRONG&gt;red italics&lt;/STRONG&gt; above your load from Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0000;"&gt;&amp;nbsp; rowno() as RowNo ,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0000;"&gt;&amp;nbsp; *&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Example&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="163021" data-objecttype="1" href="https://community.qlik.com/thread/163021"&gt;https://community.qlik.com/thread/163021&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search this forum for &lt;STRONG&gt;&lt;EM&gt;Preceding Load&lt;/EM&gt;&lt;/STRONG&gt; you should find more info on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890961#M1008492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-06T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Number / RowNo for respective value</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890962#M1008493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill, appreciate the time and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Number-RowNo-for-respective-value/m-p/890962#M1008493</guid>
      <dc:creator />
      <dc:date>2015-05-06T17:14:49Z</dc:date>
    </item>
  </channel>
</rss>

