<?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: Re: Pick and Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601106#M222389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want the table to show anything if nothing is selected in CustType, then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(CustType)&amp;gt;0,SUM({&amp;lt;Type=p(CustType)&amp;gt;}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 16:13:15 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-02-03T16:13:15Z</dc:date>
    <item>
      <title>Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601100#M222383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have enclosed sales data and want Type in Straight Table based on CustType Selection.&lt;/P&gt;&lt;P&gt;Please note that I can't link CustType with Type.. Please don't ask why !!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how can i achieve using PICK and MATCH function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601100#M222383</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601101#M222384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't need pick,match. You can use the p() function in set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Type=p(CustType)&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601101#M222384</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-03T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601102#M222385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but I want to show Type as a dimension based on CustType selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601102#M222385</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T15:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601103#M222386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this? I'm not using either Match() or Pick().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601103#M222386</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-03T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601104#M222387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my example, Type is a dimension and is being affected by selections in CustType. Just make selections in CustType and it will affect the table. Can you explain a little more about the behavior you're looking for if this isn't what you were looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601104#M222387</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-03T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601105#M222388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks OK for me... Can you explain the function you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601105#M222388</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T16:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601106#M222389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want the table to show anything if nothing is selected in CustType, then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(CustType)&amp;gt;0,SUM({&amp;lt;Type=p(CustType)&amp;gt;}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 16:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601106#M222389</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-03T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601107#M222390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections() gets the currently selected values from a specific field, as one string with each value separated by the string passed as second parameter. E.g. if you select Small, Very Small and Big in your CustType list,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= GetFieldSelections(CustType, ';')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return the string 'Big;Small;Very Small'. Index() tries to find each and every dimension value in this string, and will suppress all other rows if you use it in a Calculated Dimension because of the IF() returning NULL().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stuff with the leading and trailing semicolon is needed because selecting CustTyp = 'Very Small' would otherwise match 'Very Small' AND 'Small' which is not what you want. Therefor I'm forcing delimiters at the beginning and end of every value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that GetFieldSelections() will return another, compressed value whenever the number of selected values is higher than some limit (default = 6) You can avoid this by including a third parameter with an unreasonably high value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match/m-p/601107#M222390</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-03T18:41:51Z</dc:date>
    </item>
  </channel>
</rss>

