<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/897246#M990282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;were you finally able to load the data? If so, please mark the answer as correct to close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, do not hesitate to ask for further help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 12:28:41 GMT</pubDate>
    <dc:creator>alex_millan</dc:creator>
    <dc:date>2015-07-17T12:28:41Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/897244#M990280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write this expression in our QV, I got the req from users and I need to covert it to QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 180px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="255" style="border: 0px black; border-image: none;" width="180"&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;select A.CHECK_ERROR_NUMBER, A.CONTRACT_REFERENCE, B.NUMMSG, B.PRODUCTS, C.MESSAGE&amp;nbsp; from RETAIL_EXPOSURE#CR A, TABLE_CONSTRAINTS B, ERROR_MESSAGES C&lt;BR /&gt; where A.CHECK_ERROR_NUMBER = B.CONSTRAINT_ID and A.CHECK_ERROR_NUMBER = '9846' AND CONTRACT_REFERENCE = 'MMJYQJYJYT'&lt;BR /&gt; AND B.NUMMSG = C.NUMMSG&lt;BR /&gt; AND B.TABLE_NAME = C.TABLE_NAME&lt;BR /&gt; AND B.NUMMSG = '20034'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 11:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/897244#M990280</guid>
      <dc:creator />
      <dc:date>2015-07-17T11:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/897245#M990281</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;If the sql transaction works properly, there's no need to adjust almost anything. Obviously, previous to the following sentence, you should construct the connection string to the SQL Server and database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL select&lt;/P&gt;&lt;P&gt;&amp;nbsp; A.CHECK_ERROR_NUMBER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; A.CONTRACT_REFERENCE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; B.NUMMSG, B.PRODUCTS,&lt;/P&gt;&lt;P&gt;&amp;nbsp; C.MESSAGE&lt;/P&gt;&lt;P&gt;From RETAIL_EXPOSURE#CR A, TABLE_CONSTRAINTS B, ERROR_MESSAGES C&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; A.CHECK_ERROR_NUMBER = B.CONSTRAINT_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp; And A.CHECK_ERROR_NUMBER = '9846'&lt;/P&gt;&lt;P&gt;&amp;nbsp; And CONTRACT_REFERENCE = 'MMJYQJYJYT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; And B.NUMMSG = C.NUMMSG&lt;/P&gt;&lt;P&gt;&amp;nbsp; And B.TABLE_NAME = C.TABLE_NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp; And B.NUMMSG = '20034';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/897245#M990281</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2015-07-17T12:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/897246#M990282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;were you finally able to load the data? If so, please mark the answer as correct to close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, do not hesitate to ask for further help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/897246#M990282</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2015-07-17T12:28:41Z</dc:date>
    </item>
  </channel>
</rss>

