<?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 Change dimension based on a filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425779#M459060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the dimension of table based on my filter selection. Is it possible to do so in Qlik Sense?&amp;nbsp; Please guide. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2017 08:54:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-07T08:54:17Z</dc:date>
    <item>
      <title>Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425779#M459060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the dimension of table based on my filter selection. Is it possible to do so in Qlik Sense?&amp;nbsp; Please guide. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425779#M459060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T08:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425780#M459061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create an Inline table with having field with dimension names.&lt;/P&gt;&lt;P&gt;Use that as a Filter and in Dimension use if(Getselectedcount(InlineFieldName) = 1,GetfieldSelection(InlineFieldName),DefaultDimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425780#M459061</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425781#M459062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I could not follow you. &lt;/P&gt;&lt;P&gt;I have 3 dimensions (division, region and territory), If I create a filter to select one of these dimensions, I want the table to show different measures for the selected metric. &lt;/P&gt;&lt;P&gt;Also, second question is how can I create such a filter? these three dimensions are 3 variables in my data. Can you please guide? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425781#M459062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425782#M459063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;Qlik Branch&lt;/A&gt; to give buttons for choosing Dimension.&lt;/P&gt;&lt;P&gt;Create a Variable vDim with values as division, region and territory and Labels as Division, Region, Territory respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chart,&lt;/P&gt;&lt;P&gt;In Dimension, Use $(vDim) as Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(wildmatch(vDim,'division','region','territory'),&lt;/P&gt;&lt;P&gt;Expression for division,&lt;/P&gt;&lt;P&gt;Expression for region,&lt;/P&gt;&lt;P&gt;expression for Terrirory&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425782#M459063</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T10:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425783#M459064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Load Script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Dimemsion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Division&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Territory&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Front End,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Dimension Field from Inline table as Filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dimension, if(getfieldselection(Dimension) = 'Division',$(division),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getfieldselection(Dimension) = 'Region',$(region),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getfieldselection(Dimension) = 'Territory',$(territory))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Measure, &lt;/P&gt;&lt;P&gt;if(getfieldselection(Dimension) = 'Division',Expression for Division,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getfieldselection(Dimension) = 'Region',Expression for Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getfieldselection(Dimension) = 'Territory',Expression for Territory)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425783#M459064</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T10:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425784#M459065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your response. I am pretty new to Qlik Sense and probably will take some time to implement it. I will get back to you with an update if this solves my purpose as soon as I am done. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425784#M459065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425785#M459066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you guide me how should I write the expression for the created variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425785#M459066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425786#M459067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by created variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425786#M459067</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425787#M459068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked me to create a variable vDim with values Division, Region and territory. I am not able to understand what expression to write to get the desired result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425787#M459068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425788#M459069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to load the given code:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Load * Inline [&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Dimemsion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Division&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Region&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Territory&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;];&lt;/P&gt;&lt;P&gt;I am getting the following error:&lt;/P&gt;&lt;P style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 15px;"&gt;INLFED &amp;lt;&amp;lt; 0435-a9d1-fc23-622c Lines fetched: 3&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 15px;"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 15px;"&gt;Unknown statement: binary&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 15px;"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 15px;"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;binary&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; 'lib://gSonar DataModel (rnumdmas_qsadmin)/Model-gSonar Integrated.qvw'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425788#M459069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425789#M459070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have downloaded n used that extension mentioned in comment then drag n drop that extension on sheet.&lt;/P&gt;&lt;P&gt;In Right side, properties Panel, it will ask for Variable name. put it as vDim.&lt;/P&gt;&lt;P&gt;Later, in&amp;nbsp; Render as -&amp;gt;choose as Button&lt;/P&gt;&lt;P&gt;Click on add button .&lt;/P&gt;&lt;P&gt;give Division as Value also as Label.&lt;/P&gt;&lt;P&gt;Repeat this to create Region &amp;amp; Territory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425789#M459070</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425790#M459071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I am working on server, so I don't know if I can download any extensions there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425790#M459071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T11:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425791#M459072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can download extension and From QMC you can import that extension to server if you have acess to QMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425791#M459072</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T11:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425792#M459073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think I have the access to import extension as the option is greyed out. Any other way to get the result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425792#M459073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T11:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425793#M459074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is using Inline table in Load Script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425793#M459074</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T11:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425794#M459075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using the code shared by you but was getting an error. I have shared the error above in the thread. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425794#M459075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425795#M459076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That error is in Binary Statement.&lt;/P&gt;&lt;P&gt;Try putting Inline table after Binary statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425795#M459076</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-07T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425796#M459077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;binary statement always first line in the script&amp;nbsp; try to keep in first line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425796#M459077</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-11-07T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425797#M459078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still facing the same error. The code I have used is as follows:&lt;/P&gt;&lt;P&gt;binary 'lib://gSonar DataModel (rnumdmas_qsadmin)/Model-gSonar Integrated.qvw';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Division Name&lt;/P&gt;&lt;P&gt;Region Name&lt;/P&gt;&lt;P&gt;Territory Name&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425797#M459078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change dimension based on a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425798#M459079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&amp;nbsp; to remove the singl quotes and try once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-dimension-based-on-a-filter/m-p/1425798#M459079</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-11-07T12:22:30Z</dc:date>
    </item>
  </channel>
</rss>

