<?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: Does any one know when Table in QS able to have alternative in dimension ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Does-any-one-know-when-Table-in-QS-able-to-have-alternative-in/m-p/1023091#M15475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean you want to change the parameter/dimension of the table? if so you may be looking for 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;P&gt;&lt;/P&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;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a longer discussion on it here - &lt;A href="https://community.qlik.com/message/1009029"&gt;Can we change the dimension of a bar chart with a parameter in qlik sense?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 19:50:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-14T19:50:02Z</dc:date>
    <item>
      <title>Does any one know when Table in QS able to have alternative in dimension ?</title>
      <link>https://community.qlik.com/t5/App-Development/Does-any-one-know-when-Table-in-QS-able-to-have-alternative-in/m-p/1023090#M15474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one have above info ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As chart recently already add alternative , which help a lot. and i hope in future table have add this feature , it will be able to save me a lot duplicate sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 03:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Does-any-one-know-when-Table-in-QS-able-to-have-alternative-in/m-p/1023090#M15474</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-04-13T03:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does any one know when Table in QS able to have alternative in dimension ?</title>
      <link>https://community.qlik.com/t5/App-Development/Does-any-one-know-when-Table-in-QS-able-to-have-alternative-in/m-p/1023091#M15475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean you want to change the parameter/dimension of the table? if so you may be looking for 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;P&gt;&lt;/P&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;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a longer discussion on it here - &lt;A href="https://community.qlik.com/message/1009029"&gt;Can we change the dimension of a bar chart with a parameter in qlik sense?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Does-any-one-know-when-Table-in-QS-able-to-have-alternative-in/m-p/1023091#M15475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T19:50:02Z</dc:date>
    </item>
  </channel>
</rss>

