<?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: can any one explain pick and match function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87943#M758574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Pick&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is a conditional statement that will perform certain action based on the result of the condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Syntax: Pick(condition, exp1, exp2, ....expN)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So if condition=1 exp1 will be performed.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if condition=2 exp2 will be performed and so on&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Match&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Match function will compare the string with the expression and returns the number(position) of the expression that matches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Syntax: Match(String, exp1,exp2, ... expN)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Eg: Match(Month, April, July, Dec, Jan, Jun, Feb, Nov, Mar, Oct, May, Sep, Aug)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result: if Month = March the result will be 8&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month = August the result will be 12 and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2018 17:36:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-03T17:36:58Z</dc:date>
    <item>
      <title>can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87942#M758573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain pick and match function with example and in which scenario we will use this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87942#M758573</guid>
      <dc:creator>honeyasha</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87943#M758574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Pick&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is a conditional statement that will perform certain action based on the result of the condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Syntax: Pick(condition, exp1, exp2, ....expN)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So if condition=1 exp1 will be performed.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if condition=2 exp2 will be performed and so on&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Match&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Match function will compare the string with the expression and returns the number(position) of the expression that matches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Syntax: Match(String, exp1,exp2, ... expN)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Eg: Match(Month, April, July, Dec, Jan, Jun, Feb, Nov, Mar, Oct, May, Sep, Aug)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result: if Month = March the result will be 8&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month = August the result will be 12 and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 17:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87943#M758574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-03T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87944#M758575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you already try help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/pick.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/pick.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/pick.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/match.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/match.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/match.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 22:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87944#M758575</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-03T22:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87945#M758576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Pick: This Function is used On Script level and in front end i.e on chart level .&lt;/P&gt;&lt;P&gt;This function returns the nth expression in the list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;Syntax :pick(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;n, expr1[ , expr2,...exprN]&lt;/SPAN&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Example: pick(N,'A','B,9,'D',5) If we specify the Value of N as 2 Then it will return 'B'&lt;/P&gt;&lt;P&gt;if we specify the value of N=3 then it will return 9 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match: As the name suggest Match is also an script level as well as front end i.e chart level function&lt;/P&gt;&lt;P&gt;This function is case sensitive and compares the value of first parameter with all the parameters and returns the number of expression that matches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;match(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt; str, expr1 [ , expr2,...exprN ]&lt;/SPAN&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: match(N,'ASIA','EUROPE','MEA','UNITED STATES') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If N= 'ASIA' it will return 1 and&lt;/P&gt;&lt;P&gt;If N='Australia' will return 0 as the string doesnt match .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87945#M758576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87946#M758577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 data-mc-conditions="Primary.NotToTranslate" style="margin: 0 0 10px; font-weight: 400; font-size: 2.856em; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;/H1&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 data-mc-conditions="Primary.NotToTranslate" style="margin: 0 0 10px; font-weight: 400; font-size: 2.856em; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;pick - script and chart function&lt;/H1&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;The pick function returns the &lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;n&lt;/SPAN&gt;:th expression in the list.&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;pick(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-size: 12px;"&gt;n, expr1[ , expr2,...exprN]&lt;/SPAN&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top: 2px solid #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 5px 7px; text-align: left;"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px; text-align: left;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" data-mc-conditions="" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;n&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;SPAN class="user_input" data-mc-conditions="Primary.NotToTranslate" style="font-style: italic;"&gt;n&lt;/SPAN&gt; is an integer between 1 and N.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top: 2px solid #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 5px 7px; text-align: left;"&gt;Example&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px; text-align: left;"&gt;Result&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;pick( N, 'A','B',4, 6 )&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;returns 'B' if N = 2&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;returns 4 if N = 3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;H1 data-mc-conditions="Primary.NotToTranslate" style="margin: 0 0 10px; font-weight: 400; font-size: 2.856em; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;match - script and chart function&lt;/H1&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;The &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;match&lt;/SPAN&gt; function compares the first parameter with all the following ones and returns the number of the expression that matches. The comparison is case sensitive.&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;match(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-size: 12px;"&gt; str, expr1 [ , expr2,...exprN ]&lt;/SPAN&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top: 2px solid #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 5px 7px; text-align: left;"&gt;Example&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px; text-align: left;"&gt;Result&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;match( M, 'Jan','Feb','Mar')&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;returns 2 if M = Feb.&lt;/P&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;returns 0 if M = Apr or jan.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87946#M758577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: can any one explain pick and match function</title>
      <link>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87947#M758578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here you have an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-any-one-explain-pick-and-match-function/m-p/87947#M758578</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2018-09-04T05:46:16Z</dc:date>
    </item>
  </channel>
</rss>

