<?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: Error in Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802631#M1042997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.. Sorry to say u that ur provided solution is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 05:21:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-11T05:21:52Z</dc:date>
    <item>
      <title>Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802625#M1042991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a multibox and and one input box.. user will select value from the multibox&lt;/P&gt;&lt;P&gt;and data will be automatically filled up into the input box..Based on input box value my script will be execute..But problem is that my script get wrong value from input box.. For your better understanding i have attched my script, error picture...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73072_Error.JPG" style="width: 620px; height: 162px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * From ifsapp.CUSTOMER_ORDER_JOIN_UIV co, ifsapp.SALES_PART sp, ifsapp.CUST_MAIN_CATEGORY ct&lt;/P&gt;&lt;P&gt;where CO.CONTRACT= SP.CONTRACT&lt;/P&gt;&lt;P&gt;and SP.PART_NO= CO.PART_NO&lt;/P&gt;&lt;P&gt;and CO.CONTRACT='D010'&lt;/P&gt;&lt;P&gt;and CT.MAIN_CATEGORY_CODE= SP.MAIN_CATEGORY_CODE&lt;/P&gt;&lt;P&gt;//and CT.MAIN_CATEGORY_DESC like nvl('$(vcat)','%');&lt;/P&gt;&lt;P&gt;and CT.MAIN_CATEGORY_DESC ='$(vcat)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/73085_Qlik.JPG" style="width: 620px; height: 46px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 05:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802625#M1042991</guid>
      <dc:creator />
      <dc:date>2014-12-10T05:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802626#M1042992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably while defining your variable &lt;STRONG&gt;vcat &lt;/STRONG&gt; in the fron-end, you included ''(single quotes) around it. Try removing them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 05:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802626#M1042992</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-10T05:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802627#M1042993</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;I am fairly certain that the GetFieldSelections function does not work in the script as the fields are not defined until the script run is complete.You will need to assign the GetFieldSelections() values directly to variable vcat before calling the script.&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>Wed, 10 Dec 2014 06:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802627#M1042993</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-12-10T06:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802628#M1042994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply. can u give me one example file so that it will be so much helpfull me as a new beginner... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802628#M1042994</guid>
      <dc:creator />
      <dc:date>2014-12-10T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802629#M1042995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802629#M1042995</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-10T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802630#M1042996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&amp;nbsp; *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where&amp;nbsp; CT.MAIN_CATEGORY_DESC ='$(vcat)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select * From ifsapp.CUSTOMER_ORDER_JOIN_UIV co, ifsapp.SALES_PART sp, ifsapp.CUST_MAIN_CATEGORY ct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where CO.CONTRACT= SP.CONTRACT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and SP.PART_NO= CO.PART_NO&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and CO.CONTRACT='D010'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and CT.MAIN_CATEGORY_CODE= SP.MAIN_CATEGORY_CODE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//and CT.MAIN_CATEGORY_DESC like nvl('$(vcat)','%');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802630#M1042996</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-10T06:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Value</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802631#M1042997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.. Sorry to say u that ur provided solution is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;masba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 05:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Value/m-p/802631#M1042997</guid>
      <dc:creator />
      <dc:date>2014-12-11T05:21:52Z</dc:date>
    </item>
  </channel>
</rss>

