<?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: Variable dimensions in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1623#M91</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this project: It will help you play with variables: &lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 variables with monthName for each expressions and give buttons (or anything else) &lt;/P&gt;&lt;P&gt;Let us assume the variables are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vExp1 --&amp;gt; Default value - 'Apr'&lt;/P&gt;&lt;P&gt;vExp2 --&amp;gt; Default vale - 'May'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 --&amp;gt; COUNT({&amp;lt;$(vExp1)&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;Expression 2 --&amp;gt; COUNT({&amp;lt;$(vExp2)&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result = Expression1 - Expression 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check out : &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-17359" title="https://community.qlik.com/docs/DOC-17359"&gt;https://community.qlik.com/docs/DOC-17359&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will guide you on how to use the extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 15:24:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-16T15:24:58Z</dc:date>
    <item>
      <title>Variable dimensions in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1622#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a table with 3 columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Expression 1 --&amp;gt; =Count (ID) Where Month = &lt;EM&gt;User selection&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Expression 2 --&amp;gt; =Count (ID) Where Month = &lt;EM&gt;User selection&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3. Result --&amp;gt; =Expression 1 - Expression 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month in table 1 and table 2 are variable and should be selected by the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is that the user can decide which months he wants to compare. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips how to build this? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1622#M90</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2018-01-16T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Variable dimensions in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1623#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this project: It will help you play with variables: &lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 variables with monthName for each expressions and give buttons (or anything else) &lt;/P&gt;&lt;P&gt;Let us assume the variables are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vExp1 --&amp;gt; Default value - 'Apr'&lt;/P&gt;&lt;P&gt;vExp2 --&amp;gt; Default vale - 'May'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 --&amp;gt; COUNT({&amp;lt;$(vExp1)&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;Expression 2 --&amp;gt; COUNT({&amp;lt;$(vExp2)&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result = Expression1 - Expression 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check out : &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-17359" title="https://community.qlik.com/docs/DOC-17359"&gt;https://community.qlik.com/docs/DOC-17359&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will guide you on how to use the extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1623#M91</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-16T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variable dimensions in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1624#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed the Variable extension but it seems not to do much here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Variable and linked it to 1 field, however, when i click on the variable in the App nothing happens. I expected a list with values that I can select. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added my .qvf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1624#M92</guid>
      <dc:creator>twanqlik</dc:creator>
      <dc:date>2018-01-16T17:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variable dimensions in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1625#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got to assign the value of the variable to your expression.&lt;/P&gt;&lt;P&gt;Hope the attached app helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached example does the following:&lt;/P&gt;&lt;P&gt;Expression 1 --&amp;gt; COUNT({&amp;lt;$(vTest)&amp;gt;}Quarter)&lt;/P&gt;&lt;P&gt;Expression 2 --&amp;gt; COUNT({&amp;lt;$(vTest2)&amp;gt;}Quarter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change it as per your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 07:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-dimensions-in-a-table/m-p/1625#M93</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-17T07:05:32Z</dc:date>
    </item>
  </channel>
</rss>

