<?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: Formula as dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352058#M616241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Front-end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 09:03:54 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-08-04T09:03:54Z</dc:date>
    <item>
      <title>Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352053#M616236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following expression in the front end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;STATUS_CD=13&amp;gt;}OP)/count(CLAIM_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I need the output of the above expression to be bucketized into 5 buckets of 20% each. Then i have to use that dimension in a chart. I tried using a variable but not able to apply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Help appreciated!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352053#M616236</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T08:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352054#M616237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;count({&amp;lt;STATUS_CD={13}&amp;gt;} OP)/count(CLAIM_NO)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;Note - &lt;/STRONG&gt;How you want to show bucket. Can you explain little more&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352054#M616237</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-04T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352055#M616238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Class(Aggr(count({&amp;lt;STATUS_CD={13}&amp;gt;}OP)/count(CLAIM_NO), YourDimension), 0.2)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352055#M616238</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-04T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352056#M616239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so this is formula to calculate HR. The result will be in percentage so i want to have buckets of percent and show how many case falls in each of the bucket. so how many cases are there for my HR in 0-20% and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352056#M616239</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T09:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352057#M616240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want me to this in the front end as calculated dimension or through resident load in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352057#M616240</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T09:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352058#M616241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Front-end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352058#M616241</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-04T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352059#M616242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if there is any confusion. So i have to use it in the script right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352059#M616242</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352060#M616243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You CAN do it in &lt;STRONG&gt;front-end&lt;/STRONG&gt; itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352060#M616243</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-04T09:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352061#M616244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its working just fine. Thanks a lot. One more thing i want to label the different classes accordingly. How can i do that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352061#M616244</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352062#M616245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably do so using string manipulation functions. Try to share a sample explaining your expected output, may be I could help better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352062#M616245</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-04T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352063#M616246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" height="228" style="border: 1px solid rgb(0, 0, 0); width: 195px; height: 230px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;0 &amp;lt;= x &amp;lt;0.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0.2 &amp;lt;= x &amp;lt;0.4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0.4 &amp;lt;= x &amp;lt;0.6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0.6 &amp;lt;= x &amp;lt;0.8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;0.8 &amp;lt;= x &amp;lt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1 &amp;lt;= x &amp;lt;1.2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;I got above from the class definition.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i want the following:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); width: 193px; height: 106px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;0-20%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;20-40%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;40-60%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;60-80%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;80%-100%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want the last 2 to be clubbed to 80-100%. Is it possible? I tried using &lt;STRONG&gt;if&lt;/STRONG&gt; while creating dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 10:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352063#M616246</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-04T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352064#M616247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since this class number is limited, you could try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;vExpression=&lt;/EM&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(count({&amp;lt;STATUS_CD={13}&amp;gt;}OP)/count(CLAIM_NO), YourDimension)&amp;nbsp; &lt;/EM&gt; // '=' symbol might not be required before variable definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( &lt;EM&gt;(vExpression)&amp;gt;0.8&lt;/EM&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, '&amp;gt;80% and above' ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &lt;EM style="font-size: 13.3333px;"&gt;(vExpression)&amp;gt;0.6, '&amp;gt;60-80%' ,&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ( &lt;EM style="font-size: 13.3333px;"&gt;(vExpression)&amp;gt;0.4, '&amp;gt;40-20%',&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( &lt;EM style="font-size: 13.3333px;"&gt;(vExpression)&lt;/EM&gt;&amp;gt;0.2, '&amp;gt;20-40%', '&amp;lt;=20%' ))))&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 10:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352064#M616247</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-04T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352065#M616248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use this calculated dimension for some actions to be assigned to text boxes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 08:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352065#M616248</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2017-08-07T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Formula as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352066#M616249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check my reply here: &lt;A href="https://community.qlik.com/thread/270250"&gt;Selection of calculated dimension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 09:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-as-dimension/m-p/1352066#M616249</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-07T09:14:45Z</dc:date>
    </item>
  </channel>
</rss>

