<?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: Clickable Bar without dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003015#M340864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing I can think of is to load a data island with a proxy dimension and use that as the chart dim.&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ProxyDim&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use ProxyDim as the Dimension, and an expression of:&lt;/P&gt;&lt;P&gt;Pick(ProxyDim&lt;/P&gt;&lt;P&gt;,count(ID1)&lt;/P&gt;&lt;P&gt;,count(ID2)&lt;/P&gt;&lt;P&gt;,count(ID3)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can color the background as:&lt;/P&gt;&lt;P&gt;=color(ProxyDim)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to get a legend if you need one. See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 21:52:16 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-12-11T21:52:16Z</dc:date>
    <item>
      <title>Clickable Bar without dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003014#M340863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my table and chart. If I click the bar, it should show it individually. I took 3 expressions each has count(field) but no dimensions. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID1,ID2,ID3,Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,18,31,12/12/2014&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;29,15,31,11/12/2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10,13,1,10/12/2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;12,13,1,11/19/2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108822_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 20:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003014#M340863</guid>
      <dc:creator />
      <dc:date>2015-12-11T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clickable Bar without dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003015#M340864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing I can think of is to load a data island with a proxy dimension and use that as the chart dim.&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ProxyDim&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use ProxyDim as the Dimension, and an expression of:&lt;/P&gt;&lt;P&gt;Pick(ProxyDim&lt;/P&gt;&lt;P&gt;,count(ID1)&lt;/P&gt;&lt;P&gt;,count(ID2)&lt;/P&gt;&lt;P&gt;,count(ID3)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can color the background as:&lt;/P&gt;&lt;P&gt;=color(ProxyDim)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure how to get a legend if you need one. See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 21:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003015#M340864</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-11T21:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clickable Bar without dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003016#M340865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much Rob, that was wonderful &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 22:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clickable-Bar-without-dimension/m-p/1003016#M340865</guid>
      <dc:creator />
      <dc:date>2015-12-11T22:28:52Z</dc:date>
    </item>
  </channel>
</rss>

