<?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: STAR ratings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591313#M219324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erica And adeel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2014 12:28:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-03T12:28:47Z</dc:date>
    <item>
      <title>STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591299#M219310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I intend to use the star ratings in my dashboard where the rating from (1-5) is selected according to quantity of sales of a particular product.&lt;BR /&gt;Can anyone explain how will i get this functionality??&lt;BR /&gt;Any help will do.&lt;BR /&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Rohan Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591299#M219310</guid>
      <dc:creator />
      <dc:date>2014-03-03T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591300#M219311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(rank(sum(sales)),product)&amp;lt;=5,product).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you 1-5 Products means Top 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the given expression fields with your Table Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591300#M219311</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-03-03T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591301#M219312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but what I am looking is to categorise them depending on products sold.&lt;/P&gt;&lt;P&gt;for Example when Total Sales=1000&lt;/P&gt;&lt;P&gt;*(1 star)=0-100 products sold in the selected category&lt;/P&gt;&lt;P&gt;**(2 Star)=100-200 products sold in the selected category&lt;/P&gt;&lt;P&gt;***(3 Star)=200-300 products sold in the selected category &amp;amp; so on.&lt;/P&gt;&lt;P&gt;Do you know how to implement the star ratings?(for eg:-***(3 star))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591301#M219312</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591302#M219313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is your fact data?&lt;/P&gt;&lt;P&gt;Like quantity is a direct field or a new line for every sale?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If quantity is a direct field, it is better to handle this in script level while loading data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: if(quantity&amp;gt;0 and quantity &amp;lt;100, '1 star') as Rating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If latter is the case, u can derive in chart expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count(Sold)&amp;gt;0 and Count(Sold&amp;lt;100) , '1 star')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591302#M219313</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591303#M219314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the class function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class(sum(Sales),100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you intervalls like "100&amp;lt; x &amp;lt;= 200"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then change the interval to suit the total sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg class (Sum(sales),sum(total Sales)/10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternately, use the repeat(text,n) function to repeat a set of text n times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N could be a function of your total sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=repeat('*',floor((5*sum(sales)/sum(total sales)+1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you 1 * for 0-100, 2 ** for 101-200 sales, where the sum(total sales) = 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591303#M219314</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591304#M219315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prabhu for replying. I can use your formula to get the values of the products sold in the range of (1-5).But I am unable to Implement STAR Rating(for eg:-***(3 star)).How do I use the values for getting the output in star rating?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591304#M219315</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591305#M219316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't you just hardcode the rating values? How do you want to diplay the data? Do you want *(1 star) as column name in table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591305#M219316</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591306#M219317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Trebuchet MS','sans-serif'; color: #1f497d; font-size: 10pt;"&gt;I can definitely hardcode it but it would be better if I could get the output similar to&lt;IMG alt="php-mysql-star-rating.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/54140_php-mysql-star-rating.gif" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591306#M219317</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591307#M219318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its sound a great idea can you please explain how you get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;star ratings in your dashboard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;i mean can you share your &lt;/SPAN&gt;app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591307#M219318</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591308#M219319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what I am trying to develop. It is possible in Microstrategy. Any Idea on how it could be done here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591308#M219319</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591309#M219320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the text stars using repeat() are not suitable *,*** etc then there are 2 alternatives so you can use pictures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a bar chart, with the number of sales, and &lt;EM&gt;overlay&lt;/EM&gt; with an image that looks like the stars, except that the background is blank and the stars are transparent. That way the stars will "fill up" with the data from the bars, which is actually behind them. You can also do this in a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create a set of images, which look&amp;nbsp; like a full star, a half star, as much detail as you want. Create a table with the product as the dimension, and 5 expressions. Check out the bundle load functionality in the script, this is how you load images. Then the expression in each one should look like:&lt;/P&gt;&lt;P&gt;star1:&lt;/P&gt;&lt;P&gt;if(sum(sales)/sum(total sales)&amp;lt;=0.5,'Half picture','full picture')&lt;/P&gt;&lt;P&gt;star2: if (sum(sales)/sum(total sales) &amp;gt;=1.5, 'full picture' ,&lt;/P&gt;&lt;P&gt;if(sum(sales) / sum(total sales) &amp;gt;=1,'alf picture'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591309#M219320</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591310#M219321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohan im asking to you.&lt;/P&gt;&lt;P&gt;If im at your place i will use just simple Star images and conditional hide and show.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591310#M219321</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591311#M219322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2nd pt suggested by Erica will do!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591311#M219322</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591312#M219323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohan i have got a idea please find attached file hope this will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591312#M219323</guid>
      <dc:creator />
      <dc:date>2014-03-03T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591313#M219324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erica And adeel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 12:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591313#M219324</guid>
      <dc:creator />
      <dc:date>2014-03-03T12:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: STAR ratings</title>
      <link>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591314#M219325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've defect table and want to display top 3 defect owners using expression and assign star rating to corresponding defect owners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;Owner Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Defects Count(closed)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rating&lt;/P&gt;&lt;P&gt;1.Person1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3-star(image)&lt;/P&gt;&lt;P&gt;2.Person2&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2-star(image)&lt;/P&gt;&lt;P&gt;3.Person3&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-star(image)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I'm not using any aggregate functions in my queries and I want all calculations only in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/STAR-ratings/m-p/591314#M219325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T08:24:58Z</dc:date>
    </item>
  </channel>
</rss>

