<?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: non changing dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346646#M837536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide sample app here. We will work on it and try to give you solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 13:19:37 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-05-15T13:19:37Z</dc:date>
    <item>
      <title>non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346639#M837529</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;Is it possible to make a dimension not changing at all for any filters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have the following straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Month&lt;/TD&gt;&lt;TD width="64"&gt;Qnums&lt;/TD&gt;&lt;TD width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Jan&lt;/TD&gt;&lt;TD&gt;Q1234&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Feb&lt;/TD&gt;&lt;TD&gt;Q2434&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mar&lt;/TD&gt;&lt;TD&gt;Q234&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Apr&lt;/TD&gt;&lt;TD&gt;Q5456&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;May&lt;/TD&gt;&lt;TD&gt;Q565&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this table if for particular selection we have data for only Mar and Apr&lt;/P&gt;&lt;P&gt;So the table will reduce in size showing only Mar and Apr like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Month&lt;/TD&gt;&lt;TD width="64"&gt;Qnums&lt;/TD&gt;&lt;TD width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mar&lt;/TD&gt;&lt;TD&gt;Q234&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Apr&lt;/TD&gt;&lt;TD&gt;Q5456&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;500&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want in this manner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Month&lt;/TD&gt;&lt;TD width="64"&gt;Qnums&lt;/TD&gt;&lt;TD width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Jan&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Feb&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mar&lt;/TD&gt;&lt;TD&gt;Q234&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Apr&lt;/TD&gt;&lt;TD&gt;Q5456&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;May&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping the month dimension to be constant not changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346639#M837529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346640#M837530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Straight Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;1) IF(SubStringCount(Concat(DISTINCT Month, '|'),Month),Only({&amp;lt;Month&amp;gt;}Qnums),0)&lt;/P&gt;&lt;P&gt;2) IF(SubStringCount(Concat(DISTINCT Month, '|'),Month),SUM({&amp;lt;Month&amp;gt;}Sales),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Presentation tab and untick Suppress Zero Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 12:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346640#M837530</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-05-15T12:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346641#M837531</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;Enable " Suppress When Value is Null " &amp;amp; " Show All Values " under Dimensions Tab.&lt;/P&gt;&lt;P&gt;Remove " Suppress Zero - Values " under Presentation Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 12:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346641#M837531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346642#M837532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;1. Uncheck "Suppress Zero-Values" on Presentation tab:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="163368" alt="" class="jive-image image-1" height="351" src="https://community.qlik.com/legacyfs/online/163368_pastedImage_0.png" style="width: auto; height: auto;" width="446" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create expressions :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For sales:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Month = &amp;gt;} Aggr(Sum(Sales),Month)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For&amp;nbsp; Qnums:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Count(Qnums)=0,0,Qnums)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 12:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346642#M837532</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2017-05-15T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346643#M837533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anton ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;if(Month &amp;lt;= Month(today()),Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions are :&lt;/P&gt;&lt;P&gt;CYTD:&lt;/P&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;, rangesum(above(total sum({Year = {$(=Max(Year))}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;PYTD&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;, rangesum(above(total sum({Year = {$(=Max(Year)-1)}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;I'm not able to incorporate your change in this.&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;Thanks,&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.3333px; font-style: italic;"&gt;Anupama Jagan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346643#M837533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346644#M837534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not getting even after doing it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346644#M837534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346645#M837535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish&lt;/P&gt;&lt;P&gt;I'm not able to incorporate your logic in my expressions. Can you let me know how to go about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Month &amp;lt;= Month(today()),Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expressions are :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CYTD:&lt;/P&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;, rangesum(above(total sum({Year = {$(=Max(Year))}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PYTD&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;, rangesum(above(total sum({Year = {$(=Max(Year)-1)}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;Thanks for your help&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;Anupama Jagan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346645#M837535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346646#M837536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide sample app here. We will work on it and try to give you solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346646#M837536</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-05-15T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346647#M837537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any sample app with me as we work in remote desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i will provide you sample data . will that be okay?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346647#M837537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346648#M837538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346648#M837538</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-05-15T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346649#M837539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have now attached a sample data. It has year,month,revenue and client fields. so if we select any clicnet the month has to show always till current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dimension and the expressions used in the application is given above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346649#M837539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T13:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346650#M837540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346650#M837540</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-05-15T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346651#M837541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CYTD:&lt;/P&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;, rangesum(above(total sum({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Year = {$(=Max(Year))}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PYTD&lt;/ADDRESS&gt;&lt;ADDRESS style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;, rangesum(above(total sum({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Year = {$(=Max(Year)-1)}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 13:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346651#M837541</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-15T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346652#M837542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find all the previous year revenue to be zero. May I know what have you done in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 06:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346652#M837542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T06:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346653#M837543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the values will not change for any filters right?&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;Anupama Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 06:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346653#M837543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346654#M837544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Month Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Show All Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 06:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346654#M837544</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-16T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346655#M837545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me that option isn't enabled at all..is it becauseI have used a calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 06:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346655#M837545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T06:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346656#M837546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what output you required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 07:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346656#M837546</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-16T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346657#M837547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my Dimensions and Expressions:&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;if(Month &amp;lt;= Month(today()),Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions are :&lt;/P&gt;&lt;P&gt;CYTD:&lt;/P&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;, rangesum(above(total sum({Year = {$(=Max(Year))}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;PYTD&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px;"&gt;if(Month &amp;lt;= Month(today())&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px; font-style: italic;"&gt;, rangesum(above(total sum({Year = {$(=Max(Year)-1)}, Met = {"Approved"}&amp;gt;}Revenue), 0, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px; font-style: italic;"&gt;So as per my calculated dimesion the straight table will display only till current month ..So Jan- May will be displayed.&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px; font-style: italic;"&gt;But for few selections there might be entry for few months. For example for a particular selection feb month values might not be there. So in the table we will have Jan,Mar,Apr and May be displayed.&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px; font-style: italic;"&gt;But I want Feb to be displayed as well. Kindly let me know if stil requirement is unclear&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;/ADDRESS&gt;&lt;ADDRESS&gt;&lt;SPAN style="font-size: 13.33px; font-style: italic;"&gt;Any help would be appreciated&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 07:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346657#M837547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: non changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346658#M837549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried yet? please try and let us know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 07:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/non-changing-dimension/m-p/1346658#M837549</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-16T07:21:04Z</dc:date>
    </item>
  </channel>
</rss>

