<?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 dynamic sql loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292354#M1202285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try that&lt;/P&gt;&lt;P&gt;if (col3 = null) then&lt;/P&gt;&lt;P&gt;drop column col3;&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that doesn't work currently, i do a qvw example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Dec 2010 10:51:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-03T10:51:26Z</dc:date>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292349#M1202280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i search to do a dynamic loading a table&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;mytable:&lt;/P&gt;&lt;P&gt;col1, col2,col3&lt;/P&gt;&lt;P&gt;if data in col3 is empty&lt;/P&gt;&lt;P&gt;i want see in qlikview just data in col1 and col2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 19:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292349#M1202280</guid>
      <dc:creator />
      <dc:date>2010-12-02T19:24:58Z</dc:date>
    </item>
    <item>
      <title>SV:dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292350#M1202281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to be more precise but,&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;WHERE col3 ='' OR col3 is NULL&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 08:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292350#M1202281</guid>
      <dc:creator />
      <dc:date>2010-12-03T08:38:51Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292351#M1202282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Don't understend what is your problem, if u dont want show col3, just dont show it in qlikview. You cal load all table, an the just show what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 09:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292351#M1202282</guid>
      <dc:creator />
      <dc:date>2010-12-03T09:31:25Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292352#M1202283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;col3 can have data or not ,i dont know before the loading. Anyway i use col3 in my QV application like criteria. And if i load col3, with null data, my criteria will be null:/. So if i dont load col3 my criteria willn't appear in my QV application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 09:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292352#M1202283</guid>
      <dc:creator />
      <dc:date>2010-12-03T09:48:03Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292353#M1202284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (condition) then&lt;/P&gt;&lt;P&gt;drop column col3&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 10:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292353#M1202284</guid>
      <dc:creator />
      <dc:date>2010-12-03T10:18:13Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292354#M1202285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try that&lt;/P&gt;&lt;P&gt;if (col3 = null) then&lt;/P&gt;&lt;P&gt;drop column col3;&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that doesn't work currently, i do a qvw example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292354#M1202285</guid>
      <dc:creator />
      <dc:date>2010-12-03T10:51:26Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292355#M1202286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if FieldValueCount('col3') = 1 then&lt;/P&gt;&lt;P&gt;drop field col3;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 12:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292355#M1202286</guid>
      <dc:creator />
      <dc:date>2010-12-03T12:20:33Z</dc:date>
    </item>
    <item>
      <title>dynamic sql loading</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292356#M1202287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx it resolves my problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 14:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-sql-loading/m-p/292356#M1202287</guid>
      <dc:creator />
      <dc:date>2010-12-03T14:24:26Z</dc:date>
    </item>
  </channel>
</rss>

