<?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 Field not found - &amp;lt;=&amp;gt; in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982884#M14263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone ,&amp;nbsp; i need some help over here i don't know why i am getting this error&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107036_2.PNG" style="height: 608px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 13:55:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-25T13:55:35Z</dc:date>
    <item>
      <title>Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982884#M14263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone ,&amp;nbsp; i need some help over here i don't know why i am getting this error&lt;IMG alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107036_2.PNG" style="height: 608px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982884#M14263</guid>
      <dc:creator />
      <dc:date>2015-11-25T13:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982885#M14264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share the original code snippet?&lt;/P&gt;&lt;P&gt;On the picture I can see an . after LOAD and the where clause is truncated. Hard to say anything based on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982885#M14264</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-25T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982886#M14265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are most passing a variable to filter something on the script, try tracing the variable out and see if anything is displayed, another option is to add single quotes to it something like '$(vVariable)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982886#M14265</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-11-25T16:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982887#M14266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;A href="https://community.qlik.com/people/undergrinder"&gt;undergrinder&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H6&gt;&lt;P&gt;Left JOIN (INV_SALES_TEMP)&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; /* CUR_CURRENCY AS INV_CURRENCY ,*/&lt;/P&gt;&lt;P&gt;CUR_EXCHANGE AS CUR_EXCHANGE3&lt;/P&gt;&lt;P&gt;Resident CURRENCIES Where CUR_CURRENCY = $(vForeignCurrency);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 18:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982887#M14266</guid>
      <dc:creator />
      <dc:date>2015-11-25T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982888#M14267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left JOIN (INV_SALES_TEMP)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&amp;nbsp; /* CUR_CURRENCY AS INV_CURRENCY ,*/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CUR_EXCHANGE AS CUR_EXCHANGE3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident CURRENCIES Where CUR_CURRENCY = &lt;STRONG&gt;'$(vForeignCurrency)';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 18:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982888#M14267</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2015-11-25T18:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982889#M14268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Arthur that you need single quotes. But an additional problem is that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vForeignCurrency has not value. Where in the script is that variable getting set?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 18:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982889#M14268</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-25T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982890#M14269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should put your variable into ' ' characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution would work, if your variable's type was number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Where Amount = $(vFoo);&amp;nbsp; Valid, if Amount and vFoo is also number&lt;/LI&gt;&lt;LI&gt;Where City = '$(vFoo)';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valid, if City and vFoo is string&lt;/LI&gt;&lt;LI&gt;Where City = $(vFoo);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valid, if let vFoo = 'Column name'; in this case vFoo holds a column name.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 08:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982890#M14269</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-26T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982891#M14270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="192319" data-objecttype="3" href="https://community.qlik.com/people/undergrinder" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;undergrinder&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;do i have to set it up before ? or do the mechanism will recognize the &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;$(vForeignCurrency)'?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982891#M14270</guid>
      <dc:creator />
      <dc:date>2015-11-26T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - &lt;=&gt;</title>
      <link>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982892#M14271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean exactly?&lt;/P&gt;&lt;P&gt;If you're thinking about giving value to a variable, I say yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vForeignCurrency = 'dollar';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the&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;&lt;EM&gt;Resident CURRENCIES Where CUR_CURRENCY = '$(vForeignCurrency)';&lt;/EM&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;EM&gt;should work.&lt;/EM&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;EM&gt;&lt;BR /&gt;&lt;/EM&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;EM&gt;G.&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-not-found-lt-gt/m-p/982892#M14271</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-26T11:23:10Z</dc:date>
    </item>
  </channel>
</rss>

