<?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: variables with Class function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956237#M328597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the variable calcualtion is correct becasue I am using the expression on other charts and I get the correct result - the issue is using the expression as a calcualted dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 13:52:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-26T13:52:43Z</dc:date>
    <item>
      <title>variables with Class function</title>
      <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956233#M328593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable (the variable is the total of several other variables) called vPricperton.&amp;nbsp; I would like to have a dimension for this but want to group the values.&amp;nbsp; I was trying to use the Class function with increments of 50 to create a caclulated dimension but it does not appear to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class($(vPriceperton),50)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculation of priceperton is donein variables within the UI and do not want to modify the data model to create another dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956233#M328593</guid>
      <dc:creator />
      <dc:date>2015-10-23T18:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: variables with Class function</title>
      <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956234#M328594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid you misunderstand the use of the Class function and/or the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The variable holds a single value (numeric or textual)&lt;/P&gt;&lt;P&gt;- The class function can be applied to a field, such as Price. With the class function, the field values can be divided into equally sized buckets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid it's impossible to bucketize a single value returned by the variable, unless I missed something that needs to be added here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=64QJ6MD3O54VZHF7" rel="nofollow"&gt;Check out my new book &lt;EM&gt;QlikView Your Business&lt;/EM&gt;: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 19:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956234#M328594</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-10-23T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: variables with Class function</title>
      <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956235#M328595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allow me to clarify&lt;/P&gt;&lt;P&gt;I have an expression stored in a vriable that I would like to use as a claulted dimension.&amp;nbsp; I am having issues getting the variable to work as a calculated dimesnion (have followed other threads on the topic and followed the syntax)&lt;/P&gt;&lt;P&gt;since my calcualted expression has multiple results (calculting price/ton) I would also like to somehow group the results as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe the title was not the best and should have done a better job of explaining my requirements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 12:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956235#M328595</guid>
      <dc:creator />
      <dc:date>2015-10-26T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: variables with Class function</title>
      <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956236#M328596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First develop the calculated dimension without using a variable. Once that is working correctly, you can convert to working with a variable quite easily.Doing it all in a single steps makes it hard to see what is not working correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 13:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956236#M328596</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-26T13:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: variables with Class function</title>
      <link>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956237#M328597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the variable calcualtion is correct becasue I am using the expression on other charts and I get the correct result - the issue is using the expression as a calcualted dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 13:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables-with-Class-function/m-p/956237#M328597</guid>
      <dc:creator />
      <dc:date>2015-10-26T13:52:43Z</dc:date>
    </item>
  </channel>
</rss>

