<?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: All months available based on nothing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754906#M1028142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create your table and then generate a list of months and concatenate it to the previously created table. You can generate a list like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 0 to 11&lt;/P&gt;&lt;P&gt;&amp;nbsp; Months:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(AddMonths(YearStart(Today()),$(i))) as Month&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 17:52:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-19T17:52:01Z</dc:date>
    <item>
      <title>All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754905#M1028141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikviwers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the tables Company, Month, country_regions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- In the QVW I want to display calculations (Sales) based on the country regions&lt;/P&gt;&lt;P&gt;2- I want&amp;nbsp; all the months to be available in &lt;STRONG&gt;listbox object (even if the selected company has no sales in it) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(*I only can have the the months available when there is no company selected)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(**If I remove&amp;nbsp; the company selection to get all the available months, but the calculation based on the regions it disapears)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want for all months to be available&amp;nbsp; no matter what (even if there is no sales)&lt;/P&gt;&lt;P&gt;Do anyone know how can I solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754905#M1028141</guid>
      <dc:creator />
      <dc:date>2015-02-19T17:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754906#M1028142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create your table and then generate a list of months and concatenate it to the previously created table. You can generate a list like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 0 to 11&lt;/P&gt;&lt;P&gt;&amp;nbsp; Months:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(AddMonths(YearStart(Today()),$(i))) as Month&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754906#M1028142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T17:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754907#M1028143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't make excluded values (grey background) be possible values (white background) at the same time. That's simply the way qlikview works. See this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/01/15/states-and-state-vectors" style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; color: #3d3d3d;"&gt;Colors, States and State vectors&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754907#M1028143</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-19T19:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754908#M1028144</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;you can create an alternate state (state1) and assing it to the listbox of Month.&lt;/P&gt;&lt;P&gt;Then you have to modify the expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month=[state1]::Month&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754908#M1028144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T19:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754909#M1028145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats my point, I dont want those values colored grey, so as soon the user select them the qvw will aggr the other companies that has sales leaving the one that hasnt aside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754909#M1028145</guid>
      <dc:creator />
      <dc:date>2015-02-19T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754910#M1028146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, I will try that and I will be giving you a feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 19:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754910#M1028146</guid>
      <dc:creator />
      <dc:date>2015-02-19T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: All months available based on nothing</title>
      <link>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754911#M1028147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're confusing the problem with the solution. You want the solution "I don't want excluded values shown in grey" and so you say the problem is that the values turn grey, but I reckon the real problem is actually something else. I think it's something like "I want chart X to disregard selections in my Month listbox". Is that correct? Because that is possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 08:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All-months-available-based-on-nothing/m-p/754911#M1028147</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-20T08:14:25Z</dc:date>
    </item>
  </channel>
</rss>

