<?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 displayed only for spec. values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216766#M621460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After trying few things I should change my requirements-to be more precise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to I display calculated column ( expression) for recent week only? I wont use filters for this, I need to capture this within counting/expression.&lt;/P&gt;&lt;P&gt;There are few other columns I wish to see counted for all data displayed. But how to I make display exception to show specific column counted only if "recent week"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help again&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 15:34:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-20T15:34:31Z</dc:date>
    <item>
      <title>Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216761#M621455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me to set correct expression please? I have cross table in Qview. What I want to achieve is to have this specific column/expression to be counted/appear only for Most recent week.&lt;/P&gt;&lt;P&gt;Most recent week in script is done, each value with "most recent week" is marked as [LatestDate] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the formula now w/o this exception content - means I wish to add here the conditional counting/display of results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count({$&amp;lt;[OE_Ageing Groupping]={'Aged 21+ WDs'}&amp;gt;}[SO_Item])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= count({$&amp;lt;[OE_Ageing Groupping]={'Aged 21+ WDs'}&amp;nbsp;&amp;nbsp; where EXTRACT_TS = [LatestDate]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;}[SO_Item])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153519_Capture.PNG" style="height: 136px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Martina&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 13:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216761#M621455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-17T13:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216762#M621456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using if statement&lt;/P&gt;&lt;P&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;"&gt;&lt;STRONG&gt;=Count({$&amp;lt;[OE_Ageing Groupping]={'Aged 21+ WDs'}&amp;gt;} If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;EXTRACT_TS = [LatestDate]&lt;/SPAN&gt;, [SO_Item]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216762#M621456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-17T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216763#M621457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunny, i tried but result is "0" for all weeks including LatestDate week data. Any tips why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 14:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216763#M621457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-17T14:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216764#M621458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, would you be able to share your application?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 14:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216764#M621458</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-17T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216765#M621459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, find here. Output from Script though for "latest Date" for some reason is 3rd Jan even though Max date is actually 17th Feb. Not sure where the bug is sitting, thanks for help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216765#M621459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216766#M621460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After trying few things I should change my requirements-to be more precise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to I display calculated column ( expression) for recent week only? I wont use filters for this, I need to capture this within counting/expression.&lt;/P&gt;&lt;P&gt;There are few other columns I wish to see counted for all data displayed. But how to I make display exception to show specific column counted only if "recent week"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help again&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 15:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216766#M621460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216767#M621461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many charts, which one are trying to work on? what is the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 16:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216767#M621461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-20T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis displayed only for spec. values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216768#M621462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have cleaned the content, find here. Im trying to achieve Count of SO_Item where OE_Ageing Groupping ='Aged 21+ WDs' AND display only for most current weekly data. Note this dashboard is weekly basis hence each week I add one set of data.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-displayed-only-for-spec-values/m-p/1216768#M621462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T08:08:04Z</dc:date>
    </item>
  </channel>
</rss>

