<?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 Inline table is suffixed with -X, and it is incrementing based on the number of tables above or below it in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Inline-table-is-suffixed-with-X-and-it-is-incrementing-based-on/m-p/1864899#M71387</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We were using 2 Inline tables (e.g ABC_Inline - Same Name)&amp;nbsp; in our application with same name (ABC_Inline &amp;amp; ABC_Inline-1) &amp;nbsp;into our Qlik view common application, the common application (.qvw) is binary to another X application (.qvw), and the 2nd Inline table is dropped from the X application with named as ABC_Inline-1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But after the upgrade, we are getting error Table not found, as ABC_Inline-1 table.&amp;nbsp; After upgrade the name for&amp;nbsp;ABC_Inline-1&amp;nbsp;is changed to&amp;nbsp;ABC_Inline-2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Code :&lt;/P&gt;
&lt;P&gt;Pipeline_Renewal:&lt;BR /&gt;Load *&lt;BR /&gt;Inline&lt;BR /&gt;[&lt;BR /&gt;RS&lt;BR /&gt;Recurring&lt;BR /&gt;Non Recurring&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pipeline_Longterm:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;IsLongTermA , IsLongTermB_Field&lt;BR /&gt;0 , Include Long&amp;nbsp;&lt;BR /&gt;1 , Include Long Term&amp;nbsp;&lt;BR /&gt;0 , Exclude Long&amp;nbsp;&lt;BR /&gt;1 , Only Long Term&amp;nbsp;&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pipeline_Longterm12:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;IsLongTermA , IsLongTermB_Field&lt;BR /&gt;0 , Include Long&amp;nbsp;&lt;BR /&gt;1 , Include Long Term&amp;nbsp;&lt;BR /&gt;0 , Exclude Long&amp;nbsp;&lt;BR /&gt;1 , Only Long Term&amp;nbsp;&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Pipeline_Renewal:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;BookingsTypeOfWork , IsRenewal_DisplayField&lt;BR /&gt;Non Recurring,Non Recurring (Non Recurring Existing)&lt;BR /&gt;Recurring - existing,Recurring - Existing&lt;BR /&gt;Recurring - new,Recurring - New (Non Recurring Existing)&lt;BR /&gt;Extended / Add - on,Extended / Add-On (Non Recurring Existing)&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Output :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Avishek555_0-1638277320873.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67636i70C7D8A47C0F9C99/image-size/small?v=v2&amp;amp;px=200" role="button" title="Avishek555_0-1638277320873.png" alt="Avishek555_0-1638277320873.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the code my Pipeline_Renewal is in 1st statement and after that i have 2 other Inline Table, and last inline table is again Pipeline_Renewal, so the output is Pipeline_Renewal-3, so, lf i have 10 tables then i will have -10, so this cause issue while we dropping the tables. This issue i am facing after Qlik Sense May 2021- Patch 9 release.&lt;/P&gt;
&lt;P&gt;Is there any configuration change or settings we can do, to fix this.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt; &lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please could you advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 13:05:36 GMT</pubDate>
    <dc:creator>Avishek555</dc:creator>
    <dc:date>2021-11-30T13:05:36Z</dc:date>
    <item>
      <title>Inline table is suffixed with -X, and it is incrementing based on the number of tables above or below it</title>
      <link>https://community.qlik.com/t5/App-Development/Inline-table-is-suffixed-with-X-and-it-is-incrementing-based-on/m-p/1864899#M71387</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We were using 2 Inline tables (e.g ABC_Inline - Same Name)&amp;nbsp; in our application with same name (ABC_Inline &amp;amp; ABC_Inline-1) &amp;nbsp;into our Qlik view common application, the common application (.qvw) is binary to another X application (.qvw), and the 2nd Inline table is dropped from the X application with named as ABC_Inline-1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But after the upgrade, we are getting error Table not found, as ABC_Inline-1 table.&amp;nbsp; After upgrade the name for&amp;nbsp;ABC_Inline-1&amp;nbsp;is changed to&amp;nbsp;ABC_Inline-2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Code :&lt;/P&gt;
&lt;P&gt;Pipeline_Renewal:&lt;BR /&gt;Load *&lt;BR /&gt;Inline&lt;BR /&gt;[&lt;BR /&gt;RS&lt;BR /&gt;Recurring&lt;BR /&gt;Non Recurring&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pipeline_Longterm:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;IsLongTermA , IsLongTermB_Field&lt;BR /&gt;0 , Include Long&amp;nbsp;&lt;BR /&gt;1 , Include Long Term&amp;nbsp;&lt;BR /&gt;0 , Exclude Long&amp;nbsp;&lt;BR /&gt;1 , Only Long Term&amp;nbsp;&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pipeline_Longterm12:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;IsLongTermA , IsLongTermB_Field&lt;BR /&gt;0 , Include Long&amp;nbsp;&lt;BR /&gt;1 , Include Long Term&amp;nbsp;&lt;BR /&gt;0 , Exclude Long&amp;nbsp;&lt;BR /&gt;1 , Only Long Term&amp;nbsp;&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Pipeline_Renewal:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;BookingsTypeOfWork , IsRenewal_DisplayField&lt;BR /&gt;Non Recurring,Non Recurring (Non Recurring Existing)&lt;BR /&gt;Recurring - existing,Recurring - Existing&lt;BR /&gt;Recurring - new,Recurring - New (Non Recurring Existing)&lt;BR /&gt;Extended / Add - on,Extended / Add-On (Non Recurring Existing)&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Output :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Avishek555_0-1638277320873.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67636i70C7D8A47C0F9C99/image-size/small?v=v2&amp;amp;px=200" role="button" title="Avishek555_0-1638277320873.png" alt="Avishek555_0-1638277320873.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the code my Pipeline_Renewal is in 1st statement and after that i have 2 other Inline Table, and last inline table is again Pipeline_Renewal, so the output is Pipeline_Renewal-3, so, lf i have 10 tables then i will have -10, so this cause issue while we dropping the tables. This issue i am facing after Qlik Sense May 2021- Patch 9 release.&lt;/P&gt;
&lt;P&gt;Is there any configuration change or settings we can do, to fix this.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt; &lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please could you advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 13:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inline-table-is-suffixed-with-X-and-it-is-incrementing-based-on/m-p/1864899#M71387</guid>
      <dc:creator>Avishek555</dc:creator>
      <dc:date>2021-11-30T13:05:36Z</dc:date>
    </item>
  </channel>
</rss>

