<?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 Analyisis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283258#M402127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with below scenario, I am working on Inventory dashboard&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need to &lt;/SPAN&gt;calculate Inventory&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;shortage which is&amp;nbsp; (DMND-ONHAND/DMND*100) in percentage as of today give me shortages starting 10 12 14 weeks so on up to 15 weeks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know best way to show it and how to calculate weeks as of day starting from 10th week ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have WKDT date in my data model &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 02:08:56 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2017-03-14T02:08:56Z</dc:date>
    <item>
      <title>Analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283258#M402127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with below scenario, I am working on Inventory dashboard&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need to &lt;/SPAN&gt;calculate Inventory&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;shortage which is&amp;nbsp; (DMND-ONHAND/DMND*100) in percentage as of today give me shortages starting 10 12 14 weeks so on up to 15 weeks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know best way to show it and how to calculate weeks as of day starting from 10th week ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have WKDT date in my data model &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 02:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283258#M402127</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-03-14T02:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283259#M402128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In theoretically we can do with WKDT = {Week(WKDT) &amp;gt;= 10}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=sum( {$ &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT &lt;/SPAN&gt;={"=Week(&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT) &amp;gt;= 10"&lt;/SPAN&gt;}&amp;gt;} DMND-ONHAND/DMND*100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=(sum( {$ &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT &lt;/SPAN&gt;={"=Week(&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT) &amp;gt;= 10"&lt;/SPAN&gt;}&amp;gt;} DMND)-&lt;STRONG style="font-size: 13.3333px;"&gt;sum( {$ &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT &lt;/SPAN&gt;={"=Week(&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT) &amp;gt;= 10"&lt;/SPAN&gt;}&amp;gt;} &lt;/STRONG&gt;ONHAND)/&lt;STRONG style="font-size: 13.3333px;"&gt;sum( {$ &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT &lt;/SPAN&gt;={"=Week(&lt;SPAN style="font-size: 13.3333px;"&gt;WKDT) &amp;gt;= 10"&lt;/SPAN&gt;}&amp;gt;} &lt;/STRONG&gt;DMND)*100)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Or&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Do this in script with &lt;STRONG&gt;Week(WKDT) as Week&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;=sum( {$ &amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Week = {"&amp;gt;=10"} &amp;gt;&lt;/SPAN&gt;} DMND-ONHAND/DMND*100)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 03:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283259#M402128</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-14T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283260#M402129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your query is giving me results but they are percentage from week 10 for whole year, I need to see results from today to week 10 from now depending on WKDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS &lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283260#M402129</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-03-14T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283261#M402130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe more with sample week field and scrum Dates. Then only we came to know what you are trying there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try something like below, But this is not make sense if we have &amp;gt;= 10th week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=sum( {$ &amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Week = {"&amp;gt;=10 &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;= Week(Today())&lt;/SPAN&gt;"} &amp;gt;&lt;/SPAN&gt;} DMND-ONHAND/DMND*100)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 05:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Analyisis/m-p/1283261#M402130</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-15T05:00:47Z</dc:date>
    </item>
  </channel>
</rss>

