<?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: Dimensions with fixed min/max in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428560#M562566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you also don't have a field dateStr. As said before, I think you should create dates from the strings in the script. I don't see any problem with &lt;STRONG&gt;begin&lt;/STRONG&gt; being connected with other tables. If I look at your data model in the table viewer I see that &lt;STRONG&gt;begin&lt;/STRONG&gt; is not a key field, so there are no connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reservation:&lt;/P&gt;&lt;P&gt;LOAD id,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as begin,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as end,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as modified,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as created,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_reservations_15C6F86815BA58DF,&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key to parent table: reservations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_reservation_EBD059C931B3FB51&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: reservations/reservation&lt;/P&gt;&lt;P&gt;FROM Z:\Downloads\TEStat\TEStatReport_20130308T162341.xml (XmlSimple, Table is [reservations/reservation]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've done that replace the calculated dimension in the chart with just the field name, e.g. &lt;STRONG&gt;begin.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2013 06:49:30 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-13T06:49:30Z</dc:date>
    <item>
      <title>Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428550#M562556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I have a table with date-values in this format:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630094172006340" jivemacro_uid="_13630094172006340"&gt;&lt;P&gt;yyyymmddTHHmmdd&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Now I would like to have this in a "Line Chart" as "Dimension"(x-axis) with only the dates. I am doing this by setting me Dimensions to the following expression:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630094171991734" jivemacro_uid="_13630094171991734"&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;left&lt;/SPAN&gt;(&lt;SPAN style="background-color: #ffffff; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;dateStr&lt;/SPAN&gt;,8) &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;This works fine but my problem is that objects that do not have a any of the dates are not displaying this "empty" dates. What I would like it to display is to show all dates and make a zero indication when a date is not pressent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can make my "Line Chart" to display max/min values in x-axis and make the graph move to "0" when a date is not pressent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried "Chart Prop/Axes/Dimension Axis": Scale:&lt;/P&gt;&lt;P&gt;Static Min: &lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630094171997861" jivemacro_uid="_13630094171997861"&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Min&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;left&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;dateStr&lt;/SPAN&gt;,8)) &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Static Max:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630094171985348" jivemacro_uid="_13630094171985348"&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Max&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;left&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;dateStr&lt;/SPAN&gt;,8))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;But still: Not present days are not presented. Thought I have to make e new ListBox with only all dates but dont know how and that would raise some more problems. Any tips or ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 13:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428550#M562556</guid>
      <dc:creator />
      <dc:date>2013-03-11T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428551#M562557</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;Try to set the date format in edit script initials according to your date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='&lt;CODE class="jive-code"&gt;yyyymmdd&lt;/CODE&gt;';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='&lt;CODE class="jive-code"&gt;yyyymmddTHHmmdd&lt;/CODE&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by doing this you will get your data in date format inside qlikview. and then you can eaisly use date functions in qllikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 13:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428551#M562557</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-03-11T13:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428552#M562558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try unchecking the Supress Zero-Values on the Presentation tab of the properties window. Also you should consider making a date from the datestring in the script: date#(left(datestr,8),'&lt;SPAN style="font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;')) as MyDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 13:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428552#M562558</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-11T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428553#M562559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Ok. Unchecked the Supress Zero-Values on the Presentation tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Made a date in the script like this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630144560073327" jivemacro_uid="_13630144560073327"&gt;&lt;P class="p1"&gt;Table:&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;date#&lt;/SPAN&gt;(&lt;SPAN class="s1"&gt;left&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;dateStr&lt;/SPAN&gt;,8),'YYYYMMDD') &lt;SPAN class="s1"&gt;AS &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;MyDate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;FROM&lt;/SPAN&gt;&amp;nbsp; xmlFile.....&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Problem with this is that it is not connected with my objects in any way. For it to be useful I would need to be adding in "Dimensions" with "dateStr" somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now my "Dimension" for the chart looks like this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13630147660841149" jivemacro_uid="_13630147660841149"&gt;&lt;P class="p1"&gt;=Aggr(left(dateStr,8),dateStr)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some kind of "if statement" in my charts dImension-expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428553#M562559</guid>
      <dc:creator />
      <dc:date>2013-03-11T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428554#M562560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you could just name that field dateStr instead of MyField. That was just an example. Whatever you name it, it's the field you need to use everywhere instead of the string field dateStr. Calculations on strings are a lot slower than calculations on numbers. So don't use dates that are strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428554#M562560</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-11T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428555#M562561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider also looking at the date functions; see if monthname() or datename() might return the correct value for you. QV has a lot of built-in functions that can read even mixed date/time values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428555#M562561</guid>
      <dc:creator />
      <dc:date>2013-03-11T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428556#M562562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see the "MyDate" was just example. But I dont understand how to replace this with my existing "dateStr" because "dateStr" is connected to other objects. But the "MyDate" seems to be unconnected with my other data when loaded with "date".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428556#M562562</guid>
      <dc:creator />
      <dc:date>2013-03-11T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428557#M562563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a sample document. If necessary y&lt;SPAN style="font-size: 10pt;"&gt;ou can use scramble the contents of fields to make sensitive data irreversibly unreadable (unless you reload from source data, which you can do and we can't). On the Scrambling tab of the document properties window you can select the fields to scramble. You can select some values and choose File-&amp;gt;Reduce Data-&amp;gt;Keep possible values to reduce the data and thus size of the document. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 17:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428557#M562563</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-11T17:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428558#M562564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using a calculated dim of:&lt;/P&gt;&lt;P&gt;=if(IsNull(Date),0,left(Date,10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 05:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428558#M562564</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-03-12T05:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428559#M562565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the scramble info!&lt;/P&gt;&lt;P&gt;For some "Room" the full x-axis is not displayed(i.e. EH7721),&lt;/P&gt;&lt;P&gt;and for some are non-existing values the same as other values(i.e. WV6446)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 07:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428559#M562565</guid>
      <dc:creator />
      <dc:date>2013-03-12T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428560#M562566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you also don't have a field dateStr. As said before, I think you should create dates from the strings in the script. I don't see any problem with &lt;STRONG&gt;begin&lt;/STRONG&gt; being connected with other tables. If I look at your data model in the table viewer I see that &lt;STRONG&gt;begin&lt;/STRONG&gt; is not a key field, so there are no connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reservation:&lt;/P&gt;&lt;P&gt;LOAD id,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as begin,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as end,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as modified,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date#(left(datestr,8),'&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: monospace;"&gt;YYYYMMDD&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;')) as created,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_reservations_15C6F86815BA58DF,&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key to parent table: reservations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_reservation_EBD059C931B3FB51&amp;nbsp;&amp;nbsp;&amp;nbsp; // Key for this table: reservations/reservation&lt;/P&gt;&lt;P&gt;FROM Z:\Downloads\TEStat\TEStatReport_20130308T162341.xml (XmlSimple, Table is [reservations/reservation]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've done that replace the calculated dimension in the chart with just the field name, e.g. &lt;STRONG&gt;begin.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 06:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428560#M562566</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-13T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions with fixed min/max</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428561#M562567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha, when loading all tables again in the same load they got linked together. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 07:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-with-fixed-min-max/m-p/428561#M562567</guid>
      <dc:creator />
      <dc:date>2013-03-13T07:07:14Z</dc:date>
    </item>
  </channel>
</rss>

