<?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: Multiple series with Dimensions instead of Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439417#M432068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Sometimes I use logarithm and its base as a parameter to be changed on the slide bar.&lt;/P&gt;&lt;P&gt;2. Similarly you can fix kind of threshold parameter like 1000 and use it as multiplying factor and bases to be multiplied:1,2,3,4,5 plus slider&lt;/P&gt;&lt;P&gt;3. You may add 4-5 slider that will indicate the end of one range and the beginning of following one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 08:05:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-12T08:05:40Z</dc:date>
    <item>
      <title>Multiple series with Dimensions instead of Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439414#M432065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I currently have a chart that shows this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179329_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 or n Expressions:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;$100k:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=0, N))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;$101-299:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=1, N))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;$300-499:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=2, N))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;$500k:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)&amp;gt;=5, N))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is extremely tedious to maintain if the formula changes or if I need to add in a new category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q. How do I re-create the above using Calculated Dimensions and with only 1 Expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 02:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439414#M432065</guid>
      <dc:creator />
      <dc:date>2017-10-12T02:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple series with Dimensions instead of Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439415#M432066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can this work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : &lt;STRONG&gt;ValueList('&amp;lt;$100k', '&amp;gt;$101-299', '&amp;gt;$300-499', '&amp;gt;$500k')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;ValueList('&amp;lt;$100k', '&amp;gt;$101-299', '&amp;gt;$300-499', '&amp;gt;$500k') = '&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;$100k', &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=0, N)), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ValueList('&amp;lt;$100k', '&amp;gt;$101-299', '&amp;gt;$300-499', '&amp;gt;$500k') = '&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;$101-299&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;', &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=1, N)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ValueList('&amp;lt;$100k', '&amp;gt;$101-299', '&amp;gt;$300-499', '&amp;gt;$500k') = '&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;$300-499&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;', &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)=2, N)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ValueList('&amp;lt;$100k', '&amp;gt;$101-299', '&amp;gt;$300-499', '&amp;gt;$500k') = '&amp;gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$500k', &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Count({&amp;lt;set expression...&amp;gt;} if(Div( Fees,10000)&amp;gt;=5, N))))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 03:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439415#M432066</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-12T03:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple series with Dimensions instead of Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439416#M432067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I will add on edit script add range of Fees and use intervalmatch()&lt;/P&gt;&lt;P&gt;if you need to change on UI&lt;/P&gt;&lt;P&gt;Dimension : &lt;STRONG&gt;Class(&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;&lt;STRONG&gt;Fees,100000,'X') or subfield(&lt;STRONG&gt;Class(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;&lt;STRONG&gt;Fees,100000,'X'),' ',1) &amp;amp;' - '&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;&lt;STRONG&gt;subfield(&lt;/STRONG&gt;&lt;STRONG&gt;Class(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;&lt;STRONG&gt;Fees,100000,'X'),' ',5)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression : Count&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;&lt;STRONG&gt;({&amp;lt;set expression...&amp;gt;} Fees)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 03:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439416#M432067</guid>
      <dc:creator>inoruoya</dc:creator>
      <dc:date>2017-10-12T03:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple series with Dimensions instead of Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439417#M432068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Sometimes I use logarithm and its base as a parameter to be changed on the slide bar.&lt;/P&gt;&lt;P&gt;2. Similarly you can fix kind of threshold parameter like 1000 and use it as multiplying factor and bases to be multiplied:1,2,3,4,5 plus slider&lt;/P&gt;&lt;P&gt;3. You may add 4-5 slider that will indicate the end of one range and the beginning of following one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-series-with-Dimensions-instead-of-Expressions/m-p/1439417#M432068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T08:05:40Z</dc:date>
    </item>
  </channel>
</rss>

