<?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: set analysis for * and specific text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582617#M216370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use above mentioned two expressions and group them....&lt;/P&gt;&lt;P&gt;Or Create a List Box Showing DZ and *...&lt;/P&gt;&lt;P&gt;and use Sum(Amt) as expression... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 09:22:43 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-01-29T09:22:43Z</dc:date>
    <item>
      <title>set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582616#M216369</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;&lt;/P&gt;&lt;P&gt;I have a pivot table with particulars having different text like Collection/ Sale etc.&lt;/P&gt;&lt;P&gt;for this I have to write set analysis as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; DocType = {'DZ'} &amp;gt;} Amt)&amp;nbsp; - for collections&lt;/P&gt;&lt;P&gt;sum({&amp;lt; DocType = {'*'} &amp;gt;} Amt)&amp;nbsp; - for sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I have created 1 excel maintining text and its corresponding doc type.&lt;/P&gt;&lt;P&gt;Particulars&amp;nbsp;&amp;nbsp; DT&amp;nbsp; -header&lt;/P&gt;&lt;P&gt;Collections&amp;nbsp;&amp;nbsp; DZ&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sale&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from DB I get column DocType with text as DZ/ KZ/ etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have written common expression as &lt;/P&gt;&lt;P&gt;sum({&amp;lt; DocType = p(DT) } &amp;gt;} Amt)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this above expression works fine for collection where specific doctype is required&lt;/P&gt;&lt;P&gt;and where all doctypes are required it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you help me in writing expression which will work for both DZ and *.&lt;A href="https://community.qlik.com/qlik-users/1"&gt;Administrator&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 09:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582616#M216369</guid>
      <dc:creator />
      <dc:date>2014-01-29T09:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582617#M216370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use above mentioned two expressions and group them....&lt;/P&gt;&lt;P&gt;Or Create a List Box Showing DZ and *...&lt;/P&gt;&lt;P&gt;and use Sum(Amt) as expression... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 09:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582617#M216370</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582618#M216371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach some sample document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan., &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 09:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582618#M216371</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-29T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582619#M216372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp; Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find an attachment. I have attached one sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582619#M216372</guid>
      <dc:creator />
      <dc:date>2014-01-29T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582620#M216373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to presentation tab and tick Suppress Zero Values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582620#M216373</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T10:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582621#M216374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you comeup with an example about what exactly you need.&amp;nbsp; Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(sum({&amp;lt; Year =, Month =, Day =,DocType = {*},&lt;/P&gt;&lt;P&gt;&amp;nbsp; PostingDate = {'&amp;gt;=$(=Date(min(CalenderDate))) &amp;lt;=$(=Date(max(CalenderDate)))'} &amp;gt;} Amt), $(varDecimals))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582621#M216374</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-29T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: set analysis for * and specific text</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582622#M216375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in the excel column DocType 'DZ' is available, then it should link with DocType 'DZ' from DB&lt;/P&gt;&lt;P&gt;if excel column '*' is available, then it should link Doctype field in DB with all available data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, Doctype from excel and Doctype from DB should link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can u make 1 change in the excel. change the header from Doctype to DT.&lt;/P&gt;&lt;P&gt;as I have written expression considering DT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to explain what exactly I need, if still not clear do as again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-and-specific-text/m-p/582622#M216375</guid>
      <dc:creator />
      <dc:date>2014-01-29T10:40:02Z</dc:date>
    </item>
  </channel>
</rss>

