<?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: Show All Values of Bucket in Cross Tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295837#M404490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the help here and solution is working but I am facing one issue is this solution is that if I further drill down by clicking any number in the row where we more than one numbers it give me zero&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172555_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;like this I clicked 2 to see what are these two mandates but t gives me 0&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172556_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;can we change your formula so that when we click 2 it should give me those values.. I am displaying these 2 values in separate data grid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Aug 2017 19:53:16 GMT</pubDate>
    <dc:creator>madhur4qlik</dc:creator>
    <dc:date>2017-08-04T19:53:16Z</dc:date>
    <item>
      <title>Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295829#M404482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have created a bucket by comparing a measure value (measure1) with below logic and&amp;nbsp; I am using this Bucket as a dimension in pivot table. Now the issue is i am getting only those buckets for which i have some value of measure. Is there a way i can show all values of buckets even if we dont have any measure value. Show All values is coming disabled in this case.&lt;/P&gt;&lt;P&gt;[Bucket Table]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Low,High,Value&lt;/P&gt;&lt;P&gt;0,10,0%-10%&lt;/P&gt;&lt;P&gt;10,20,20%&lt;/P&gt;&lt;P&gt;20,30,30%&lt;/P&gt;&lt;P&gt;30,40,40%&lt;/P&gt;&lt;P&gt;40,50,50%&lt;/P&gt;&lt;P&gt;50,60,60%&lt;/P&gt;&lt;P&gt;60,70,70%&lt;/P&gt;&lt;P&gt;70,80,80%&lt;/P&gt;&lt;P&gt;80,90,90%&lt;/P&gt;&lt;P&gt;90,100,100%&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLow1 = Peek('Low',0);&lt;/P&gt;&lt;P&gt;Let vLow2 = Peek('Low',1);&lt;/P&gt;&lt;P&gt;Let vLow3 = Peek('Low',2);&lt;/P&gt;&lt;P&gt;Let vLow4 = Peek('Low',3);&lt;/P&gt;&lt;P&gt;Let vLow5 = Peek('Low',4);&lt;/P&gt;&lt;P&gt;Let vLow6 = Peek('Low',5);&lt;/P&gt;&lt;P&gt;Let vLow7 = Peek('Low',6);&lt;/P&gt;&lt;P&gt;Let vLow8 = Peek('Low',7);&lt;/P&gt;&lt;P&gt;Let vLow9 = Peek('Low',8);&lt;/P&gt;&lt;P&gt;Let vLow10 = Peek('Low',9);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vHigh1 = Peek('High',0);&lt;/P&gt;&lt;P&gt;Let vHigh2 = Peek('High',1);&lt;/P&gt;&lt;P&gt;Let vHigh3 = Peek('High',2);&lt;/P&gt;&lt;P&gt;Let vHigh4 = Peek('High',3);&lt;/P&gt;&lt;P&gt;Let vHigh5 = Peek('High',4);&lt;/P&gt;&lt;P&gt;Let vHigh6 = Peek('High',5);&lt;/P&gt;&lt;P&gt;Let vHigh7 = Peek('High',6);&lt;/P&gt;&lt;P&gt;Let vHigh8 = Peek('High',7);&lt;/P&gt;&lt;P&gt;Let vHigh9 = Peek('High',8);&lt;/P&gt;&lt;P&gt;Let vHigh10 = Peek('High',9);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vBucket1 = Peek('Value',0);&lt;/P&gt;&lt;P&gt;Let vBucket2 = Peek('Value',1);&lt;/P&gt;&lt;P&gt;Let vBucket3 = Peek('Value',2);&lt;/P&gt;&lt;P&gt;Let vBucket4 = Peek('Value',3);&lt;/P&gt;&lt;P&gt;Let vBucket5 = Peek('Value',4);&lt;/P&gt;&lt;P&gt;Let vBucket6 = Peek('Value',5);&lt;/P&gt;&lt;P&gt;Let vBucket7 = Peek('Value',6);&lt;/P&gt;&lt;P&gt;Let vBucket8 = Peek('Value',7);&lt;/P&gt;&lt;P&gt;Let vBucket9 = Peek('Value',8);&lt;/P&gt;&lt;P&gt;Let vBucket10 = Peek('Value',9);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Bucket Formula:&lt;/P&gt;&lt;P&gt;if(Measure1&amp;gt;vLow1 and Measure1&amp;lt;=vHigh1, vBucket1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow2 and Measure1&amp;lt;=vHigh2, vBucket2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow3 and Measure1&amp;lt;=vHigh3, vBucket3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow4 and Measure1&amp;lt;=vHigh4, vBucket4,&lt;/P&gt;&lt;P&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(Measure1&amp;gt;vLow5 and Measure1&amp;lt;=vHigh5, vBucket5,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow6 and Measure1&amp;lt;=vHigh6, vBucket6,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow7 and Measure1&amp;lt;=vHigh7, vBucket7,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow8 and Measure1&amp;lt;=vHigh8, vBucket8,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Measure1&amp;gt;vLow9 and Measure1&amp;lt;=vHigh9, vBucket9,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vBucket10&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field " How Often" is in question here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Present Scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169970_pastedImage_8.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Scenario: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="783"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="18" width="79"&gt;HOW OFTEN&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Band&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;0-10&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="64"&gt;20-Oct&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;20-30&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;30-40&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;40-50&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;50-60&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;60-70&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;70-80&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;80-90&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;90-100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top: none;"&gt;0-10%&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl69" height="18" style="border-top: none;"&gt;20%&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl69" height="18" style="border-top: none;"&gt;30%&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;40%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;50%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;60%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;70%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;80%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;90%&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="18" style="border-top: none;" width="79"&gt;100%&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295829#M404482</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-07-12T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295830#M404483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to take a look at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 16:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295830#M404483</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T16:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295831#M404484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sunny.&lt;/P&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Madhur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295831#M404484</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-07-12T17:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295832#M404485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a new table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bucket_Island&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bucket_Island&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Band&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(If(1/Count(TOTAL &amp;lt;Mandate_Number&amp;gt; Mandate_Number) &amp;lt;= Only({1}Bucket_Island) and 1/Count(TOTAL &amp;lt;Mandate_Number&amp;gt; Mandate_Number) &amp;gt; Above(Only({1}Bucket_Island)), 1), Mandate_Number, Band, Bucket_Island))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="170026" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170026_Capture.PNG" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295832#M404485</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295833#M404486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;This is working exactly the way i wanted. Im pretty new to Qlikview so would be great if you if could give explain me the logic behind measure calculation and How Often formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Madhur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 18:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295833#M404486</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-07-12T18:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295834#M404487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How Often is a new field that I created in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bucket_Island&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am doing a Cartesian Product to get the solution you are looking to get&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(&lt;SPAN style="color: #ff0000;"&gt;Aggr&lt;/SPAN&gt;(If(1/Count(TOTAL &amp;lt;Mandate_Number&amp;gt; Mandate_Number) &amp;lt;= Only({1}Bucket_Island) and 1/Count(TOTAL &amp;lt;Mandate_Number&amp;gt; Mandate_Number) &amp;gt; Above(Only({1}Bucket_Island)), 1), &lt;SPAN style="color: #ff0000;"&gt;Mandate_Number, Band, Bucket_Island&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used Aggr() to create a temporary table which includes the Bucket_Island as a dimension. and then I am doing a similar check which you wanted and were doing in your dimension before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimensions are less efficient and the way you did it seemed very complicated....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 22:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295834#M404487</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-12T22:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295835#M404488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okeh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But dont you think we have thousand of Mandates Number than the performance in this solution would be compromised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295835#M404488</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-07-13T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295836#M404489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely will.... what other option do you have &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 00:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295836#M404489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-14T00:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295837#M404490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the help here and solution is working but I am facing one issue is this solution is that if I further drill down by clicking any number in the row where we more than one numbers it give me zero&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172555_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;like this I clicked 2 to see what are these two mandates but t gives me 0&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172556_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;can we change your formula so that when we click 2 it should give me those values.. I am displaying these 2 values in separate data grid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 19:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295837#M404490</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-08-04T19:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295838#M404491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I follow what you want when you click on 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 00:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295838#M404491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T00:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295839#M404492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Let me explain in more detail way.&lt;/P&gt;&lt;P&gt;I am trying to move forward with the solution you provided but the hurdle I am facing is that we have to drill down the COUNT( a measure which we are trying to show against two dimension) into the details of the entity which we are counting.&lt;/P&gt;&lt;P&gt;So we are showing count as 2 n if we click 2 than it should show me table/chart with names and further details of those 2 entities.&lt;/P&gt;&lt;P&gt;But I understood here that in a cross table/Pivot table in qlikview drill down is possible through Dimensions only( " How OFten" and "Band" in this case not" Mandate Count.&lt;/P&gt;&lt;P&gt; so functionality should be like this :&lt;/P&gt;&lt;P&gt;we get this table as first view:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172611_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;and when click "2" under Band 0-10 with row as 40% , it should give me the details of those "2" counts as in 2 distinct rows but I am getting 0 rows.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172612_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;by clicking 2 I am hiding the first table n showing another table with those 2 records but those 2 records are not coming as it shows 0.&lt;/P&gt;&lt;P&gt;Could you please help me on in this. really appreciate your inputs on this.&lt;/P&gt;&lt;P&gt;Workaround to this would I can only sell this chart to business by asking them to select 40% first n than see the 2 rows which is one more extra step for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 04:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295839#M404492</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-08-07T04:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295840#M404493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than going with this much big formula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can't we use intervalmatch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 05:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295840#M404493</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-08-07T05:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295841#M404494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have to calculate this on dynamic basis. Calculation is based on selection of some values in a list box. Plz refer above qvws for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295841#M404494</guid>
      <dc:creator>madhur4qlik</dc:creator>
      <dc:date>2017-08-07T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show All Values of Bucket in Cross Tab</title>
      <link>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295842#M404495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-All-Values-of-Bucket-in-Cross-Tab/m-p/1295842#M404495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T14:00:46Z</dc:date>
    </item>
  </channel>
</rss>

