<?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: Control which dimensions the user can select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521389#M551673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 15:36:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-25T15:36:26Z</dc:date>
    <item>
      <title>Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521384#M551668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to constrain which dimensions the user can select. I can (sometimes) get a list box to make it so a dimension has 'always one selected value'. But I would have one pivot table (based on dimensions not used anywhere else) that I would like not to let the user click on and reduce. Any ideas how this is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 16:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521384#M551668</guid>
      <dc:creator />
      <dc:date>2013-10-24T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521385#M551669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use set analysis for those dimensions in pivot table, in your expressions,&lt;/P&gt;&lt;P&gt;let say you have expression =sum(sales) and dimension Year, Quarter,&amp;nbsp; Month.&lt;/P&gt;&lt;P&gt;so use&amp;nbsp; expression as =sum({&amp;lt; Year= , Quarter= &amp;gt;}sales).&lt;/P&gt;&lt;P&gt;now if user will make selection in Year or Quarter, then in the pivot table there will be no change...&lt;/P&gt;&lt;P&gt;so you can fix your dimension in expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 16:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521385#M551669</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-24T16:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521386#M551670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can set your pivot table properties to "Read Only".&amp;nbsp; In this case the table will react on selections made anywhere, but not allow to click on the table itself.&amp;nbsp; Obviously this solution is not usable if you want to allow to click on some dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521386#M551670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-24T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521387#M551671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, this works for my purposes- thanks, I hadn't experimented with that check box before!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I'm asking questions - is there a way to constrain selections so that &lt;EM&gt;at most&lt;/EM&gt; one value can be selected in a dimension? I can use list boxes so that &lt;EM&gt;always one&lt;/EM&gt; is selected, but that's not quite the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 09:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521387#M551671</guid>
      <dc:creator />
      <dc:date>2013-10-25T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521388#M551672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"At most one" - do you mean that it is allowed to clear all or select one, but not allowed to select more than one?&lt;/P&gt;&lt;P&gt;There is no such property.&amp;nbsp; It is possible to do it using a macro which will be triggered on select in the field, will check how many selected, and if more than one - clear the field and produce a message.&lt;BR /&gt;If you're going to use your application in AJAX, you better avoid using macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 10:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521388#M551672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-25T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Control which dimensions the user can select</title>
      <link>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521389#M551673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Control-which-dimensions-the-user-can-select/m-p/521389#M551673</guid>
      <dc:creator />
      <dc:date>2013-10-25T15:36:26Z</dc:date>
    </item>
  </channel>
</rss>

