<?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: Need Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791103#M1034166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last error is probably caused by an empty vMaxDate variable. Only the -$(vMinDate) part remains, leading to a negative AUTOGENERATE value and that is not accepted as a valid count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your variables. You better get Min/Max date values by using something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MinMaxTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Min(DateCompleted) AS MinDate, Max(DateCompleted) AS MaxDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT MI_Completes1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then peeking into the single record of this table to get correct values. Your current code depends on the correct ordering of one of your source tables (first/last row) and that may produce unpredictable results...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 16:57:00 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-01-15T16:57:00Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791094#M1034156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 QVD's i have more than 10 same fields.&lt;/P&gt;&lt;P&gt;How to handle that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please anyone help me....!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791094#M1034156</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-14T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791095#M1034157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe Concatenate like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MI_Completes:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM &lt;F&gt; (qvd);&lt;/F&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View_MI_WIP:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM &lt;F&gt; (qvd);&lt;/F&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun with QV,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791095#M1034157</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-14T15:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791096#M1034158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is not a logical relation (E.g. Master-Detail) thden you can concatenate the 2 tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load ... from ...&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load ... from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791096#M1034158</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-14T15:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791097#M1034159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCATENATE would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791097#M1034159</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2015-01-14T15:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791098#M1034160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Have you need some more help ?&lt;/P&gt;&lt;P&gt;If not, can you mark an answer as Correct or helpful to close this thread.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 11:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791098#M1034160</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-15T11:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791099#M1034161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done concatenate, and i have created Calendar also..&lt;/P&gt;&lt;P&gt;when i reload script it showing error, script line error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything wrong in script..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791099#M1034161</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-15T16:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791100#M1034162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Date($(vMinDate)+RecNo()-1) as TempDate&lt;/P&gt;&lt;P&gt;AutoGenerate $(vMaxDate) -$(vMinDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, there is no value coming up for $(vMinDate) causing nullvalue + RecNo() and so is a script line error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791100#M1034162</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2015-01-15T16:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791101#M1034163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i am getting date 07/01/2014.&lt;/P&gt;&lt;P&gt;but this is not Minimum date, actually i have 2013 data also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75413_Capture.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791101#M1034163</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-15T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791102#M1034164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you wnated to achieve by vMinDate+RecNo()-1??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791102#M1034164</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2015-01-15T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791103#M1034166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last error is probably caused by an empty vMaxDate variable. Only the -$(vMinDate) part remains, leading to a negative AUTOGENERATE value and that is not accepted as a valid count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your variables. You better get Min/Max date values by using something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MinMaxTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Min(DateCompleted) AS MinDate, Max(DateCompleted) AS MaxDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT MI_Completes1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then peeking into the single record of this table to get correct values. Your current code depends on the correct ordering of one of your source tables (first/last row) and that may produce unpredictable results...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791103#M1034166</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-15T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791104#M1034168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reshma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forget that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done concatenate write..&lt;/P&gt;&lt;P&gt;i want to create calendar based on Completed_Date..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791104#M1034168</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-15T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791105#M1034169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clarification....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 17:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/791105#M1034169</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-01-15T17:12:38Z</dc:date>
    </item>
  </channel>
</rss>

