<?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: internal error set analysis on dynamic pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369189#M137248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my table FormelName is shown in a listbox where you can choose what expression will be shown in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formeln:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormelName, Formel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Umsatz Stk, sum(#Menge) - sum({$&amp;lt;LfdNr = {$(=min(LfdNr))}&amp;gt;}#Menge)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Bestand, sum({$&amp;lt;#Date = {'$(=min(#Date))'}&amp;gt;}#Bestand)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Endbestand, sum({$&amp;lt;#Date = {'$(=max(#Date))'}&amp;gt;}#Bestand)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LUG,&amp;nbsp; ((sum(#Menge) - sum({$&amp;lt;LfdNr = {$(=min(LfdNr))}&amp;gt;}#Menge))/((sum({$&amp;lt;#Date = {'$(=min(#Date))'}&amp;gt;}#Bestand) + sum({$&amp;lt;#Date = {'$(=max(#Date))'}&amp;gt;}#Bestand))/2))*(52/(max(LfdNr) - min(LfdNr)))&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to see the macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 10:17:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-26T10:17:25Z</dc:date>
    <item>
      <title>internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369184#M137243</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 am trying to create a dynamic chart. I know how this works and I have done it before. But now I have the problem that I have set anlysis in my Expressions and it always says internal error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;expression: sum(#Menge) - sum({$&amp;lt;LfdNr = {$(=min(LfdNr))}&amp;gt;}#Menge)&lt;/P&gt;&lt;P&gt;msg from macro: sum(#Menge) - sum({$&amp;lt;LfdNr = &lt;STRONG&gt;{(internal error)}&lt;/STRONG&gt;&amp;gt;}#Menge)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369184#M137243</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369185#M137244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try this =sum(#Menge) - sum({$&amp;lt;LfdNr = &lt;STRONG&gt;{"=$(=min(LfdNr))"}&amp;gt;} [#Menge]&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369185#M137244</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-26T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369186#M137245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with &lt;STRONG&gt;""&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(#Menge) - sum({$&amp;lt;LfdNr = {"$(=min(LfdNr))"}&amp;gt;}#Menge)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369186#M137245</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369187#M137246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried it. &lt;/P&gt;&lt;P&gt;now it looks like this:&lt;/P&gt;&lt;P&gt;msg from macro: sum(#Menge) - sum({$&amp;lt;LfdNr = &lt;STRONG&gt;{''}&lt;/STRONG&gt;&amp;gt;}#Menge)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369187#M137246</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369188#M137247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your app? It can be easy to find the root cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369188#M137247</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-26T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369189#M137248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my table FormelName is shown in a listbox where you can choose what expression will be shown in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formeln:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormelName, Formel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Umsatz Stk, sum(#Menge) - sum({$&amp;lt;LfdNr = {$(=min(LfdNr))}&amp;gt;}#Menge)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Bestand, sum({$&amp;lt;#Date = {'$(=min(#Date))'}&amp;gt;}#Bestand)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Endbestand, sum({$&amp;lt;#Date = {'$(=max(#Date))'}&amp;gt;}#Bestand)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LUG,&amp;nbsp; ((sum(#Menge) - sum({$&amp;lt;LfdNr = {$(=min(LfdNr))}&amp;gt;}#Menge))/((sum({$&amp;lt;#Date = {'$(=min(#Date))'}&amp;gt;}#Bestand) + sum({$&amp;lt;#Date = {'$(=max(#Date))'}&amp;gt;}#Bestand))/2))*(52/(max(LfdNr) - min(LfdNr)))&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to see the macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369189#M137248</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369190#M137249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all your formula like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formeln:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormelName, Formel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Umsatz Stk, sum(#Menge) - sum({$&amp;lt;LfdNr = {"=$(=min(LfdNr))"}&amp;gt;} [#Menge])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression should be =$(Formel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try this yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369190#M137249</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-26T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369191#M137250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(#Menge) - sum({$&amp;lt;LfdNr = {=(=min(LfdNr))}&amp;gt;}#Menge) this seems to work and&lt;/P&gt;&lt;P&gt;sum(#Menge) - sum({$&amp;lt;LfdNr = {(=min(LfdNr))}&amp;gt;}#Menge) that too. but now i have the problem that my chart is not beeing built&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369191#M137250</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369192#M137251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What dimension and expression you used? It would be great, if you can share your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369192#M137251</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-26T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369193#M137252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think it is too big to share. if i use this expression directly in the chart it works fine but if im trying it dynamicly there are problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369193#M137252</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369194#M137253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what my app is based on:::so maybe we can work it out on that example cause mine is just too big to upload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369194#M137253</guid>
      <dc:creator />
      <dc:date>2012-07-26T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: internal error set analysis on dynamic pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369195#M137254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem...I enable and disable the formular in the macro now!! The set analysis works fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/internal-error-set-analysis-on-dynamic-pivot-table/m-p/369195#M137254</guid>
      <dc:creator />
      <dc:date>2012-07-30T07:54:05Z</dc:date>
    </item>
  </channel>
</rss>

