<?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: Re: Re: Issue with Current selections box value on selection of dynamic buckets created in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619275#M228110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;i created a pretty similar version &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7118"&gt;Current Selection Alternatives&lt;/A&gt; or &lt;A href="https://community.qlik.com/docs/DOC-7119"&gt;Current Selection Alternatives (QVW)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 15:08:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-11T15:08:11Z</dc:date>
    <item>
      <title>Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619264#M228099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart which has a calculated dimension to evaluate buckets in the UI. The dimension expression is -&lt;/P&gt;&lt;P&gt;=if(Aggr(sum(Spend),Vendor)&amp;lt;100, 'Less than 100'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Aggr(sum(Spend),Vendor)&amp;lt;200, '101 to 200'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Greater than 200')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When any bucket is selected by the User, in the current selections box, it displays the Vendors associated with the Buckets (this is correct since our bucket is calculated on the basis on the Vendor amounts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expectation is that the Current Selections should show the bucket selected and not the Vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas to achieve this? Attached is a test app with the expectation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 11:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619264#M228099</guid>
      <dc:creator />
      <dc:date>2014-03-10T11:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619265#M228100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Current Selections shows selections in &lt;STRONG&gt;fields&lt;/STRONG&gt;.&amp;nbsp; In your case, the bucket is not a field, hence it is not really &lt;STRONG&gt;selected&lt;/STRONG&gt;.&amp;nbsp; The Vendors are.&lt;/P&gt;&lt;P&gt;If you create bucket as a field in the script, it will work as you require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619265#M228100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619266#M228101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Developer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the Attached Qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using Calculated dimension you can do calculation in the Backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael is right&amp;nbsp; as Current Selection Box shows selections done in the 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, 10 Mar 2014 15:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619266#M228101</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-03-10T15:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619267#M228102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael / Aviral,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;Unfortunately, calculating it at the backend or in the script is not an option since the Chart is intended to be dynamic for any selections made in dashboard. (I might need to create a aggregated table with a lot of dimensions; which will be very complex).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that bucket is not a field and hence will not be readily available in the current selections box. I am looking for some workaround wherein I might get to manipulate on the UI to show the selection of bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 04:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619267#M228102</guid>
      <dc:creator />
      <dc:date>2014-03-11T04:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619268#M228103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can show the selection in a text box like in sample attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 04:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619268#M228103</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-11T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619269#M228104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your response and solution.&lt;/P&gt;&lt;P&gt;But the Users specifically want it in the Current Selections Box itself.&lt;/P&gt;&lt;P&gt;I could format the Text Box to merge or overlay on the Current Selections Box. But then it poses other challenges like unavailability of Clear button, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Shantanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 06:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619269#M228104</guid>
      <dc:creator />
      <dc:date>2014-03-11T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619270#M228105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got a chance to look into this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 12:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619270#M228105</guid>
      <dc:creator />
      <dc:date>2014-03-14T12:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619271#M228106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add an action to the Text Object to clear selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not ideal but it would sort the clear selections part&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 12:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619271#M228106</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-14T12:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619272#M228107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could split your task in many textboxes and buttons and control this whole per visibility ... not very elegant and it's a lot to fiddle ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another idea is to take a pivot and create from the current selections a dynamic dimension (selected field) and the expression showed the selected values. A single action could be triggered per selection any from those dimension-values (field action) - perhaps you could also create several such dynamic dimensions each for another trigger or combine it with an inputfield within an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be a simple task - good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 14:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619272#M228107</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-03-14T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619273#M228108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's an interesting thing - I have little tried and the pivot itself isn't very complicated but a trigger on field-actions don't work because it's a dynamic dimension. Perhaps there is a way to switch the sheet per link inside a pivot-expression to trigger any action and return to origin sheet. Otherwise you could put buttons over the pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 16:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619273#M228108</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-03-14T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619274#M228109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using from the current selections as filter to $Field there are also trigger possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619274#M228109</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-03-17T09:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619275#M228110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;i created a pretty similar version &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7118"&gt;Current Selection Alternatives&lt;/A&gt; or &lt;A href="https://community.qlik.com/docs/DOC-7119"&gt;Current Selection Alternatives (QVW)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619275#M228110</guid>
      <dc:creator />
      <dc:date>2014-09-11T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Current selections box value on selection of dynamic buckets created in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619276#M228111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if this helps you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7118"&gt;Current Selection Alternatives&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Current-selections-box-value-on-selection-of-dynamic/m-p/619276#M228111</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-11T15:33:41Z</dc:date>
    </item>
  </channel>
</rss>

