<?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: Set dimension based on a multibox selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414630#M427484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your variable vDept to below using Ctrl+Alt+V&lt;/P&gt;&lt;P&gt;= GetFieldSelections(DEPT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your 2nd Bar Total Charges History Graph use this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(DEPT) &amp;gt; 0, Sum({&amp;lt; DEPTHis = { '$(vDept)' } &amp;gt;}Charges), Sum(Charges))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the History Multibox to be selected as well when DEPT is selected. Use trigger like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173620_Capture.PNG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 20:59:21 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-08-16T20:59:21Z</dc:date>
    <item>
      <title>Set dimension based on a multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414628#M427482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set a dimension value based on the selection of a multibox selection by a user.&amp;nbsp; I have attached a sample .QVW with a use case.&amp;nbsp; When the user selects on the DEPT dimension in a summary table I want either a trigger.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 20:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414628#M427482</guid>
      <dc:creator />
      <dc:date>2017-08-16T20:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set dimension based on a multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414629#M427483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My use case was cutoff.&amp;nbsp; When a user comes in a selects a DEPT from the Summary Multibox I would like to automatically set the DEPTHis dimension in the History Multibox to the equivalent value.&amp;nbsp; I cannot perform this as a trigger in the Multibox as it does not allow triggers.&amp;nbsp; What would be the best solution to support this use case?&amp;nbsp; This is an actual use case for another app I support and cannot change the underlying datamodel to link the two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 20:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414629#M427483</guid>
      <dc:creator />
      <dc:date>2017-08-16T20:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set dimension based on a multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414630#M427484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your variable vDept to below using Ctrl+Alt+V&lt;/P&gt;&lt;P&gt;= GetFieldSelections(DEPT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your 2nd Bar Total Charges History Graph use this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(DEPT) &amp;gt; 0, Sum({&amp;lt; DEPTHis = { '$(vDept)' } &amp;gt;}Charges), Sum(Charges))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the History Multibox to be selected as well when DEPT is selected. Use trigger like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173620_Capture.PNG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 20:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414630#M427484</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-16T20:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set dimension based on a multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414631#M427485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vishwarath, One other use case I would need is the ability to select multiple values in the DEPT multibox.&amp;nbsp; Like IT, Financial.&amp;nbsp; I tried this, but it does not bring back any data when more then one is selected.&amp;nbsp; Do I need to wrap the variable a certain way in the set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 21:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414631#M427485</guid>
      <dc:creator />
      <dc:date>2017-08-16T21:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set dimension based on a multibox selection</title>
      <link>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414632#M427486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(DEPT) &amp;gt; 0, Sum({&amp;lt; DEPTHis = { $(=concat(chr(39) &amp;amp; DEPT &amp;amp; chr(39),',')) } &amp;gt;}Charges), Sum(Charges))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change the trigger to below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173630_Capture.PNG" style="height: 372px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 21:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-dimension-based-on-a-multibox-selection/m-p/1414632#M427486</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-16T21:37:03Z</dc:date>
    </item>
  </channel>
</rss>

