<?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: Label on Grid charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294306#M831998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="grid4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166956_grid4.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added those to add a line break to the axis labels, and also to filter the institutions according to the range that the user selects. I tried copy Dimension 1 (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Len(if(Aggr(...&lt;/STRONG&gt;) into Dimension 3: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,&lt;STRONG&gt;Institution&lt;/STRONG&gt;,Subject),Subject) &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;so it becomes:&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(if(Aggr(...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,Subject),Subject) &lt;/SPAN&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;but the chart wouldn't render at all...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2017 07:42:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-15T07:42:56Z</dc:date>
    <item>
      <title>Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294298#M831990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hoping someone here can help; I have a Grid chart as shown on the attached screenshot, and I want to show the value on the bubbles. I know that by default Qlikview doesn't support "Value on Datapoints" in the Expression level, so I added the following "&lt;SPAN style="font-size: 13.3333px;"&gt;dual(aggr(SubjectScore,Institution,Subject),Subject)" as a third dimension and enabled "Label on Datapoints" under Presentation. Depending on my selection in the Institution, this seems to work sometimes. If I narrow my selection of the Institutions, the values displayed on the datapoints are correct, but when I widen my institution selections, the values displayed on the datapoints are incorrect, sometimes even missing the labels for some data points. The weird thing about this is that when I move my mouse over to the dots, I can see that &lt;SPAN style="font-size: 13.3333px;"&gt;dual(aggr(SubjectScore,Institution,Subject),Subject) is calculating the correct value on the pop up labels 100% of the time. For some reason the labels on the datapoints are inconsistent with the value shown on Pop-up labels. Would greatly appreciate if someone can help on this issue as I've spent hours trying to figure this out!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension 1:&lt;/STRONG&gt; =If(Len(if(Aggr(Max(Ranking_lower),Institution)&amp;gt;=vMinRank and Aggr(Min(Ranking_lower),Institution)&amp;lt;=vMaxRank,Institution)) &amp;gt; 20, Left(if(Aggr(Max(Ranking_lower),Institution)&amp;gt;=vMinRank and Aggr(Min(Ranking_lower),Institution)&amp;lt;=vMaxRank,Institution),FindOneOf(if(Aggr(Max(Ranking_lower),Institution)&amp;gt;=vMinRank and Aggr(Min(Ranking_lower),Institution)&amp;lt;=vMaxRank,Institution),' ',5)-1) &amp;amp; Chr(13) &amp;amp; Mid(if(Aggr(Max(Ranking_lower),Institution)&amp;gt;=vMinRank and Aggr(Min(Ranking_lower),Institution)&amp;lt;=vMaxRank,Institution),FindOneOf(if(Aggr(Max(Ranking_lower),Institution)&amp;gt;=vMinRank and Aggr(Min(Ranking_lower),Institution)&amp;lt;=vMaxRank,Institution),' ',5)+1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension 2&lt;/STRONG&gt;: Subject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Dimension 3&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=dual(aggr(SubjectScore,Institution,Subject),Subject)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Expression&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;SubjectScore&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294298#M831990</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294299#M831991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say, If you are using widen the Institute does this value changed from your original report. Can you show image how data points are looking like before and after widen the field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 06:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294299#M831991</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-15T06:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294300#M831992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the value of "The Hong Kong Polytechnic University", for subject "Engineering &amp;amp; Technology". The correct value should be 81.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I keep my selection of Institutions limited, the correct value is shown:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166924" alt="grid1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/166924_grid1.png" style="height: 340px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;When I remove my selection on institutions (taking all institutions), the value displayed on the data points becomes incorrect; &lt;SPAN style="font-size: 13.3333px;"&gt;"The Hong Kong Polytechnic University", for subject "Engineering &amp;amp; Technology" now becomes 79.1, while I'm still keeping all other selections the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166923" alt="grid2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166923_grid2.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;But when I mouse over the dot, the value is still correct: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,Institution,Subject),Subject) = &lt;/SPAN&gt;81.1, even though the label is wrong.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166955" alt="grid3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/166955_grid3.png" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294300#M831992</guid>
      <dc:creator />
      <dc:date>2017-06-15T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294301#M831993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294301#M831993</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-06-15T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294302#M831994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahaha, will you able to provide sample. The last screen shot is may help us to explain. Seems weird behavior going on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294302#M831994</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-15T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294303#M831995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have been playing with this for hours and have not been able to fix it. I'm hoping someone would be able to help me solve it by having a look at my dimensions / expressions to see if you can pick up any mistakes? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294303#M831995</guid>
      <dc:creator />
      <dc:date>2017-06-15T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294304#M831996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's how we have to. And that we are not experts like you. If you provide Mock application we may able to offer you much better. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is when Pop-Up is coming up in right manner it should come up in UI also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One funny question - Does this Pop-Up and UI expressions are with in single expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294304#M831996</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-15T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294305#M831997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your dimension 1 is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(Len(if(Aggr(...&lt;/STRONG&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;&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;When you create your dimension 3, you try to create the same result as your objet expression by dimension1 and dimension2 but you are not using the same dimension as dimension1, you are using the field &lt;/SPAN&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Institution]&lt;/STRONG&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;&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;How can you expect the same result without the same inputs ?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294305#M831997</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2017-06-15T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294306#M831998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="grid4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166956_grid4.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added those to add a line break to the axis labels, and also to filter the institutions according to the range that the user selects. I tried copy Dimension 1 (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Len(if(Aggr(...&lt;/STRONG&gt;) into Dimension 3: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,&lt;STRONG&gt;Institution&lt;/STRONG&gt;,Subject),Subject) &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;so it becomes:&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(if(Aggr(...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,Subject),Subject) &lt;/SPAN&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;but the chart wouldn't render at all...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294306#M831998</guid>
      <dc:creator />
      <dc:date>2017-06-15T07:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294307#M831999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas, I think your response makes sense, I change dimension 1 to "Institution" and the labels are rendering the correct score. However, is there anyway I can keep my dimension 1 as:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(if(Aggr(... &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294307#M831999</guid>
      <dc:creator />
      <dc:date>2017-06-15T07:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294308#M832000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason of this &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(if(Aggr(... &lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see string functions : so you may use these in script.&lt;/P&gt;&lt;P&gt;I see if functions with vMinRank etc. : so you may use set analysis expressions. As sum({&amp;lt;DimensionToFilterOnFollowingCondition={"=OtherMeasure&amp;gt;ValueInVariable"}&amp;gt;}MeasureField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure it will be anough&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294308#M832000</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2017-06-15T07:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294309#M832001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="grid4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166958_grid4.png" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a slider object top right to allow users to refine the list of institutions based on their overall rank.&lt;/P&gt;&lt;P&gt;The reason I used the If... for Dimension 1 is to keep that filtering, and also to add a new line character to the X-axis labels&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 07:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294309#M832001</guid>
      <dc:creator />
      <dc:date>2017-06-15T07:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294310#M832002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let's do it step by step, (we should not worry about the string functions for now)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, filter on [Institution] with a set analysis expression :&lt;/P&gt;&lt;P&gt;dim1 = [Institution] (no left and len functions for now)&lt;/P&gt;&lt;P&gt;dim2 = [Subject}&lt;/P&gt;&lt;P&gt;dim3 = dual(aggr(SeeMeasure,Institution,Subject),Subject)&lt;/P&gt;&lt;P&gt;Measure = assuming it was ==&amp;gt; sum(Measure)&lt;/P&gt;&lt;P&gt;It should now be ==&amp;gt; sum({&amp;lt;Institution={"=Max(Ranking_lower)&amp;gt;=vMinRank"}&amp;gt;*&amp;lt;Institution={"=Min(Ranking_lower)&amp;lt;=vMaxRank"}&amp;gt;}Measure)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294310#M832002</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2017-06-15T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294311#M832003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas, I did exactly as you suggested and find that if I change the v&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MinRank and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxRank with the slider, it still messes up the data labels. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jun 2017 13:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294311#M832003</guid>
      <dc:creator />
      <dc:date>2017-06-18T13:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294312#M832004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway I can use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual(aggr(SubjectScore,Institution,Subject),Subject) method for labeling while Dimension 1 and Dimension 2 are calculated dimensions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jun 2017 13:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294312#M832004</guid>
      <dc:creator />
      <dc:date>2017-06-18T13:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294313#M832005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I lack of ideas...&lt;/P&gt;&lt;P&gt;What happens whith the Dim3 as =text(Non-aggr-measure) ?&lt;/P&gt;&lt;P&gt;Could you please copy/paste all dimensions and expressions to be sure ?&lt;/P&gt;&lt;P&gt;And maybe if you can share some sample data/data model ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could try something later today or tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jun 2017 14:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294313#M832005</guid>
      <dc:creator>thomaslg_wq</dc:creator>
      <dc:date>2017-06-18T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294314#M832006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing Grid Chart for my requirement wondering how you were able to get angled labels for the institution? If you will guide or provide input on it will be great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294314#M832006</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-07-11T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294315#M832007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured it&amp;nbsp; out. I had to switch to bar chart to access dimension axis properties and then switch it to grid chart and it retains settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 17:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294315#M832007</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-07-11T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Label on Grid charts</title>
      <link>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294316#M832008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible to get values in Qlik Sense Grid Chart Extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-on-Grid-charts/m-p/1294316#M832008</guid>
      <dc:creator>rammuthiah</dc:creator>
      <dc:date>2018-01-23T12:07:11Z</dc:date>
    </item>
  </channel>
</rss>

