<?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: Selecting Multiple Dimensions in Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863728#M302315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for both of your responses. Jonathan's solution was most easy to apply so I went with that. Appreciate the help per usual. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 15:08:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-13T15:08:49Z</dc:date>
    <item>
      <title>Selecting Multiple Dimensions in Error</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863725#M302312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list of dimensions which users can choose from to populate a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the straight table chart, I have the following formula in the "Enable Conditional" field in the Dimensions tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(_Dimension,'|'), 'Field Name')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is causing an issue for fields with similar names. For example, I have &lt;STRONG&gt;Account Code&lt;/STRONG&gt; and &lt;STRONG&gt;Allocation Account Code&lt;/STRONG&gt;. When the user chooses Allocation Account Code it populates the table with the Account Code field AND the Allocation Account Code field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the table to only populate for the &lt;STRONG&gt;Allocation Account Code&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863725#M302312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple Dimensions in Error</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863726#M302313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;SubStringCount('|' &amp;amp; Concat(_Dimension,'|') &amp;amp; '|', '|Field Name|')&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;(all fields, including the first and last, are bounded by | characters)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863726#M302313</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-13T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple Dimensions in Error</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863727#M302314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;excellent Jonathan' solution.&lt;/P&gt;&lt;P&gt;Another way is&lt;/P&gt;&lt;P&gt;Your Dimension Table&lt;/P&gt;&lt;P&gt;_dimension,_description&lt;/P&gt;&lt;P&gt;AccCode,Account Code&lt;/P&gt;&lt;P&gt;AllAccCode,Allocation Account Code&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;Conditional Expression :&lt;/P&gt;&lt;P&gt;SubStringCount(Concat(_dimension,'|'),'AccCode')&lt;/P&gt;&lt;P&gt;Your List Box :&lt;/P&gt;&lt;P&gt;_description&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863727#M302314</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-13T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Multiple Dimensions in Error</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863728#M302315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for both of your responses. Jonathan's solution was most easy to apply so I went with that. Appreciate the help per usual. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Multiple-Dimensions-in-Error/m-p/863728#M302315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T15:08:49Z</dc:date>
    </item>
  </channel>
</rss>

