<?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: SELECTING FORECAST IN LOADING SCRIPT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451758#M612473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is final output you need elaborate or try this also for FISC table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[FISC]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date(MakeDate([F_YEAR]), 'YYYY') as Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[F_YEAR],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[MONTH_START],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [N_SIMUL],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[SIM_LIB],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[MONTH_FINISH],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[SELECT]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [lib://LOAD_SIM/SELECT_DATAS.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is FISC)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[SELECT] = 1&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Oct 2017 18:08:22 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-10-14T18:08:22Z</dc:date>
    <item>
      <title>SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451757#M612472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 3 TAB :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first and second are CURRENT AND FORECAST sales and customers&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CURRENT.png" class="jive-image image-1" height="396" src="https://community.qlik.com/legacyfs/online/179640_CURRENT.png" style="height: 396.22px; width: 342px;" width="342" /&gt;&lt;IMG alt="FORECAST.png" class="jive-image image-2" height="403" src="https://community.qlik.com/legacyfs/online/179641_FORECAST.png" style="height: 402.888px; width: 321px;" width="321" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see the user have choose &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;several forecast&amp;nbsp; (1 and 2)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, the fiscal year begins in March&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third TAB gives the fiscal years and the number of the forecast simulations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SELECT.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/179642_SELECT.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My loading script is this one for the moment&lt;/P&gt;&lt;P&gt;[C_S]:&lt;/P&gt;&lt;P&gt;LOAD Date(MakeDate([CY_YEAR], [CY_MONTH]), 'MM_YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;[CY_YEAR],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CY_MONTH],&lt;/P&gt;&lt;P&gt;[C_SALES],&lt;/P&gt;&lt;P&gt;[C_CUSTOMERS]&lt;/P&gt;&lt;P&gt;FROM [lib://LOAD_SIM/CURRENT_DATAS.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is C_S);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[F_S]:&lt;/P&gt;&lt;P&gt;LOAD Date(MakeDate([f_YEAR], [f_MONTH]), 'MM_YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;[f_YEAR],&lt;/P&gt;&lt;P&gt;[f_MONTH],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [N_SIM],&lt;/P&gt;&lt;P&gt;[f_SALES],&lt;/P&gt;&lt;P&gt;[f_CUSTOMERS]&lt;/P&gt;&lt;P&gt;FROM [lib://LOAD_SIM/FORECAST_DATAS.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is F_S);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FISC]:&lt;/P&gt;&lt;P&gt;LOAD Date(MakeDate([F_YEAR]), 'YYYY') as Year,&lt;/P&gt;&lt;P&gt;[F_YEAR],&lt;/P&gt;&lt;P&gt;[MONTH_START],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [N_SIMUL],&lt;/P&gt;&lt;P&gt;[SIM_LIB],&lt;/P&gt;&lt;P&gt;[MONTH_FINISH],&lt;/P&gt;&lt;P&gt;[SELECT]&lt;/P&gt;&lt;P&gt;FROM [lib://LOAD_SIM/SELECT_DATAS.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is FISC);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;I want to load from the FORECAST TAB , only the rows of the forecast selected in red in tab 3 (&amp;nbsp; 2016 and 2017 i want only the simul 2, )&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;in other words&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;STRONG&gt;I want to load only one FORECAST per year ... the selected one&lt;/STRONG&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;THANK'S IN ADVANCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Philippe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 17:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451757#M612472</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-10-14T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451758#M612473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is final output you need elaborate or try this also for FISC table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[FISC]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date(MakeDate([F_YEAR]), 'YYYY') as Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[F_YEAR],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[MONTH_START],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [N_SIMUL],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[SIM_LIB],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[MONTH_FINISH],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[SELECT]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [lib://LOAD_SIM/SELECT_DATAS.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is FISC)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[SELECT] = 1&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 18:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451758#M612473</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-14T18:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451759#M612474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script select rows in the third tab&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is to select rows in the second TAB (forecast) taking into account the selection in the third TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you prefer, i want to load ONLY the higtlighted rows below&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (table extract)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SELECTED_ROWS.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179643_SELECTED_ROWS.png" style="height: auto;" /&gt;&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>Sat, 14 Oct 2017 19:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451759#M612474</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-10-14T19:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451760#M612475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Use Where Exists&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[FISC_Code]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 10pt; font-weight: inherit;"&gt;[N_SIMUL]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 10pt; font-weight: inherit;"&gt;FROM [lib://LOAD_SIM/SELECT_DATAS.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is FISC)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[SELECT] = 1&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-style: inherit; font-weight: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[F_S]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD Date(MakeDate([f_YEAR], [f_MONTH]), 'MM_YYYY') as MonthYear,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[f_YEAR],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[f_MONTH],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[N_SIM],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[f_SALES],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[f_CUSTOMERS]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM [lib://LOAD_SIM/FORECAST_DATAS.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is F_S)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;Where Exists( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[N_SIMUL],&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[N_SIM] &lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 19:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451760#M612475</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-14T19:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451761#M612476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first "where[select] = 1 loads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SELECTWHERE.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179644_SELECTWHERE.png" style="height: 126px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;i always have 1 and 2 in field N_SIMUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i think that&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Exists( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;[N_SIMUL],&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;[N_SIM] &lt;/SPAN&gt;&lt;/SPAN&gt;) &lt;/EM&gt;&lt;/STRONG&gt;does not any selection in the forecast tab ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the result :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SELECT3.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/179645_SELECT3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 20:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451761#M612476</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-10-14T20:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451762#M612477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh this bad may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[FISC_Code]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;[N_SIMUL]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM [lib://LOAD_SIM/SELECT_DATAS.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(ooxml, embedded labels, table is FISC);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[F_S]:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD Date(MakeDate([f_YEAR], [f_MONTH]), 'MM_YYYY') as MonthYear,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[f_YEAR],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[f_MONTH],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[N_SIM],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[f_SALES],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[f_CUSTOMERS]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM [lib://LOAD_SIM/FORECAST_DATAS.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is F_S)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Exists( &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;[N_SIMUL],&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;[N_SIM] &lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 20:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451762#M612477</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-14T20:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING FORECAST IN LOADING SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451763#M612478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same result &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't understand how it could be work ?... the "whereexist"&amp;nbsp; is apply on equivalent numbers in the 2 fields ( 1 and 2 ) ?...&lt;/P&gt;&lt;P&gt;May be it would be useful to link the 2 tab (N_SIMUL As N_SIM) before use where or where exists ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another difficulty is that in the third tab we have DATE as Fiscal Year (begginning in March) and in the forecast tab we have MonthYear ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I do not understand how to use the selection of the third table to eliminate rows month by month in the forecast table&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2017 20:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SELECTING-FORECAST-IN-LOADING-SCRIPT/m-p/1451763#M612478</guid>
      <dc:creator>philgood34</dc:creator>
      <dc:date>2017-10-14T20:58:38Z</dc:date>
    </item>
  </channel>
</rss>

