<?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: error graph vizualisation dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828434#M1214181</link>
    <description>&lt;P&gt;I'm on qlikview april 2019 SR3&lt;/P&gt;&lt;P&gt;Version 12.40.203000.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that version i really don't see where i can edit the dimension&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dimension properties.PNG" style="width: 673px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60059iBB7B0F0F6852FA22/image-size/large?v=v2&amp;amp;px=999" role="button" title="dimension properties.PNG" alt="dimension properties.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It used to work two month ago and something occured.&lt;/P&gt;&lt;P&gt;THe main table is linked to a calendar table.&lt;/P&gt;&lt;P&gt;And the code is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET vL.DateFieldLinkName = 'DSTAMP_DATE';&lt;BR /&gt;SET vL.CalendarTableName = '$(vL.DateFieldLinkName) Calendar';&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;BR /&gt;LOAD&lt;BR /&gt;Min(DateFieldValues) as MinDate,&lt;BR /&gt;Max(DateFieldValues) as MaxDate;&lt;BR /&gt;LOAD&lt;BR /&gt;(FieldValue('$(vL.DateFieldLinkName)',RecNo())) as DateFieldValues&lt;BR /&gt;AutoGenerate(FieldValueCount('$(vL.DateFieldLinkName)'));&lt;/P&gt;&lt;P&gt;LET vL.CalendarMinDate = Num(Date(Peek('MinDate',0,'MinMaxDate'),'$(DateFormat)'));&lt;BR /&gt;LET vL.CalendarMaxDate = Num(Date(Peek('MaxDate',0,'MinMaxDate'),'$(DateFormat)'));&lt;BR /&gt;LET vL.CalendarToday = Num(Today());&lt;/P&gt;&lt;P&gt;DROP Table MinMaxDate;&lt;/P&gt;&lt;P&gt;// Calendar generation&lt;BR /&gt;[$(vL.CalendarTableName)]:&lt;BR /&gt;LOAD&lt;BR /&gt;Date([$(vL.DateFieldLinkName)],'DD/MM/YYYY') as [$(vL.DateFieldLinkName)],&lt;BR /&gt;Year([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Year],&lt;BR /&gt;Dual('Q' &amp;amp; Ceil(Month([$(vL.DateFieldLinkName)]) / 3),QuarterStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) Quarter],&lt;BR /&gt;Month([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Month],&lt;BR /&gt;Week([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Week],&lt;BR /&gt;Day([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Day],&lt;BR /&gt;WeekDay([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) WeekDay],&lt;BR /&gt;Dual(Year([$(vL.DateFieldLinkName)]) &amp;amp; '-' &amp;amp; 'Q' &amp;amp; Ceil(Month([$(vL.DateFieldLinkName)]) / 3),QuarterStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) YearQuarter],&lt;BR /&gt;Date(MonthStart([$(vL.DateFieldLinkName)]), 'YYYY-MM') as [$(vL.DateFieldLinkName) YearMonth],&lt;BR /&gt;Dual(Year([$(vL.DateFieldLinkName)]) &amp;amp; '-' &amp;amp; Week([$(vL.DateFieldLinkName)]),WeekStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) YearWeek],&lt;BR /&gt;If(YearToDate([$(vL.DateFieldLinkName)], 0, 1, $(vL.CalendarToday)), 1, 0) as [$(vL.CalendarTableName) YTD Flag],&lt;BR /&gt;If(YearToDate([$(vL.DateFieldLinkName)], -1, 1, $(vL.CalendarToday)), 1, 0) as [$(vL.CalendarTableName) PYTD Flag],&lt;BR /&gt;If(Month([$(vL.DateFieldLinkName)]) = Month($(vL.CalendarToday)), 1, 0) as [$(vL.DateFieldLinkName) CurrentMonth Flag],&lt;BR /&gt;If(Month(AddMonths([$(vL.DateFieldLinkName)],1)) = Month($(vL.CalendarToday)), 1, 0) as [$(vL.DateFieldLinkName) LastMonth Flag];&lt;BR /&gt;LOAD&lt;BR /&gt;Date($(vL.CalendarMinDate) + RecNo() - 1) as [$(vL.DateFieldLinkName)]&lt;BR /&gt;AUTOGENERATE ($(vL.CalendarToday) - $(vL.CalendarMinDate) + 1);&lt;/P&gt;&lt;P&gt;Is anyone could help me with that it would be great.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 08:06:09 GMT</pubDate>
    <dc:creator>random_user_3869</dc:creator>
    <dc:date>2021-08-13T08:06:09Z</dc:date>
    <item>
      <title>error graph vizualisation dimension</title>
      <link>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828342#M1214171</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with this figure :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error dimension date instead of year.PNG" style="width: 872px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60040iDC035BED962D2315/image-size/large?v=v2&amp;amp;px=999" role="button" title="error dimension date instead of year.PNG" alt="error dimension date instead of year.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the dimension is a DATE FIELD named DSTAMP and it is formatted this way: DD/MM/YYYY but i get year as dimension for all the values of the figure. SO i want DD/MM/YYYY instead of YYYY&lt;/P&gt;&lt;P&gt;WHen i convert this graph into a straight table i get the standard date format&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="normal date format for DIM" style="width: 611px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60041i3C5AE20574693942/image-size/large?v=v2&amp;amp;px=999" role="button" title="date format.PNG" alt="normal date format for DIM" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;normal date format for DIM&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SO i really don't understand how the issue appeared and how to solve it.&lt;/P&gt;&lt;P&gt;Anyone could help ?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828342#M1214171</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2021-08-12T17:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: error graph vizualisation dimension</title>
      <link>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828346#M1214172</link>
      <description>&lt;P&gt;Can you share the screenshot of the dimension property. Also if possible please share the qvw file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828346#M1214172</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-08-12T17:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: error graph vizualisation dimension</title>
      <link>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828434#M1214181</link>
      <description>&lt;P&gt;I'm on qlikview april 2019 SR3&lt;/P&gt;&lt;P&gt;Version 12.40.203000.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that version i really don't see where i can edit the dimension&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dimension properties.PNG" style="width: 673px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60059iBB7B0F0F6852FA22/image-size/large?v=v2&amp;amp;px=999" role="button" title="dimension properties.PNG" alt="dimension properties.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It used to work two month ago and something occured.&lt;/P&gt;&lt;P&gt;THe main table is linked to a calendar table.&lt;/P&gt;&lt;P&gt;And the code is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET vL.DateFieldLinkName = 'DSTAMP_DATE';&lt;BR /&gt;SET vL.CalendarTableName = '$(vL.DateFieldLinkName) Calendar';&lt;/P&gt;&lt;P&gt;MinMaxDate:&lt;BR /&gt;LOAD&lt;BR /&gt;Min(DateFieldValues) as MinDate,&lt;BR /&gt;Max(DateFieldValues) as MaxDate;&lt;BR /&gt;LOAD&lt;BR /&gt;(FieldValue('$(vL.DateFieldLinkName)',RecNo())) as DateFieldValues&lt;BR /&gt;AutoGenerate(FieldValueCount('$(vL.DateFieldLinkName)'));&lt;/P&gt;&lt;P&gt;LET vL.CalendarMinDate = Num(Date(Peek('MinDate',0,'MinMaxDate'),'$(DateFormat)'));&lt;BR /&gt;LET vL.CalendarMaxDate = Num(Date(Peek('MaxDate',0,'MinMaxDate'),'$(DateFormat)'));&lt;BR /&gt;LET vL.CalendarToday = Num(Today());&lt;/P&gt;&lt;P&gt;DROP Table MinMaxDate;&lt;/P&gt;&lt;P&gt;// Calendar generation&lt;BR /&gt;[$(vL.CalendarTableName)]:&lt;BR /&gt;LOAD&lt;BR /&gt;Date([$(vL.DateFieldLinkName)],'DD/MM/YYYY') as [$(vL.DateFieldLinkName)],&lt;BR /&gt;Year([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Year],&lt;BR /&gt;Dual('Q' &amp;amp; Ceil(Month([$(vL.DateFieldLinkName)]) / 3),QuarterStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) Quarter],&lt;BR /&gt;Month([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Month],&lt;BR /&gt;Week([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Week],&lt;BR /&gt;Day([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) Day],&lt;BR /&gt;WeekDay([$(vL.DateFieldLinkName)]) as [$(vL.DateFieldLinkName) WeekDay],&lt;BR /&gt;Dual(Year([$(vL.DateFieldLinkName)]) &amp;amp; '-' &amp;amp; 'Q' &amp;amp; Ceil(Month([$(vL.DateFieldLinkName)]) / 3),QuarterStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) YearQuarter],&lt;BR /&gt;Date(MonthStart([$(vL.DateFieldLinkName)]), 'YYYY-MM') as [$(vL.DateFieldLinkName) YearMonth],&lt;BR /&gt;Dual(Year([$(vL.DateFieldLinkName)]) &amp;amp; '-' &amp;amp; Week([$(vL.DateFieldLinkName)]),WeekStart([$(vL.DateFieldLinkName)])) as [$(vL.DateFieldLinkName) YearWeek],&lt;BR /&gt;If(YearToDate([$(vL.DateFieldLinkName)], 0, 1, $(vL.CalendarToday)), 1, 0) as [$(vL.CalendarTableName) YTD Flag],&lt;BR /&gt;If(YearToDate([$(vL.DateFieldLinkName)], -1, 1, $(vL.CalendarToday)), 1, 0) as [$(vL.CalendarTableName) PYTD Flag],&lt;BR /&gt;If(Month([$(vL.DateFieldLinkName)]) = Month($(vL.CalendarToday)), 1, 0) as [$(vL.DateFieldLinkName) CurrentMonth Flag],&lt;BR /&gt;If(Month(AddMonths([$(vL.DateFieldLinkName)],1)) = Month($(vL.CalendarToday)), 1, 0) as [$(vL.DateFieldLinkName) LastMonth Flag];&lt;BR /&gt;LOAD&lt;BR /&gt;Date($(vL.CalendarMinDate) + RecNo() - 1) as [$(vL.DateFieldLinkName)]&lt;BR /&gt;AUTOGENERATE ($(vL.CalendarToday) - $(vL.CalendarMinDate) + 1);&lt;/P&gt;&lt;P&gt;Is anyone could help me with that it would be great.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 08:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-graph-vizualisation-dimension/m-p/1828434#M1214181</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2021-08-13T08:06:09Z</dc:date>
    </item>
  </channel>
</rss>

