<?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 Problem In Hard Code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361529#M1178265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Celambarasan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Thanks for the reply,Plz tell me the expression if&amp;nbsp; i have to print &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=1 then aaa ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=2 then bbb and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=3 then ccc&amp;nbsp; for the same below&amp;nbsp; line..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt; {{&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Load *,if(New_LeadCategory=1,'aaa','NewLeadCategory') as New_LeadCategory_1;}}}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;Him&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H5 style="background-color: #fafafa; font-size: 1.3333em; padding-top: 3px; padding-bottom: 3px; color: #252525; overflow-x: hidden; overflow-y: hidden; font-family: Arial;"&gt;&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 08:45:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-21T08:45:51Z</dc:date>
    <item>
      <title>Problem In Hard Code</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361527#M1178263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing some problem on doing Hard Coding in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to Hard Code in the scrip if I am importing the Excel data in Qlik View ,&lt;STRONG&gt;but &lt;/STRONG&gt;when I Hard Code in the Script which is connected to the database I got error, Please tell me the right way to hard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Him&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 07:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361527#M1178263</guid>
      <dc:creator />
      <dc:date>2012-03-21T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Problem In Hard Code</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361528#M1178264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If loop cann't be used in SQL SELECT Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *,if(New_LeadCategory=1,'aaa','NewLeadCategory') as New_LeadCategory_1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:Remove the if loop in the SQL Select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 07:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361528#M1178264</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-21T07:46:31Z</dc:date>
    </item>
    <item>
      <title>Problem In Hard Code</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361529#M1178265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Celambarasan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Thanks for the reply,Plz tell me the expression if&amp;nbsp; i have to print &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=1 then aaa ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=2 then bbb and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;New_LeadCategory=3 then ccc&amp;nbsp; for the same below&amp;nbsp; line..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt; {{&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Load *,if(New_LeadCategory=1,'aaa','NewLeadCategory') as New_LeadCategory_1;}}}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;Him&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H5 style="background-color: #fafafa; font-size: 1.3333em; padding-top: 3px; padding-bottom: 3px; color: #252525; overflow-x: hidden; overflow-y: hidden; font-family: Arial;"&gt;&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 08:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361529#M1178265</guid>
      <dc:creator />
      <dc:date>2012-03-21T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Problem In Hard Code</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361530#M1178266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Change the if loop to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;if(New_LeadCategory=1,'aaa',if(&lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;New_LeadCategory=2,'bbb',if(&lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;New_LeadCategory=3,'ccc'&lt;/STRONG&gt;)&lt;/STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;Celambarasan&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 08:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361530#M1178266</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-21T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Problem In Hard Code</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361531#M1178267</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>Wed, 21 Mar 2012 09:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-In-Hard-Code/m-p/361531#M1178267</guid>
      <dc:creator />
      <dc:date>2012-03-21T09:58:44Z</dc:date>
    </item>
  </channel>
</rss>

