<?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: Show specific row-cell in a text box in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487199#M101487</link>
    <description>&lt;P&gt;Kudos nice solution!!&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2024 23:34:38 GMT</pubDate>
    <dc:creator>seanbruton</dc:creator>
    <dc:date>2024-10-15T23:34:38Z</dc:date>
    <item>
      <title>Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487131#M101467</link>
      <description>&lt;P&gt;I have a table as shown below.&lt;/P&gt;
&lt;TABLE width="757"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="283"&gt;Theme #&lt;/TD&gt;
&lt;TD width="251"&gt;Theme&lt;/TD&gt;
&lt;TD width="223"&gt;Summary&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Theme 1&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Customer&lt;/TD&gt;
&lt;TD width="223"&gt;&amp;nbsp;ABC&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Theme 2&lt;/TD&gt;
&lt;TD&gt;Service&lt;/TD&gt;
&lt;TD width="223"&gt;ABC2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Theme 3&lt;/TD&gt;
&lt;TD&gt;Shipping&lt;/TD&gt;
&lt;TD width="223"&gt;XYZ&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Theme 4&lt;/TD&gt;
&lt;TD&gt;Tech&lt;/TD&gt;
&lt;TD width="223"&gt;DFW&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Theme 5&lt;/TD&gt;
&lt;TD&gt;Policy&lt;/TD&gt;
&lt;TD width="223"&gt;JFK&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I show specific cell value in a text box?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, how do I show 3rd value (Shipping) under 'Theme' in a text box? Similarly, if I only want to show 4th value under Summary in a text box (DFW)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 15:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487131#M101467</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-10-15T15:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487134#M101468</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9788"&gt;@qlikwiz123&lt;/a&gt;&amp;nbsp;can you illustrate what you desire your outcome to be?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 15:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487134#M101468</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2024-10-15T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487139#M101470</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9788"&gt;@qlikwiz123&lt;/a&gt;&amp;nbsp; use FieldValue function. see the details&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/fieldvalue.htm" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;=FieldValue ('&lt;STRONG&gt;Theme&lt;/STRONG&gt;',3) -- 3rd value from Theme&lt;/P&gt;
&lt;P&gt;=FieldValue ('&lt;STRONG&gt;Summary&lt;/STRONG&gt;',4) -- 4th value from Summary&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 15:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487139#M101470</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-15T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487199#M101487</link>
      <description>&lt;P&gt;Kudos nice solution!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 23:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2487199#M101487</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2024-10-15T23:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488232#M101644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp; Thank you! This works great. But I see a small issue. When the same value is repeating in a specific column more than once, this formula isn't working.&lt;/P&gt;
&lt;P&gt;For example,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;FieldValue ('&lt;/SPAN&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;SPAN&gt;',4) -- 4th value from Summary , which is 'DFW'. If the 6th value from Summary is also 'DFW', and I use&amp;nbsp;FieldValue ('&lt;STRONG&gt;Summary&lt;/STRONG&gt;',6), it comes up empty. Any solution to fix this? Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 14:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488232#M101644</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-10-21T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488241#M101646</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9788"&gt;@qlikwiz123&lt;/a&gt;&amp;nbsp; FieldValue always looks at distinct values of that field. If you want specific rows from data, there is no easy front end solution. You may need to create variables in script to load specific values at specific position&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TableName:
Load * Inline [
Summary
ABC
ABC
ABC
XYZ
XYZ ];

let vSummary_1st_value = Peek('Summary',0,'TableName');
let vSummary_3rd_value = Peek('Summary',2,'TableName');
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-21 at 16.22.01.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173216iAB41D833B2867098/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-10-21 at 16.22.01.png" alt="Screenshot 2024-10-21 at 16.22.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 15:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488241#M101646</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-21T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488242#M101647</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9788"&gt;@qlikwiz123&lt;/a&gt;&amp;nbsp; This is front end solution. But this solution works only when you have primary key already present in your data&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// 4th value
=Only({&amp;lt;Primary_Key={"$(=Aggr(If(RowNo(TOTAL) = 4, Primary_Key), Primary_Key))"}&amp;gt;} Summary)

//6th value
=Only({&amp;lt;Primary_Key={"$(=Aggr(If(RowNo(TOTAL) = 6, Primary_Key), Primary_Key))"}&amp;gt;} Summary)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 21 Oct 2024 15:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488242#M101647</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-21T15:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show specific row-cell in a text box</title>
      <link>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488452#M101672</link>
      <description>&lt;P&gt;Great! Will look into these. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-specific-row-cell-in-a-text-box/m-p/2488452#M101672</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-10-22T14:10:32Z</dc:date>
    </item>
  </channel>
</rss>

