<?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: Dynamic Range Table Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692805#M52955</link>
    <description>&lt;P&gt;Well, I'm leaving the solution to the problem here in case it helps anyone.&lt;/P&gt;&lt;P&gt;Finally what I have done is to generate in script many "empty" lines to which I have added by means of a "left join" the columns that I am going to fill in the view later, here an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="script.png" style="width: 355px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31683i6115ECD569E52C39/image-size/large?v=v2&amp;amp;px=999" role="button" title="script.png" alt="script.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ater what I have done is to control with the field "id" the number of lines to show, because I have tried to do it with the option to limit that appears in the option menu of the dimension but it was giving me problems.&lt;/P&gt;&lt;P&gt;Therefore, by means of a simple "if" type sentence smaller than the ID (to indicate the lines that I want to show) a table with the searched length is kept&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Apr 2020 21:54:25 GMT</pubDate>
    <dc:creator>moshé</dc:creator>
    <dc:date>2020-04-11T21:54:25Z</dc:date>
    <item>
      <title>Dynamic Range Table Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692783#M52949</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I'm trying to do a small project for which I need to create a table with dynamic length in the view, I explain:&lt;/P&gt;&lt;P&gt;I want to use one of the extensions that allow the user to change the value of a variable and, based on that value, generate a table with that length, that is:&lt;/P&gt;&lt;P&gt;if a user selects value 10 the table should have 10 lines, if he selects 20 he should have 20 lines, etc.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynamictable.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31676i9B47D35EE825A4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="dynamictable.png" alt="dynamictable.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Any ideas on how to do this? Thank you.&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692783#M52949</guid>
      <dc:creator>moshé</dc:creator>
      <dc:date>2024-11-16T02:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Range Table Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692790#M52951</link>
      <description>&lt;P&gt;What should be the data on those rows?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 18:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692790#M52951</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-11T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Range Table Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692805#M52955</link>
      <description>&lt;P&gt;Well, I'm leaving the solution to the problem here in case it helps anyone.&lt;/P&gt;&lt;P&gt;Finally what I have done is to generate in script many "empty" lines to which I have added by means of a "left join" the columns that I am going to fill in the view later, here an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="script.png" style="width: 355px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31683i6115ECD569E52C39/image-size/large?v=v2&amp;amp;px=999" role="button" title="script.png" alt="script.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ater what I have done is to control with the field "id" the number of lines to show, because I have tried to do it with the option to limit that appears in the option menu of the dimension but it was giving me problems.&lt;/P&gt;&lt;P&gt;Therefore, by means of a simple "if" type sentence smaller than the ID (to indicate the lines that I want to show) a table with the searched length is kept&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 21:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692805#M52955</guid>
      <dc:creator>moshé</dc:creator>
      <dc:date>2020-04-11T21:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Range Table Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692807#M52957</link>
      <description>&lt;P&gt;thank you also for your interest in helping&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 21:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Range-Table-Qlik-Sense/m-p/1692807#M52957</guid>
      <dc:creator>moshé</dc:creator>
      <dc:date>2020-04-11T21:56:03Z</dc:date>
    </item>
  </channel>
</rss>

