<?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: Fetch values of corresponding fields of selected row in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501009#M103261</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325422"&gt;@VaishnaviMogal213&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Would it suit to add a row number or other dimensional reference into your dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD * INLINE [
Vin,	Session,	Row
v1,		1,			1
v2,		2,			2
v2,		3,			3
v1,		2,			4
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you could use that to make a selection on your dashboard, or use in other expressions.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmmaMcAlister_0-1736766074000.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176402i73E8D66D89399D96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmmaMcAlister_0-1736766074000.png" alt="EmmaMcAlister_0-1736766074000.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or you could combine both dimension fields into one within your final table which would allow you to select both together with a single click.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmmaMcAlister_1-1736766955533.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176403i447E08FF2564CB6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmmaMcAlister_1-1736766955533.png" alt="EmmaMcAlister_1-1736766955533.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 11:19:37 GMT</pubDate>
    <dc:creator>EmmaMcAlister</dc:creator>
    <dc:date>2025-01-13T11:19:37Z</dc:date>
    <item>
      <title>Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2500984#M103256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;please refer below data.&lt;/P&gt;
&lt;TABLE border="1" width="44.44359756097561%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Vin&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Session&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;v1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;v2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;v2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;v1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;there are tow columns in table as Vin and session. I want to achieve the use case like if user selects session 2 from 4th row then vin v1 should be shown. if select 2 from 2nd row then vin v2 should be shown(eg just for understanding row no is not fixed here user can select any session). basically the corresponding vin should be display of selected session row.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to achieve this in Qlik sense,&amp;nbsp; by default qlik sense gives all associated values from field(eg if i select session 2 then, it gives vin as v2 and v1).&lt;/P&gt;
&lt;P&gt;how can i get single corresponding row value?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 09:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2500984#M103256</guid>
      <dc:creator>VaishnaviMogal213</dc:creator>
      <dc:date>2025-01-13T09:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501009#M103261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325422"&gt;@VaishnaviMogal213&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Would it suit to add a row number or other dimensional reference into your dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD * INLINE [
Vin,	Session,	Row
v1,		1,			1
v2,		2,			2
v2,		3,			3
v1,		2,			4
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you could use that to make a selection on your dashboard, or use in other expressions.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmmaMcAlister_0-1736766074000.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176402i73E8D66D89399D96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmmaMcAlister_0-1736766074000.png" alt="EmmaMcAlister_0-1736766074000.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or you could combine both dimension fields into one within your final table which would allow you to select both together with a single click.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EmmaMcAlister_1-1736766955533.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176403i447E08FF2564CB6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EmmaMcAlister_1-1736766955533.png" alt="EmmaMcAlister_1-1736766955533.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 11:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501009#M103261</guid>
      <dc:creator>EmmaMcAlister</dc:creator>
      <dc:date>2025-01-13T11:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501031#M103268</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/176697"&gt;@EmmaMcAlister&lt;/a&gt;&amp;nbsp;We can also use Rowno() function to provide identity to each row in Input data.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 12:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501031#M103268</guid>
      <dc:creator>Bhushan_Mahajan</dc:creator>
      <dc:date>2025-01-13T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501073#M103272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/176697"&gt;@EmmaMcAlister&lt;/a&gt;&amp;nbsp;, Thanks for the reply!&lt;/P&gt;
&lt;P&gt;The second approach looks good here!. Just want to confirm that it is not a in built feature in Qlik sense to get corresponding row values after selecting a single value from that row, which is by default possible in other tools like QuickSight.?&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 18:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501073#M103272</guid>
      <dc:creator>VaishnaviMogal213</dc:creator>
      <dc:date>2025-01-13T18:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501075#M103273</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325102"&gt;@Bhushan_Mahajan&lt;/a&gt;&amp;nbsp;, Thanks for the reply!&lt;/P&gt;
&lt;P&gt;Could you please elaborate your statement. Do I need to make selection in rowno fields. to get values, or is it possible to fetch values by selecting session after using your logic here?&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 18:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501075#M103273</guid>
      <dc:creator>VaishnaviMogal213</dc:creator>
      <dc:date>2025-01-13T18:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501100#M103277</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325422"&gt;@VaishnaviMogal213&lt;/a&gt;&amp;nbsp;Yes Vaishnavi definitely you need to select the the rowno so that you will get relevant value of session corresponding to that selection. Please use that RowNo() function in Script not in chart.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 05:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501100#M103277</guid>
      <dc:creator>Bhushan_Mahajan</dc:creator>
      <dc:date>2025-01-14T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch values of corresponding fields of selected row</title>
      <link>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501965#M103396</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325422"&gt;@VaishnaviMogal213&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Selecting a value in a dimensional row of your table will filter your dataset by that value, so selecting Session 2 will show you the data relating to Session 2, not relating to the row of your front end table. I think the concatenated field will work nicely for you. It's good to understand what's happening in the background when you make selections.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 08:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fetch-values-of-corresponding-fields-of-selected-row/m-p/2501965#M103396</guid>
      <dc:creator>EmmaMcAlister</dc:creator>
      <dc:date>2025-01-20T08:46:03Z</dc:date>
    </item>
  </channel>
</rss>

