<?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: Field used in condition getting select with Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330877#M411138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is awesome! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a follow up question. How do I set a trigger to select the values in DepartmentDSC when the user clicks in the chart on a field that is actually NewDepartmentDSC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 18:28:51 GMT</pubDate>
    <dc:creator>dena_reavis</dc:creator>
    <dc:date>2017-06-07T18:28:51Z</dc:date>
    <item>
      <title>Field used in condition getting selected with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330875#M411136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data set with a record that indicates whether the Dimension Value should be indented and I also use that to shade the background color. The curious thing is that when the dimension is selected in the chart by the user, the RecType field is getting selected with it - and I don't want it to. What can I do to work around this? It is confusing my users.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166115" alt="RecType in Color and Indent.png" class="jive-image image-1" src="/legacyfs/online/166115_RecType in Color and Indent.png" style="height: 486px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing this is for is indenting the Department Name on certain rows and I use it for the row background color for each dimension. However, only the Department is being affected, it seems because it is the only field where the RecType is part of the Dimension Expression - in that IF statement that adds spaces to the Department if the RecType is = 2. Only the RecType 2 rows are green.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="166117" alt="Indented Result.png" class="jive-image image-3" src="/legacyfs/online/166117_Indented Result.png" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;If they just click on a Department, it is also filtering on the RecType, shown below in the current selections. &lt;IMG __jive_id="166116" alt="RecType in Selection.png" class="jive-image image-2" src="/legacyfs/online/166116_RecType in Selection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Any suggestions for keeping the RecType from being selected too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330875#M411136</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-07T18:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330876#M411137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid there might not be much you will be able to do on the front end... but you can try the same in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RecType = 2, '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' &amp;amp; DepartmentDSC, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DepartmentDSC) as New&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DepartmentDSC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now use &lt;STRONG style="font-size: 13.3333px;"&gt;New&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DepartmentDSC&lt;/STRONG&gt; as your dimension....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330876#M411137</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330877#M411138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is awesome! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a follow up question. How do I set a trigger to select the values in DepartmentDSC when the user clicks in the chart on a field that is actually NewDepartmentDSC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330877#M411138</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-07T18:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330878#M411139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;DepartmentDSC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Search String&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;NewDepartmentDSC)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330878#M411139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T18:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330879#M411140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works but when I select the NewDepartmentDSC, the DepartmentDSC is also being selected and shows in the current selections. Is there a trigger that can select &lt;SPAN style="font-size: 13.3333px;"&gt;DepartmentDSC in place of the selection for NewDepartmentDSC?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried Toggle Select in both the "OnSelect" and "OnChange" both have the same shown here:&lt;IMG alt="toggle select.png" class="jive-image image-1" height="237" src="/legacyfs/online/166222_toggle select.png" style="height: 237px; width: 363.713px;" width="364" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It seems to work perfectly for the OnChange but the initial OnSelect also selects the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Current selection after toggle select.png" class="jive-image image-2" src="/legacyfs/online/166223_Current selection after toggle select.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do differently to make it only select the DepartmentDSC (Also sorry I actually named the filed IndentedDepartmentDSC instead of NEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330879#M411140</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-08T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330880#M411141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create &lt;STRONG&gt;NewDepartmentDSC&lt;/STRONG&gt; as a hidden field which would not show up in current selection box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET HidePrefix = &lt;SPAN style="color: #ff0000;"&gt;%&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RecType = 2, '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' &amp;amp; DepartmentDSC, DepartmentDSC) as &lt;SPAN style="color: #ff0000;"&gt;%&lt;/SPAN&gt;NewDepartmentDSC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now on the front end, replace all &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NewDepartmentDSC&lt;/STRONG&gt; with &lt;STRONG&gt;%&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NewDepartmentDSC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330880#M411141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-08T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330881#M411142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you! One last thing is that it selects correctly from the chart but in the current selections box, I can't clear that selection from there. I click on the eraser and nothing happens. Have I unintentionally locked the field? I checked to make sure there are no other triggers on this field %NewDepartmentDSC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330881#M411142</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-08T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330882#M411143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's strange... would you be able to share a sample to look at this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330882#M411143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-08T14:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330883#M411144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I can't post this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330883#M411144</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-06-08T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field used in condition getting select with Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330884#M411145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I have no idea what might be wrong here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-used-in-condition-getting-selected-with-Dimension/m-p/1330884#M411145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-08T14:46:29Z</dc:date>
    </item>
  </channel>
</rss>

