<?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: Outlook style calendar that populates from date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765695#M535476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the exact look of Calendar from your example, but I'm facing one more issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I'm facing:&lt;/P&gt;&lt;P&gt;Whenever I'm selecting any attribute values from List Boxes, the calendar resized to single row and single column i.e. one single cell only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want:&lt;/P&gt;&lt;P&gt;I want to reflect all the attribute selections in my Calendar chart but Want the calendar to show all WeekDay (7) columns, and all Days. So depending on the months there should always be 30 or 31 cell present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jul 2018 18:53:19 GMT</pubDate>
    <dc:creator>joydipp1988</dc:creator>
    <dc:date>2018-07-22T18:53:19Z</dc:date>
    <item>
      <title>Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765687#M535468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am building a dashboard to help track engineering changes in a manufacturing plant. Each change has a date that it will be implemented on. I would like to have a calendar that looks like an outlook calendar, with objects listed under the applicable dates. Then when you click on one of the changes, it will select that change number and filter fields accordingly. I don't want the date numbers to filter when clicked though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data that this sheet object will pull from will be on a single table in the following format:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CN Number&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Effective Date&lt;/TH&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CN1234-05&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1/15/15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;update hardware&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CN2587-01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1/20/15&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;swap to LED lighting&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a mock up of what this will look like in an ideal world. Any help will be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765687#M535468</guid>
      <dc:creator />
      <dc:date>2015-01-09T20:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765688#M535469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a calendar with nearly these layout is possible. Load your table linked to a master-calendar and create a pivot with weekday as horizontal dimension and week as vertical dimension and use as expression something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= day &amp;amp; chr(10) &amp;amp; chr(10) &amp;amp; [CN Number]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally these table needs some layout adjustments - widths, heights, aligning ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More difficult is to implement some actions on click because a chart hasn't any available click-actions. Some workarounds could be possible. First - use as expression-type "url" and link with the url to your selections and sheets, see here more: &lt;A href="https://community.qlik.com/qlik-blogpost/3847"&gt;AJAX and URL parameters&lt;/A&gt;.&amp;nbsp; Second - create a field-selection trigger on the field day then it would be executed by clicking inside the chart. Then read associate field-values or through getfieldselections() or similar your required informations and used these to go to your wanted sub-informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also possible is to create many textboxes - for each day at least one. This meant more effort whereby you could then apply better layout-ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 18:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765688#M535469</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-10T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765689#M535470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.4285717010498px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Marcus_Sommer"&gt;Marcus_Sommer&lt;/A&gt;&lt;/STRONG&gt; for the suggestion. I was able to create a calendar using pivot table as given below. In each date box, the number at the top left is the day number and the other number at the bottom is a metric (similar to [CN Number] in your expression). Is it possible to control the fonts of [day] and [CN Number] values in the box for the dates?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75040_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 04:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765689#M535470</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-01-11T04:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765690#M535471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately you couldn't have different font-settings within one object besides his sub-objects like caption, legend and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But such calendar is quite static so it should work to use two or more calendar-objects one above the other - each with different cell-content and formatings for these and the other layouts are transparent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 09:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765690#M535471</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-11T09:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765691#M535472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will try this approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2015 09:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765691#M535472</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-01-11T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765692#M535473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I have the pivot table set up, and I'm running into a problem. If there are multiple CN's for a given date, it isn't showing either. Can you think of a way to display all possible values for the CN field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765692#M535473</guid>
      <dc:creator />
      <dc:date>2015-01-14T19:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765693#M535474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use concat() to display multiple CNs. See this example for a how to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Calendar Chart &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/calendar-chart/" rel="nofollow"&gt;http://qlikviewcookbook.com/recipes/download-info/calendar-chart/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 21:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765693#M535474</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-01-14T21:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765694#M535475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking to do the same thing except i need to break it down by hour.&amp;nbsp; I was able to create the high level calendar as illustrated below, but how do i include the hourly breakdown.&amp;nbsp; I want to show how many requests i have open&amp;nbsp; and then when clicking on the request i want to display the time breakdown similar to that of outlook.&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78957_Untitled.png" style="width: 620px; height: 280px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 18:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765694#M535475</guid>
      <dc:creator />
      <dc:date>2015-02-24T18:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765695#M535476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the exact look of Calendar from your example, but I'm facing one more issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I'm facing:&lt;/P&gt;&lt;P&gt;Whenever I'm selecting any attribute values from List Boxes, the calendar resized to single row and single column i.e. one single cell only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want:&lt;/P&gt;&lt;P&gt;I want to reflect all the attribute selections in my Calendar chart but Want the calendar to show all WeekDay (7) columns, and all Days. So depending on the months there should always be 30 or 31 cell present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2018 18:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765695#M535476</guid>
      <dc:creator>joydipp1988</dc:creator>
      <dc:date>2018-07-22T18:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765696#M535477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your expression to use a set expression to ignore your relevant listbox selections such as event. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=' ' &amp;amp; only({&amp;lt;Event=&amp;gt;}Day)&lt;/P&gt;&lt;P&gt;&amp;amp; chr(10) &amp;amp; concat(Event, chr(10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2018 23:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/765696#M535477</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-07-22T23:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook style calendar that populates from date field</title>
      <link>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/2478054#M1226036</link>
      <description>&lt;P&gt;Does anyone have a copy of this old qlikview app, converted to enterprise/saas?&amp;nbsp; &amp;nbsp;the old qvw has no sheets when imported into current qlik desktop version&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 16:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Outlook-style-calendar-that-populates-from-date-field/m-p/2478054#M1226036</guid>
      <dc:creator>Ken_T</dc:creator>
      <dc:date>2024-08-26T16:38:17Z</dc:date>
    </item>
  </channel>
</rss>

