<?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: getting variable values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428161#M808766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a little. Use like = var1 &amp;amp; Chr(13) &amp;amp;var2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2017 20:09:22 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-10-10T20:09:22Z</dc:date>
    <item>
      <title>getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428159#M808764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm setting some variables, in the variable expression box, and like to see the value of all of them, in one place. It seems i can't do a text box with just &lt;/P&gt;&lt;P&gt;=var1&lt;/P&gt;&lt;P&gt;=var2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in it, to see them all.&amp;nbsp; is there another way to see all variables which are set, and as they change?&amp;nbsp; these are not variables set in the load script since they are based on user input.&amp;nbsp; &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becki kain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428159#M808764</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428160#M808765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an Input box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428160#M808765</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-10-10T20:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428161#M808766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a little. Use like = var1 &amp;amp; Chr(13) &amp;amp;var2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428161#M808766</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-10T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428162#M808767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, so i'm setting a bunch of variables instead making (columns) expressions like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_total_sales1 = sum (total sales volume&amp;nbsp; for time period 1)&lt;/P&gt;&lt;P&gt;(pseudo code of course)&lt;/P&gt;&lt;P&gt;v_total_sales2 = sum (total sales volume&amp;nbsp; for time period 2)&lt;/P&gt;&lt;P&gt;v_seg_sales = seg_sales/v_total_sales1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the time periods are selected by the user, from a drop down.&amp;nbsp; is there a way of having a box or something that lists all variables, which are set, each time the user changes the time period times?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 21:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428162#M808767</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-10T21:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428163#M808768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagaraju code mentioned above will do exactly what you need. Try it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a text box type as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= v_total_sales1 Chr(13)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;v_total_sales2&amp;nbsp; Chr(13)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;v_seg_sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 21:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428163#M808768</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-10-10T21:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428164#M808769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the way i mentioned in my previous response. Can i know how exactly your variables defined?&lt;/P&gt;&lt;P&gt;Using Ctrl+ALt+V add variables with their relevant expressions while copying expressions use = equals to sign. Then &lt;/P&gt;&lt;P&gt;in your text box add those variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Var1&amp;amp; Chr(13) &amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;var1 &amp;amp; Chr(13) &amp;amp;var2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 22:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428164#M808769</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-10T22:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428165#M808770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mw suggested, use an Input Box object. On the General tab, add each variable you want to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 01:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428165#M808770</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-10-11T01:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: getting variable values</title>
      <link>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428166#M808771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&amp;nbsp; I was making this harder than it really had to be!&amp;nbsp; when you said "input box" I thought of user input, which I already have, not using it for display.&amp;nbsp; thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-variable-values/m-p/1428166#M808771</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-11T13:33:40Z</dc:date>
    </item>
  </channel>
</rss>

