<?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: Concatenation for Measures in Direct query for Postgresql in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191833#M876237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add single quotes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;DIRECT QUERY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;DIMENSION&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; 1 As Flag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;MEASURE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; col1,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; NATIVE(&lt;SPAN style="color: #ff0000;"&gt; &lt;SPAN style="font-size: 14pt;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;col2 || col3&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;'&lt;/SPAN&gt; ) as test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;From demo;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 11:17:27 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-25T11:17:27Z</dc:date>
    <item>
      <title>Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191824#M876228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per heading of the discussion, I want to concatenate string values in two different columns of Measures in Direct Query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I achieve the same.&lt;/P&gt;&lt;P&gt;I am using Postgresql.&lt;/P&gt;&lt;P&gt;I am using -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT QUERY&lt;/P&gt;&lt;P&gt;DIMENSION&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 As Flag&lt;/P&gt;&lt;P&gt;MEASURE&lt;/P&gt;&lt;P&gt;&amp;nbsp; col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; col3&lt;/P&gt;&lt;P&gt;From demo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want something like -&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DIRECT QUERY&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DIMENSION&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; 1 As Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MEASURE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; col1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; col2 || col3 as test&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From demo;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please assist.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191824#M876228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191825#M876229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Can you preceeding load a direct query?&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: 13.3333px;"&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: 13.3333px;"&gt;Load *,col2 &amp;amp; col3 as test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DIRECT QUERY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DIMENSION&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 1 As Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MEASURE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; col1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; col2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; col3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From demo;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&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: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191825#M876229</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-25T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191826#M876230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this, it says, col2 not found, throws an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191826#M876230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T09:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191827#M876231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sack off the direct query and just use normal SQL?&lt;/P&gt;&lt;P&gt;I never really understood the benefit of direct query myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191827#M876231</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-25T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191828#M876232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone please assist&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 10:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191828#M876232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191829#M876233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I was being serious, I don't think you can expect to achieve this using DIRECT Query as it doesn't give you this kind of flexibility &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191829#M876233</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-25T11:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191830#M876234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to use Direct Discovery approach only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191830#M876234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191831#M876235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DIRECT QUERY&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DIMENSION&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; 1 As Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;MEASURE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; col1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; NATIVE(col2 || col3) as test&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From demo;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191831#M876235</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191832#M876236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are some example of how NATIVE is used. It basically allows you to do SQL manipulations to the Direct Discovery&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/what-is-qlikview-direct-discovery/" title="http://www.learnallbi.com/what-is-qlikview-direct-discovery/"&gt;What is QlikView Direct Discovery – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191832#M876236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191833#M876237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to add single quotes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;DIRECT QUERY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;DIMENSION&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; 1 As Flag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;MEASURE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; col1,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; NATIVE(&lt;SPAN style="color: #ff0000;"&gt; &lt;SPAN style="font-size: 14pt;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;col2 || col3&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;'&lt;/SPAN&gt; ) as test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;From demo;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191833#M876237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191834#M876238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It throws an error while Reloading saying -&lt;/P&gt;&lt;P&gt;No Direct statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191834#M876238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191835#M876239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Made a mistake earlier, try it with single quotes within the Native function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141852_Capture.PNG" style="height: 380px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191835#M876239</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191836#M876240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example is for Dimension, I want to use the same for Measures.&lt;/P&gt;&lt;P&gt;I am using Postgresql, and when we use the same syntax, it throws an error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191836#M876240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191837#M876241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see no documentation where it says that you cannot use NATIVE in Measures. But there is no way for me to test this because I don't have access to Direct Discovery application. But just so we are sure, did you add single quotes around your function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NATIVE(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;col2 || col3&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;'&lt;/SPAN&gt; ) as test&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191837#M876241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191838#M876242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny,&lt;/P&gt;&lt;P&gt;The reload was successful, but in the Table when I fetch the test column, it says -&lt;/P&gt;&lt;P&gt;"direct query failed"&lt;/P&gt;&lt;P&gt;Any inuts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191838#M876242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation for Measures in Direct query for Postgresql</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191839#M876243</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;Thanks sunny,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The reload was successful, but in the Table when I fetch the test column, it says -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"direct query failed"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any inuts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-for-Measures-in-Direct-query-for-Postgresql/m-p/1191839#M876243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:33:41Z</dc:date>
    </item>
  </channel>
</rss>

