<?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: How to prevent auto drill down when there is only one option to select? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022163#M942313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don´t with a group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a calculated dimension with this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Country)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Country',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(GetSelectedCount(State)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'State',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'City'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if the user select in any other field, the condition is false and don´t change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 23:49:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-18T23:49:27Z</dc:date>
    <item>
      <title>How to prevent auto drill down when there is only one option to select?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022161#M942311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID,CAT,ProductId,Amt&lt;/P&gt;&lt;P&gt;2123,Group,a,10&lt;/P&gt;&lt;P&gt;2445,Group,b,10&lt;/P&gt;&lt;P&gt;3455,Group,c,10&lt;/P&gt;&lt;P&gt;2345,Group,d,10&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a drill down group created for the about data on ID,CAT and ProductId.&lt;/P&gt;&lt;P&gt;I have a list box created for this drill down group. When I make a selection for ID, it skips to the ProductId as there is only one selection that I can make for CAT. I know this is normal behavior. Instead of this, Can I force the list&amp;nbsp; box to show options irrespective of how many values were available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022161#M942311</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent auto drill down when there is only one option to select?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022162#M942312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could consider using a cycle group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 21:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022162#M942312</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-18T21:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent auto drill down when there is only one option to select?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022163#M942313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don´t with a group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a calculated dimension with this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Country)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Country',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(GetSelectedCount(State)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'State',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'City'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if the user select in any other field, the condition is false and don´t change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 23:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022163#M942313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T23:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent auto drill down when there is only one option to select?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022164#M942314</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension:&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(ID) = 0 AND GetSelectedCount(CAT) = 0 AND GetSelectedCount(ProductId) = 0, ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(GetSelectedCount(ID) &amp;gt; 0 AND GetSelectedCount(CAT) = 0 AND GetSelectedCount(ProductId) = 0,&amp;nbsp; CAT, ProductId))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=Sum(Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide filters for ID, CAT and ProductId, if users selects values from filters it works as expected, if users click on the bars then it will not work as expected.&amp;nbsp; This is the default behavior of Qlikview, so you can make the chart as Read Only to restrict the clicking on Bars by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; General -&amp;gt; Read Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 01:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022164#M942314</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-19T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent auto drill down when there is only one option to select?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022165#M942315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly, it is so annoying that we have to come up with workarounds so auto drill in doesn't occur.&amp;nbsp; The biggest aggravation of QlikSense is how much time it takes for tiny adjustments to the visualizations.&amp;nbsp; Do they expect companies to spend 10s of thousands of dollars of salary and QA time so something doesn't auto drill in?!?!?!&amp;nbsp; How ridiculous.&amp;nbsp; And the formula does work is such a basic example, but when you have to choose between aggregations and there are different children among parents, then you have to come up with something more advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 16:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-prevent-auto-drill-down-when-there-is-only-one-option-to/m-p/1022165#M942315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-21T16:21:01Z</dc:date>
    </item>
  </channel>
</rss>

