<?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: INTEGRATE NEW TABLE IN LOADING SCRIPT in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439746#M34775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the issue is too complicated, may you help me to link my 2 forecast tables in my loading script without adding the 3rd ?&lt;IMG alt="FPP.png" class="jive-image image-1" height="147" src="https://community.qlik.com/legacyfs/online/178159_FPP.png" style="height: 147.348px; width: 331px;" width="331" /&gt;&lt;IMG alt="VMP.png" class="jive-image image-2" height="92" src="https://community.qlik.com/legacyfs/online/178184_VMP.png" style="height: 91.9355px; width: 285px;" width="285" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with a key and link table ???? please, give me hint !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 15:28:06 GMT</pubDate>
    <dc:creator>philgood34</dc:creator>
    <dc:date>2017-09-29T15:28:06Z</dc:date>
    <item>
      <title>INTEGRATE NEW TABLE IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439744#M34773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made a app. working pretty good (i join an extract to see the loading script) with 4 principal data files (2 with real datas, and 2 with goal datas) and 1 with nomenclature List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my set analysis I have a master calendar (MM, YYYY), several flags (current Year, Previous Year, Goal Year /&lt;EM&gt;special thank's to&lt;/EM&gt; &lt;EM&gt;Sunny for that&lt;/EM&gt;), and possibility to switch between calendar Year or Fiscal Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My issue is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users can do several predictive simulations (Goal) per year (with predictive label as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i import a table for that with number (highlighted), year, and label for each simulation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TAB_SIM.png" class="jive-image image-1" height="403" src="https://community.qlik.com/legacyfs/online/178119_TAB_SIM.png" style="height: 402.597px; width: 205px;" width="205" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need help to integrate correctly this table in my loading script ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i have to,create a key &lt;EM style="text-decoration: underline;"&gt;number_year (SIP_CDSIMP&amp;amp;SIP_EXE)&lt;/EM&gt; , but i don't know the script to make to be compatible with my calendar &lt;EM&gt;MonthYear&lt;/EM&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone can take a look to my script&amp;nbsp; i would be very helpful ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : tables with real datas are PDFPR &amp;amp; PDVMS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tables with GOAL datas&amp;nbsp; are PDFPP &amp;amp; PDVMP : below the script concerning these 2 tables (with simulation's number hightlighted)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LOADING GOAL.png" class="jive-image image-2" src="/legacyfs/online/178120_LOADING GOAL.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 09:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439744#M34773</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-09-29T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: INTEGRATE NEW TABLE IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439745#M34774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I try again with more details to arouse your interest &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are my 2 tables (forecast) already loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FPP.png" class="jive-image image-1" height="221" src="https://community.qlik.com/legacyfs/online/178170_FPP.png" style="height: 220.579px; width: 495px;" width="495" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="VMP.png" class="jive-image image-2" height="158" src="https://community.qlik.com/legacyfs/online/178171_VMP.png" style="height: 157.742px; width: 489px;" width="489" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the table that i want to load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TAB_SIM.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/178176_TAB_SIM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What i expect in my set analysis is&amp;nbsp; to select year or Month_Year, then to be able to select the right number of forecast simulation (or best the forecast label !) for visualizations that require it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several scripts to link the new table based on year to my actual script based on MonthYear … I failed .&lt;/P&gt;&lt;P&gt;Please, some help would be appreciate !&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 14:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439745#M34774</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-09-29T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: INTEGRATE NEW TABLE IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439746#M34775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the issue is too complicated, may you help me to link my 2 forecast tables in my loading script without adding the 3rd ?&lt;IMG alt="FPP.png" class="jive-image image-1" height="147" src="https://community.qlik.com/legacyfs/online/178159_FPP.png" style="height: 147.348px; width: 331px;" width="331" /&gt;&lt;IMG alt="VMP.png" class="jive-image image-2" height="92" src="https://community.qlik.com/legacyfs/online/178184_VMP.png" style="height: 91.9355px; width: 285px;" width="285" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with a key and link table ???? please, give me hint !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 15:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/INTEGRATE-NEW-TABLE-IN-LOADING-SCRIPT/m-p/1439746#M34775</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-09-29T15:28:06Z</dc:date>
    </item>
  </channel>
</rss>

