<?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: using function Qualify and Unqualify Statment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209096#M626516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PEEK([&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;Sales]) As PeekfuncWrk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PREVIOUS(Sales) As PeekfuncWrk&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;- Marcus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 07:51:24 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-10-10T07:51:24Z</dc:date>
    <item>
      <title>using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209095#M626515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give answer to use PEEK or any function within Qualify and Unqualify statement. below is eg script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;funcPEEKtbl:&lt;/P&gt;&lt;P&gt;LOAD Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PEEK(Sales) As PeekfuncWrk&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result is NULL as done with below experiments&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="font-size: 13.3333px;"&gt;PEEK(Sales) As PeekfuncWrk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2. &lt;SPAN style="font-size: 13.3333px;"&gt;PEEK('Sales') As PeekfuncWrk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3. PEEK(&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;Sales) As PeekfuncWrk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4. &lt;SPAN style="font-size: 13.3333px;"&gt;PEEK('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sales') As PeekfuncWrk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;5. &lt;SPAN style="font-size: 13.3333px;"&gt;PEEK(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sales,-1,&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl&lt;/SPAN&gt;) As PeekfuncWrk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;6. &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PEEK('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sales',-1,'&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl'&lt;/SPAN&gt;) As PeekfuncWrk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but PEEK function works correctly without Qualify statment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 02:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209095#M626515</guid>
      <dc:creator />
      <dc:date>2016-10-10T02:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209096#M626516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PEEK([&lt;SPAN style="font-size: 13.3333px;"&gt;funcPEEKtbl.&lt;/SPAN&gt;Sales]) As PeekfuncWrk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PREVIOUS(Sales) As PeekfuncWrk&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;- Marcus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 07:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209096#M626516</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-10T07:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209097#M626518</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;tried but not working. below is the original script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;funcPEEK2015Budgettbl:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2015 Budget]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Practicing Data Files\Data for func Peek and Previous1.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is [2015Budget]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;funcPEEK2016Budgettbl:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Year,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2016 Budget],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Peek([funcPEEK2016Budgettbl.2016 Budget]) As funcBudgetPEEK&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM&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;[Practicing Data Files\Data for func Peek and Previous.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is [2016Budget]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;executed script successfully but field &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;funcBudgetPEEK returns ' - ' value&lt;/SPAN&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Peek([funcPEEK2015Budgettbl.2015 Budget]) As funcBudgetPEEK&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 10:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209097#M626518</guid>
      <dc:creator />
      <dc:date>2016-10-10T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209098#M626519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;funcPEEK2015Budgettbl:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2015 Budget]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Practicing Data Files\Data for func Peek and Previous1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [2015Budget]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;funcPEEK2016Budgettbl:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2016 Budget],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Peek(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;'&lt;/SPAN&gt;funcPEEK2016Budgettbl.2016 Budget&lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;'&lt;/STRONG&gt;) As funcBudgetPEEK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Practicing Data Files\Data for func Peek and Previous.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [2016Budget]);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 11:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209098#M626519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209099#M626521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With an inline-table it worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t: load [a w], peek([t.a w]) as b, previous([a w]) as c inline [&lt;/P&gt;&lt;P&gt;a w&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;30];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading from an excel might require a slight different syntax whereby I suggest to rethink the whole qualify-approach then there is rarely an added-value with them rather the opposite with various problems, see also: &lt;A href="https://community.qlik.com/message/1124056"&gt;Re: qvd's&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209099#M626521</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-10T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209100#M626522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry to say but i need answer for external data instead of Inline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209100#M626522</guid>
      <dc:creator />
      <dc:date>2016-10-10T15:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209101#M626523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my first post (number 4) i already tried with single quote but no use &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209101#M626523</guid>
      <dc:creator />
      <dc:date>2016-10-10T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209102#M626524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what Marcus meant was that you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous([2016 Budget]) As funcBudgetPEEK&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209102#M626524</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209103#M626525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide an excel data-example and take also into account that developing datamodels in qlik is much easier without qualifying which is even by mid-sized data-architectures not enough to control and overview the data-sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209103#M626525</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-10T16:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209104#M626526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am in practice of qlikview. so i was practicing on different charts and functions in one .qvw file instead of separate .qvw.&amp;nbsp; function is working Good without Qualify statement. thanks Marcus for ur words '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;developing datamodels in qlik is much easier without qualifying'. i removed Qualify statement and practiced in different .qvw file, its working fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 03:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209104#M626526</guid>
      <dc:creator />
      <dc:date>2016-10-11T03:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209105#M626527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally asking below question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. whenever i refresh my webpage, Views which is under my first Question (&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1139039#1139039" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;using function Qualify and Unqualify Statment)&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;at bottom will keep increasing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is it possible to stop that simply increment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #fdfdef;"&gt;Currently being moderated.&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: 13px; background-color: #fdfdef;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; why this message will come everytime when i Add Reply.&amp;nbsp; is that msg necessary everytime.&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: 13px; background-color: #fdfdef;"&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: 13px; background-color: #fdfdef;"&gt;3. showing CORRECT ANSWER image. i think we should hv option of that button to mark when user gets correct result instead of showing for every reply&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 04:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209105#M626527</guid>
      <dc:creator />
      <dc:date>2016-10-11T04:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209106#M626528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried but getting Heading value for each row &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 04:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209106#M626528</guid>
      <dc:creator />
      <dc:date>2016-10-11T04:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209107#M626529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. it's just a simple counter (I'm not sure if more intelligence would be add more value)&lt;/P&gt;&lt;P&gt;2. it's a security measure against spam - I don't know the exact policy but with more (no harmful) questions/answers the rules will get less restricted&lt;/P&gt;&lt;P&gt;3. I think it's important to highlight directly helpful/correct answers to help other users with a similar topic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209107#M626529</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-11T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: using function Qualify and Unqualify Statment</title>
      <link>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209108#M626530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just by refreshing counter will increase &lt;SPAN style="font-size: 13.3333px;"&gt;hahahahahahah&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second point to be noted but need to wait till moderation completes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; very sad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Marcus, for your answer to my general doubt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-function-Qualify-and-Unqualify-Statment/m-p/1209108#M626530</guid>
      <dc:creator />
      <dc:date>2016-10-11T11:46:20Z</dc:date>
    </item>
  </channel>
</rss>

