<?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 get all possible field values into table rows partially voiding actual selections in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/get-all-possible-field-values-into-table-rows-partially-voiding/m-p/1815806#M66760</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to show "entire" year's data partially voiding actual selections telling Qlik to &lt;U&gt;&lt;STRONG&gt;select all field values from the beginning of the year until the max possible date value (which is now shall be based on selections)&lt;/STRONG&gt;&lt;/U&gt;. Ie: actual date is June, date filter to September is active, but I still would like to see "whole" year from January to September.&lt;/P&gt;&lt;P&gt;This script did not help me (I used it as Dimension in a table chart):&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;"=aggr({1} only({1} MonthDim),MonthDim)"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Above script's result is simply September. I miss the rest of the months back from January.&lt;/P&gt;&lt;P&gt;The following statement however works fine and I get the "entire" list just like I determined above:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;"=concat({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;aggr({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;only({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;} [MonthDim]),MonthDim),',')"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Result is a concatenated string of 9 months from january to September assuming that September value of MonthDim dimension is selected.&lt;/P&gt;&lt;P&gt;What prevents first definition from providing me with the expected 9 lines with first 9 months of the year?&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Levente&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 13:41:13 GMT</pubDate>
    <dc:creator>Levente_Szittya</dc:creator>
    <dc:date>2021-06-17T13:41:13Z</dc:date>
    <item>
      <title>get all possible field values into table rows partially voiding actual selections</title>
      <link>https://community.qlik.com/t5/App-Development/get-all-possible-field-values-into-table-rows-partially-voiding/m-p/1815806#M66760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to show "entire" year's data partially voiding actual selections telling Qlik to &lt;U&gt;&lt;STRONG&gt;select all field values from the beginning of the year until the max possible date value (which is now shall be based on selections)&lt;/STRONG&gt;&lt;/U&gt;. Ie: actual date is June, date filter to September is active, but I still would like to see "whole" year from January to September.&lt;/P&gt;&lt;P&gt;This script did not help me (I used it as Dimension in a table chart):&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;"=aggr({1} only({1} MonthDim),MonthDim)"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Above script's result is simply September. I miss the rest of the months back from January.&lt;/P&gt;&lt;P&gt;The following statement however works fine and I get the "entire" list just like I determined above:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;"=concat({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;aggr({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;only({1&amp;lt;MonthDim=E({&amp;lt;[CalendarDay]={"&amp;gt;=$(=monthstart(max(CalendarDay),1))"}&amp;gt;})&amp;gt;} [MonthDim]),MonthDim),',')"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Result is a concatenated string of 9 months from january to September assuming that September value of MonthDim dimension is selected.&lt;/P&gt;&lt;P&gt;What prevents first definition from providing me with the expected 9 lines with first 9 months of the year?&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Levente&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 13:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/get-all-possible-field-values-into-table-rows-partially-voiding/m-p/1815806#M66760</guid>
      <dc:creator>Levente_Szittya</dc:creator>
      <dc:date>2021-06-17T13:41:13Z</dc:date>
    </item>
  </channel>
</rss>

