<?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: Variables and Dollar Sign Expansion in a Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33397#M2222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2018 18:08:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-29T18:08:39Z</dc:date>
    <item>
      <title>Variables and Dollar Sign Expansion in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33395#M2220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question regarding variable and dollar sign expansion within a table in Qlik.&amp;nbsp; I have created a variable vSales = sum(Sales) .&amp;nbsp; I then have a table with the dimension being region and the measure being $(vSales).&amp;nbsp; I'd ideally want to my table to look like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;North&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;East &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;West&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however my result is this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;North&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;East&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;West&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value for each region is the value for the whole dataset instead of being broken down by dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand I can just use sum(Sales) as my measure in the table however I am wondering if it possible to use variables and dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33395#M2220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-29T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variables and Dollar Sign Expansion in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33396#M2221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare your variable without an equal sign&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;vSales: Sum(Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33396#M2221</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-29T18:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variables and Dollar Sign Expansion in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33397#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33397#M2222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-29T18:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variables and Dollar Sign Expansion in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33398#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read more about this here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3996"&gt;The Little Equals Sign&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3406"&gt;The Magic of Variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variables-and-Dollar-Sign-Expansion-in-a-Table/m-p/33398#M2223</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-29T18:10:24Z</dc:date>
    </item>
  </channel>
</rss>

