<?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 get selected values using match function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747017#M266576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using DocID as dimension and as expression =sum({&amp;lt;DocID={110,111,112}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 09:20:43 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-03-05T09:20:43Z</dc:date>
    <item>
      <title>how to get selected values using match function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747016#M266575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have struck one place please give me any suggesion to come out from this.&lt;/P&gt;&lt;P&gt;my requierment is , i have one field that is DocId there are many DocId is there but i want only some DocID only for that i ahave used Match Fuction in Dimension to get requied DocId values, but along with requiered DocId values remaing values also coming as Null value , actuvaly i want remove the Null Values.&lt;/P&gt;&lt;P&gt;I can do the suppress null value check box but if i do that the sum of the sales is displaying as total value.&lt;/P&gt;&lt;P&gt;please give me any suggesion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached doc.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747016#M266575</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-03-05T09:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to get selected values using match function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747017#M266576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using DocID as dimension and as expression =sum({&amp;lt;DocID={110,111,112}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747017#M266576</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-05T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to get selected values using match function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747018#M266577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for replying ,but is there any way to get selected values in dimension it selt only , becase for one dimension it is ok but i have more than 5 dimension's.&lt;/P&gt;&lt;P&gt;Please give me any suggession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advacne.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747018#M266577</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-03-05T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to get selected values using match function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747019#M266578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It hardly matters if you hardcode values in calculated dimensions or in expressions. If you want less work you make the selections first, then create a bookmark for those fixed selections. Then you can use the bookmark in the expression: sum( {&lt;EM&gt;BookMarkNameHere&lt;/EM&gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747019#M266578</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-05T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to get selected values using match function</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747020#M266579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert Wassenaar,&lt;/P&gt;&lt;P&gt;&amp;nbsp; thank you very much for replying could you please share how to get this using caliculated Dim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in&amp;nbsp; advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 10:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-selected-values-using-match-function/m-p/747020#M266579</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-03-05T10:01:02Z</dc:date>
    </item>
  </channel>
</rss>

