<?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: Can we change the dimension of a bar chart with a parameter in qlik sense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019955#M15309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing an alternative for &lt;STRONG&gt;cyclic group&lt;/STRONG&gt;, it was very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saniya Shaikh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 09:22:23 GMT</pubDate>
    <dc:creator>saniyask</dc:creator>
    <dc:date>2016-03-31T09:22:23Z</dc:date>
    <item>
      <title>Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019949#M15303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the functionality similar to the parameter capability in tableau where there is a someone could select say customer, buyer, or territory and the colors of a bar chart would split by customer, buyer, or territory or whatever they selected. Is this possible in &lt;SPAN style="text-decoration: underline;"&gt;qlik sense?&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ahead of time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 19:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019949#M15303</guid>
      <dc:creator />
      <dc:date>2016-03-30T19:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019950#M15304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what you are looking for is called a cyclic group, these are a built in feature of QlikView but not Qlik Sense. It is possible to create the effect with inline tables and buttons but it is clunky and can slow down performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 00:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019950#M15304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T00:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019951#M15305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Bella this is what I was thinking about, I just couldn't remember the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you elaborate a little bit more on inline tables and buttons?&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>Thu, 31 Mar 2016 01:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019951#M15305</guid>
      <dc:creator />
      <dc:date>2016-03-31T01:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019952#M15306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use extensions: &lt;A href="https://community.qlik.com/docs/DOC-9077"&gt;Makes Sense to go round in circles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate States could also help (i remember seeing links about it as it is new to Qlik Sense v2.2 - can't find them right now!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be possible with a Variable - although a little more complex:&lt;/P&gt;&lt;P&gt;In your Load Script create a separate table (make sure the field name does not match any existing field names - so there is no join) which lists the Dimension you want to choose from, with an incrementing number relating to it&lt;/P&gt;&lt;P&gt;Create a variable, which is: =IF(MAX([YourDimensionListNumber])=1, [FirstDimension],etc.&lt;/P&gt;&lt;P&gt;Then setup your bar chart to have the variable as a Dimension and add a Filter, with [YourDimensionListName] in it. Then when you choose an option from this list, it will show that dimension. It you select more than one option, it will choose the last one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019952#M15306</guid>
      <dc:creator />
      <dc:date>2016-03-31T07:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019953#M15307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;knew it was somewhere: &lt;A href="https://www.youtube.com/watch?v=OPfE_UAGbjU" title="https://www.youtube.com/watch?v=OPfE_UAGbjU"&gt;Qlik Sense Alternate States - The Full Set - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019953#M15307</guid>
      <dc:creator />
      <dc:date>2016-03-31T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019954#M15308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See app attached it gives a simple example of cyclic group using variable and the way to change colors of bar chart depending of the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019954#M15308</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-03-31T07:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019955#M15309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing an alternative for &lt;STRONG&gt;cyclic group&lt;/STRONG&gt;, it was very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saniya Shaikh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019955#M15309</guid>
      <dc:creator>saniyask</dc:creator>
      <dc:date>2016-03-31T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019956#M15310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 10:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019956#M15310</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-03-31T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019957#M15311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I have done it before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an inline table in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DimensionSelector:&lt;BR /&gt;Load * inline&lt;BR /&gt;[&lt;BR /&gt;Selector, Name&lt;BR /&gt;'a','NameA'&lt;BR /&gt;'b','NameB'&lt;BR /&gt;'c','NameC'&lt;BR /&gt;'d','NameD'&lt;BR /&gt;'e','NameE'&lt;BR /&gt;'f','NameF'&lt;BR /&gt;'g','NameG'&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create two new fields 'Selector' and 'Name'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a master item dimension with the fields being the dimension you want the user to be able to select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Selector='a',[Field A], &lt;BR /&gt;if(Selector='b',[Field B],&lt;BR /&gt;if(Selector='c',[Field C], &lt;BR /&gt;if(Selector='d',[Field D], &lt;BR /&gt;if(Selector='e',[Field E], &lt;BR /&gt;if(Selector='f',[Field F], &lt;BR /&gt;if(Selector='g',[Field G])))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use that master item dimension as a dimension in your chart and create a filter pane with the field 'Name' from the inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting a name in the filter pane will make the chart change, as there is no way to limit the selection to just one it is also wise to add a calculation condition on the chart.Calulation condition can be found under Add-ons &amp;gt; Data handling, I use getselectedcount(Name)=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 18:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019957#M15311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T18:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019958#M15312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From version 2.2.4 cycles are embedded within Sense, without using extensions. Just add 'Alternative dimensions' as shown below the dimension you already use in a visualization. From the menu of each visualization, the end-users can choose between the dimension and alternative dimension. This way you can create very powerful combinations by using drill-down master items and 'cycles'/alternative dimensions. Have a look at &lt;A href="https://youtu.be/2Uk9hO0IMgY" title="https://youtu.be/2Uk9hO0IMgY"&gt;What's New in Qlik Sense 2.2 - Presentation - YouTube&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019958#M15312</guid>
      <dc:creator />
      <dc:date>2016-05-11T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019959#M15313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 19:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019959#M15313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019960#M15314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please provide me with the extension zip file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019960#M15314</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-05-23T09:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can we change the dimension of a bar chart with a parameter in qlik sense?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019961#M15315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the extension is available on qlik branch site&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 10:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-we-change-the-dimension-of-a-bar-chart-with-a-parameter-in/m-p/1019961#M15315</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-05-23T10:01:45Z</dc:date>
    </item>
  </channel>
</rss>

