<?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: How to Code Qlik qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361929#M618914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saurav, (thanks for tagging me and letting me aware of your question)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information on getting started with QlikView can be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-1986"&gt;New to QlikView Videos&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-6932"&gt;New to Qlik Sense Videos&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to your questions - it is not necessarily the case to use data load script to create advanced and exciting interactive dashboards - data load script - is used to load data into the qlik data model and there are also a variety of chart functions that are used after the data load - and these are used as expressions either in the Measure or Dimension settings of the chart object. So it greatly depends on your needs. We also have a robust set of APIs where you can create almost anything - limited to your imagination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a great example of use Qlik APIs to create a chat bot: &lt;A href="https://community.qlik.com/qlik-blogpost/5209"&gt;Push the Boundaries of Analytics - Qlik Sense Bot (video)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR SQL - you really only need to load the base tables using simple selects - you DO NOT NEED aggregation functions, order or group functions, sub-selects - correlated sub-queries etc. At times you may want to use advanced SQL - for specific needs - perhaps to output data to a QVD (file based representation of the compressed Qlik in-memory data model used to quickly load data into a Qlik app - instead of from the source) - but for the most part it is not necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://twitter.com/mtarallo" title="https://twitter.com/mtarallo"&gt;Michael Tarallo (@mtarallo) | Twitter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 12:04:50 GMT</pubDate>
    <dc:creator>Michael_Tarallo</dc:creator>
    <dc:date>2017-05-19T12:04:50Z</dc:date>
    <item>
      <title>How to Code Qlik qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361927#M618912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌‌‌ &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am absolutely new in Qlik family. I know Qlik has its its own scripting language(similar to SQL, but its not SQL). Qlik's drag and drop method is good enough to create basic level dashboards. But, I want to create more configurable and robust apps in Qlik. To know full potential of Qlik, It is important to learn how can I script in Data Load Editor. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Question 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want to know good sources from where I can learn how to use script functions in Qlik. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like : video, Online-training, books, etc&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Question 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How can I use SQL. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Like : if I want to write SQL scripts in Data Load Editor(not Qlik script function). what are the steps I need to follow. I see it is not exactly similar to what we use for querying in SQL-DBs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-Saurav&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 12:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361927#M618912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Code Qlik qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361928#M618913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurav,&lt;/P&gt;&lt;P&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;Question 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can start from here &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Load ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&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;Question 2.&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;The opportunity of using the syntax of language SQL in Qlik scripts is limited by the capabilities of drivers SQL and is different for different drivers. In general, it is considered good practice to use language Qlik in scripts.&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;Regards,&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;Andrey&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361928#M618913</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Code Qlik qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361929#M618914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saurav, (thanks for tagging me and letting me aware of your question)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information on getting started with QlikView can be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-1986"&gt;New to QlikView Videos&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Sense here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/docs/DOC-6932"&gt;New to Qlik Sense Videos&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to your questions - it is not necessarily the case to use data load script to create advanced and exciting interactive dashboards - data load script - is used to load data into the qlik data model and there are also a variety of chart functions that are used after the data load - and these are used as expressions either in the Measure or Dimension settings of the chart object. So it greatly depends on your needs. We also have a robust set of APIs where you can create almost anything - limited to your imagination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a great example of use Qlik APIs to create a chat bot: &lt;A href="https://community.qlik.com/qlik-blogpost/5209"&gt;Push the Boundaries of Analytics - Qlik Sense Bot (video)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR SQL - you really only need to load the base tables using simple selects - you DO NOT NEED aggregation functions, order or group functions, sub-selects - correlated sub-queries etc. At times you may want to use advanced SQL - for specific needs - perhaps to output data to a QVD (file based representation of the compressed Qlik in-memory data model used to quickly load data into a Qlik app - instead of from the source) - but for the most part it is not necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://twitter.com/mtarallo" title="https://twitter.com/mtarallo"&gt;Michael Tarallo (@mtarallo) | Twitter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 12:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Code-Qlik-qvd/m-p/1361929#M618914</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2017-05-19T12:04:50Z</dc:date>
    </item>
  </channel>
</rss>

