<?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 Values of a Textbox shown in Diagramm in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806693#M1043944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QV Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please have a look at my qwv file.&lt;/P&gt;&lt;P&gt;I need the monthly values of a textbox to be displayed within a chart (with last 12 Month dimension)!&lt;/P&gt;&lt;P&gt;Or is it possible, that my Datastructure does not fit to my requirement (Do i have to transform the table in script for getting aggregated values?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 11:43:01 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2014-11-24T11:43:01Z</dc:date>
    <item>
      <title>Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806693#M1043944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QV Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please have a look at my qwv file.&lt;/P&gt;&lt;P&gt;I need the monthly values of a textbox to be displayed within a chart (with last 12 Month dimension)!&lt;/P&gt;&lt;P&gt;Or is it possible, that my Datastructure does not fit to my requirement (Do i have to transform the table in script for getting aggregated values?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 11:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806693#M1043944</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2014-11-24T11:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806694#M1043945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 12:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806694#M1043945</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2014-11-27T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806695#M1043946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please change the dimension of the chart to this calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=if(date(monthstart(CalendarYearMonthDay))&amp;gt;date(monthstart(addmonths(today(),-12))),CalendarYearMonth)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have not understood is the expression. What exactly do you need with the daten_Vorgang field?&lt;/P&gt;&lt;P&gt;I have summed it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Imagen 2.png" class="jive-image" src="/legacyfs/online/72283_Imagen 2.png" style="width: 620px; height: 136px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe this is not the expression you need. Just let me know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 12:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806695#M1043946</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2014-11-27T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806696#M1043947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SALTO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your reply.&lt;/P&gt;&lt;P&gt;I try to describe my problem more precisely. I have a excelfile with 3 columns.&lt;/P&gt;&lt;P&gt;First column is the date. Second column the name of the workshop and the third one (Daten_Vorgang) describes how often the workshop tried to access on our servers. The original data gives me the values by calenderweek, but i need it by month, so i connected my table with my mastercalendar.&lt;/P&gt;&lt;P&gt;Next step was to create a tablediagramm with the workshops as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As basic expressions&amp;nbsp; I calculate :&lt;/P&gt;&lt;P&gt;1.) the actual monthvalues over the workshops:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;MonthDiff={[$(vAktuellerMonat)]}&amp;gt;}Daten_Vorgang)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) the monthvalue of the month before actual&amp;nbsp; month&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;MonthDiff={[$(vZeitraum2Monate)]}&amp;gt;}Daten_Vorgang)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.) The monthvalue 3 month ago:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;MonthDiff={[$(vZeitraum3Monate)]}&amp;gt;}Daten_Vorgang)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These expressions above I use in a fourth expression for calculating the 3 month average:&lt;/P&gt;&lt;P&gt;4.) (sum({$&amp;lt;MonthDiff={[$(vAktuellerMonat)]}&amp;gt;}Daten_Vorgang)+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;MonthDiff={[$(vZeitraum2Monate)]}&amp;gt;}Daten_Vorgang)+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;MonthDiff={[$(vZeitraum3Monate)]}&amp;gt;}Daten_Vorgang))/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.) The next Expression evaluates if the actual monthvalue is greater than the average expression in (4.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If((sum({$&amp;lt;MonthDiff={[$(vAktuellerMonat)]}&amp;gt;Daten_Vorgang)&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;MonthDiff={[$(vAktuellerMonat)]}&amp;gt;Daten_Vorgang)+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;MonthDiff={[$(vZeitraum2Monate)]}&amp;gt;}Daten_Vorgang)+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;MonthDiff={[$(vZeitraum3Monate)]}&amp;gt;}Daten_Vorgang))/3,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.) The last expression just gives me the total numbers of distinct workshops accessing the server up to now :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(distinct(WS_Vorgang)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 5.) and 6.) I see a "1" in the diagramm if the condition is fullfilled otherwise "0". To see the TOTAL Value of the 1´s over all workshops,&amp;nbsp; I activated the corresponding option in the diagrammsettings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With These total values i want to create a new diagramm with a quote per month: Total value of 5.)&amp;nbsp; /&amp;nbsp; Total value of.6)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no formula i am trying works untill now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to show these quotes in a 12 month diagramm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its more clear now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 13:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806696#M1043947</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2014-11-27T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806697#M1043948</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;"Total value of 5.)&amp;nbsp; /&amp;nbsp; Total value of.6) " OR "Total value of&lt;STRONG&gt; 4.&lt;/STRONG&gt;)&amp;nbsp; /&amp;nbsp; Total value of.6) "?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) return 1 or 0, that is why I am asking...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806697#M1043948</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2014-11-27T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806698#M1043949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry again Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly is the quote per month: the total number of "Daten_Vorgang" that month divided per the number of Workshops that have contacted the servers, that month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806698#M1043949</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2014-11-27T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Values of a Textbox shown in Diagramm</title>
      <link>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806699#M1043950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you open my qvw and put the slider on the top to -1 (october) then you see the two values i marked in red on the attachment.&lt;/P&gt;&lt;P&gt;The left value divided by the right value should give me 100% (9/9) Quote for this month. If you put the slider to -2 (september)&lt;/P&gt;&lt;P&gt;then the values for this previous month should be 88,88% (8/9). And these quotes i want to show in a 12 month chart and later also showing the moving 12month avg of theses quotes !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 15:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-of-a-Textbox-shown-in-Diagramm/m-p/806699#M1043950</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2014-11-27T15:39:43Z</dc:date>
    </item>
  </channel>
</rss>

