<?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 bug with Expression editor? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819550#M288930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The $ will enable the system to use the list bar settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also see the Set Analysis part of the help files as it is very useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 17 Mar 2015 12:03:30 GMT</pubDate>
    <dc:creator>Roop</dc:creator>
    <dc:date>2015-03-17T12:03:30Z</dc:date>
    <item>
      <title>Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819542#M288922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I defined a small number of variables based on table values in a script so that I could refer to the variable, rather than directly to the table value using an inter-record function in a chart formula. This worked fine in a small application.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I scaled it up to an app with a lot more data, but similar structure, it appears to cause problems.&amp;nbsp; In particular, the expression editor shows "Expression OK", but the expression produces null values.&amp;nbsp; Furthermore, if you type random stuff at the end of the expression, the expression editor continues to show "Expression OK", instead of "Garbage after ')'...", as one might expect it to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819542#M288922</guid>
      <dc:creator />
      <dc:date>2015-03-17T10:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819543#M288923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that I need more information ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually there is no problem scaling up an application in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would guess that you are using a variable within set analysis and this will allow you to continue typing at the end as the code does not know the content of the variable during compilation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that something has happened to your variables (they either have not been specified or corrupted in some way) - Display the variable content first. That is the first place to look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819543#M288923</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819544#M288924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, what works in the small application is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Only({&amp;lt;[Tariff Name] = {$(T1)}&amp;gt;} [Rental per month])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you are right that I am using it in set analysis. I just tried typing "banana" at the end of the line and the editor doesn't pick up any problem.&amp;nbsp; I guess I had assumed that the closing curly bracket would tell it where the set expression ends, since it continues to pick up and highlight kewords and field names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same structure does not work in the bigger version, though.&amp;nbsp; The variable Ta1 has the correct value when I look at it in the Variable Overview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819544#M288924</guid>
      <dc:creator />
      <dc:date>2015-03-17T11:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819545#M288925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also followed your advice and checked the variable content (in the small version) and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[Name] &amp;amp; ' ' &amp;amp; $(T1)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;produces just the name.&amp;nbsp; My understanding is that $(&lt;EM&gt;variablename&lt;/EM&gt;) should instantiate to the value of &lt;EM&gt;variablename.&lt;/EM&gt; is that mistaken?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819545#M288925</guid>
      <dc:creator />
      <dc:date>2015-03-17T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819546#M288926</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;Open the Variable Overview and check that the variable exists and the literal or expression contained in the variable. $() will expand the content of the variable - this will be literal content, an expanded expression or expression fragment, or the value of a globally calculated variable (one with a leading = in the definition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819546#M288926</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-17T11:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819547#M288927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a bit of set analysis that works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;StatusProspect = {[Sales]}, StartYearEnd = {$(#=Only(DT_year_num))},StartMonthEnd = {$(=DT_month_name_abbreviation)}&amp;gt;} EstimatedSalesConverted)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that this should help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819547#M288927</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819548#M288928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Variable overview shows a correct literal value for the variable (in both small and large versions).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819548#M288928</guid>
      <dc:creator />
      <dc:date>2015-03-17T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819549#M288929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I'm not sure how this applies to my example.&amp;nbsp; What does the $ after Sum({ do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819549#M288929</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819550#M288930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The $ will enable the system to use the list bar settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also see the Set Analysis part of the help files as it is very useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 17 Mar 2015 12:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819550#M288930</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T12:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819551#M288931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Tariff Name]&lt;/SPAN&gt;= {$(=T1)}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Rental per month]&lt;/SPAN&gt;)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;should work for you .....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819551#M288931</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T12:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819552#M288932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid not!&amp;nbsp; It works on the small version, but not with the larger one, as with the construction using Only().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819552#M288932</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819553#M288933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It must be the value of T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would create a small text box on each application with the content "=T1" and see if they are different.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that the variable exists in the larger one .... ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819553#M288933</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T12:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819554#M288934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both of those work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819554#M288934</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819555#M288935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you cut down an example and post to the site .... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably have some confidential data (which obviously should not be posted), but can you post without?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819555#M288935</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819556#M288936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick thought ..... Does the Tariff that is in T1 actually exist in both applications?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819556#M288936</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819557#M288937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am reading it from an input table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can post the small app - it has made-up data.&amp;nbsp; I'll see if I can figure out a way of posting a cut-down version of the larger one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819557#M288937</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819558#M288938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819558#M288938</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-17T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819559#M288939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just nitpicking: the initial expression uses T1, but your description about the larger application talks about &lt;EM&gt;Ta1&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;A typing error, or is it that something small has changed between reloads?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819559#M288939</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-17T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819560#M288940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the name to Ta1 in the big version in the vain hope that the&lt;/P&gt;&lt;P&gt;problem might be a conflict with some system variable, or something of that&lt;/P&gt;&lt;P&gt;kind.  I didn't mention it previously to reduce confusion!  I refer to T1&lt;/P&gt;&lt;P&gt;in the small version and Ta1 in the big version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819560#M288940</guid>
      <dc:creator />
      <dc:date>2015-03-17T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variables bug with Expression editor?</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819561#M288941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have said, the table that uses the expression with reference to the variable T1 is the one entitled "Table: by user".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for any confusion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-bug-with-Expression-editor/m-p/819561#M288941</guid>
      <dc:creator />
      <dc:date>2015-03-17T13:20:24Z</dc:date>
    </item>
  </channel>
</rss>

