<?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 PL/SQL CODE TO MODIFIED TO QLIK VIEW SCRIPT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154550#M31136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to execute it in QlikView, by adding a prefix SQL before Select and finishing he sentence with a semi-colon. If this syntax is valid on your DB platform, it should be equally valid in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 17:36:41 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2011-03-10T17:36:41Z</dc:date>
    <item>
      <title>PL/SQL CODE TO MODIFIED TO QLIK VIEW SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154549#M31135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is the code that i need to excecute in qlik view script but i am not able do this can any one give solution to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select def.reg_id, def.name as report_name, var.name as region, status_id, count(*)&lt;BR /&gt;from definition def, instance ins , variation var&lt;BR /&gt;where def.name like '%F%O%' and is_active =1&lt;BR /&gt;and def.reg_id = var.reg_id&lt;BR /&gt;and def.reg_id = ins.reg_id&lt;BR /&gt;and ins.DATE = '9 MAR 2011'&lt;BR /&gt;and upper(var.name) ='IND'&lt;BR /&gt;and upper(template_name) not like '%NOTINDIA%'&lt;BR /&gt;and upper(template_name) not like '%NOTUSA%'&lt;BR /&gt;group by def.reg_id, def.name, var.name , status_id&lt;BR /&gt;order by def.reg_id, status_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And any one brief about the calling package in qlik view script please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uday V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 17:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154549#M31135</guid>
      <dc:creator />
      <dc:date>2011-03-10T17:29:44Z</dc:date>
    </item>
    <item>
      <title>PL/SQL CODE TO MODIFIED TO QLIK VIEW SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154550#M31136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to execute it in QlikView, by adding a prefix SQL before Select and finishing he sentence with a semi-colon. If this syntax is valid on your DB platform, it should be equally valid in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 17:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154550#M31136</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-10T17:36:41Z</dc:date>
    </item>
    <item>
      <title>PL/SQL CODE TO MODIFIED TO QLIK VIEW SCRIPT</title>
      <link>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154551#M31137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's bad advace, but best option for me, do it query in other program, MS SQL SERVER for example, i always create complex VIEW and then export it to Excel,then from in qlikview just import .xls-file.&lt;/P&gt;&lt;P&gt;if you use connection to database - just create View with your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe qlikview know what is "inner join"&lt;/P&gt;&lt;P&gt;if you load table t1 and t2 with field t1.id and t2.id - qlikview will create syn_table.&lt;/P&gt;&lt;P&gt;You can load 3 tables, field reg_id is same for all tables, then for each table write WHERE, then in graph or tables just make COUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... or just create view.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 17:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PL-SQL-CODE-TO-MODIFIED-TO-QLIK-VIEW-SCRIPT/m-p/154551#M31137</guid>
      <dc:creator />
      <dc:date>2011-03-10T17:51:45Z</dc:date>
    </item>
  </channel>
</rss>

