<?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: Functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837088#M998646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Here is an example from my new book. In this example, we query the database for the list of tables and then process all tables one by one in a FOR loop. In this example, we use the peek() function to fetch the data from a table:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Tables:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;sqltables;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FOR vRow = 0 TO NoOfRows('Tables') - 1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF peek('TABLE_TYPE', vRow, 'Tables') = 'TABLE' THEN&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vTable = peek('TABLE_NAME', vRow, 'Tables');&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call GenerateQVD(vTable, vQVDPath);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; END IF&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;NEXT&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;cheers,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=PEK7EPEMA2O76E2W"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jun 2015 15:57:36 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2015-06-27T15:57:36Z</dc:date>
    <item>
      <title>Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837084#M998642</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;What are the functions we are using in script level? explain with example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837084#M998642</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-06-27T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837085#M998643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are hundreds of functions that we use... open Help and search for functions. You will find hundreds of examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 15:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837085#M998643</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-06-27T15:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837086#M998644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;We can use all functions like string,numeric,file,conditional,....etc functions except field functions like getcurrentselections,getpossiblecount,getexcludecount,getfieldselections....etc.......these functions we can use in ui level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example if u have chart in that you want to know currently selected one then use the function in ui getcurrentselections(expression) then it will give the currently selected field.These functions will not work in script level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 15:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837086#M998644</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2015-06-27T15:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837087#M998645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can&amp;nbsp; you give one example for me? in script level .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 15:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837087#M998645</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-06-27T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837088#M998646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Here is an example from my new book. In this example, we query the database for the list of tables and then process all tables one by one in a FOR loop. In this example, we use the peek() function to fetch the data from a table:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Tables:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;sqltables;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FOR vRow = 0 TO NoOfRows('Tables') - 1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF peek('TABLE_TYPE', vRow, 'Tables') = 'TABLE' THEN&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vTable = peek('TABLE_NAME', vRow, 'Tables');&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call GenerateQVD(vTable, vQVDPath);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; END IF&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;NEXT&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;cheers,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=PEK7EPEMA2O76E2W"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 15:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837088#M998646</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-06-27T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837089#M998647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/607624"&gt;Functions in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 16:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837089#M998647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-27T16:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837090#M998648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link ( Thread)......You can learn and easily understand QV functions.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/607624"&gt;Functions in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helpful!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 16:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837090#M998648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-27T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837091#M998649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open a new Qlikview document, click on help, then qlikviewhelp window opens on Index tab search "Script Functions".&amp;nbsp; you will find all the script functions over there, by clicking on each function you will find its definition, syntax with examples.&amp;nbsp; I hope this helps you. &lt;IMG alt="script functions.png" class="jive-image image-1" src="/legacyfs/online/91084_script functions.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 17:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837091#M998649</guid>
      <dc:creator />
      <dc:date>2015-06-27T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Functions/m-p/837092#M998650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;Sorted by groups with syntax's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of them are explained in depth here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8342"&gt;How To /Missing Manual(18 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 20:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functions/m-p/837092#M998650</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-06-27T20:49:19Z</dc:date>
    </item>
  </channel>
</rss>

