<?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: Dynamic Calendar based off List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552925#M206606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon reflection, I was very harsh, I was having a bad day that day to be honest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please accept my apologies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy your weekend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 21:20:05 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-01-31T21:20:05Z</dc:date>
    <item>
      <title>Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552919#M206600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly new to QlikView and I think I am diving into advanced functions a little quick. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Table:&lt;/P&gt;&lt;P&gt;SCRA_DateField_Chooser:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEST_ID, Date_Short, Date_Full&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, ASSIST_EFF_DATE, Assist Effective Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, CREATE_DATE, Create Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, TRAN_DATE, Transaction Date&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second table:&lt;/P&gt;&lt;P&gt;TestLoan:&lt;/P&gt;&lt;P&gt;Load Distinct 1 as TEST_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCOUNT_NBR From $(qvdPath)VW_A004.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third Table:&lt;/P&gt;&lt;P&gt;SCRA_04_FeesAssessed:&lt;/P&gt;&lt;P&gt;LOAD ACCOUNT_NBR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCRA_04_FeesAssessed.ASSIST_EFF_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCRA_04_FeesAssessed.TRAN_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCRA_04_FeesAsssessd.CREATE_DATE&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;$(qvdPath)VW_A004.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Joins:&lt;/P&gt;&lt;P&gt;TestLoan.TEST_ID to SCRA_DateField_Chooser.TEST_ID&lt;/P&gt;&lt;P&gt;TestLoan.ACCOUNT_NBR = SCRA_04_FeesAssessed.ACCOUNT_NBR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have it set up when i click on Test_ID = 1 in the tablebox from the Main Sheet, it will Launch SH02 and automatically filter TEST_ID = 1 using a Trigger on TEST_ID where I set Variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the question:&amp;nbsp; I have Created 1st Listbox that has the Date_Full names in it so the person can select which Date they want to filter by.&amp;nbsp; I was then trying to create a Trigger on Date_Full that will Set Variable vSelectedDate = IF(TEST_ID = 1,'SCRA_04_FeesAssessed.' &amp;amp; Date_SHORT,0)&amp;nbsp; which seems to work and sets my Variable to SCRA_04_FeesAssessed.CREATE_DATE.&lt;/P&gt;&lt;P&gt;I was then creating a second listbox that would have in the General tab/Field Expression = vSelectedDate to pull the dates from this field, but I am having no luck Error = (unavailable)[SCRA_04_FeesAssessed.CREATE_DATE].&amp;nbsp; I was essentially trying to make this into a Calendar function and create Month(vSelectedDate) or Year(vSelectedDate), so the user can select which date they want and the time frame they need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I could build either a container or build listboxes for month/year in them for each of the dates, but I would think that isn't efficient, especially since I have to build 8 more identical sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552919#M206600</guid>
      <dc:creator />
      <dc:date>2014-01-22T20:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552920#M206601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spmansteel&lt;/P&gt;&lt;P&gt;You've posted a desktop development question to the Governance Dashboard space - I recommend you post this to the &lt;A _jive_internal="true" href="https://community.qlik.com/community/discussion-forums/app-d"&gt;App Development space&lt;/A&gt; or the&lt;A _jive_internal="true" href="https://community.qlik.com/community/discussion-forums/new-to-qlikview"&gt; New to QlikView space&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;~ Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 21:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552920#M206601</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-01-22T21:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552921#M206602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="j-post-author" style="color: #3d3d3d; font-size: 0.9em; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/twa"&gt;twa&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't the question be answered by you Tyler, everyday people help on this community, which is fantastic, but we all do this for the pride and pleasure of knowing we have helped a fellow Qlikview user solve their Qlikview problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it quite annoying and disrespectful to everyone who contributes their time and effort to help each other on Qlik Community, that someone who works for Qliktech simply diverts the person asking a question to a different "space", not everyone asking a question understands what "space" their question should be asked to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your mindset is not something I would expect from a Qliktech employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know the answer to the question, ask one of your Qliktech colleagues and then respond to it, otherwise, don't answer it all, as I'm sure it will be picked up by someone who actually cares, unlike you it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;spmansteel, I apologize, if I could help you with this issue I would but unfortunately I don't have enough knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best of luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This community is fantastic, so I am sure you will get the answer you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see some videos here &lt;A href="https://www.youtube.com/user/RustyFishBones" title="https://www.youtube.com/user/RustyFishBones"&gt;Alan Farrell - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 23:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552921#M206602</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-22T23:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552922#M206603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for not being more help here! Limited by my own expertise in this area. The broader community will have that expertise!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 11:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552922#M206603</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-01-23T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552923#M206604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have figured out an alternative that seems to be working.&amp;nbsp; I have created my 2nd listbox in the general tab/Expression set that&lt;/P&gt;&lt;P&gt;if(Full_Name='CREATE_Date',Year(Date(SCRA_04_FeesAssessed.CREATE_Date)),&lt;/P&gt;&lt;P&gt;If(Full_Name='TRANS_DATE',Year(Date(SCRA_04_FeesAssessed.TRANS_Date)),&lt;/P&gt;&lt;P&gt;If(Full_Name='ASSIST_EFF_DATE',Year(Date(SCRA_04_FeesAssessed.ASSIST_EFF_DATE)),"")))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone know's a more efficient way of doing this then please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552923#M206604</guid>
      <dc:creator />
      <dc:date>2014-01-23T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552924#M206605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552924#M206605</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-01-31T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552925#M206606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon reflection, I was very harsh, I was having a bad day that day to be honest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please accept my apologies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy your weekend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552925#M206606</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-31T21:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552926#M206607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries. Enjoy your weekend as well. Wahoo!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552926#M206607</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-01-31T21:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552927#M206608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super Bowl weekend too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy the ads, I believe U2 will have an add for their new song &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552927#M206608</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-31T21:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552928#M206609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Script make a Master Calendar for each date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.CREATE_Date&lt;/SPAN&gt;) as CreatedYear&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.CREATE_Date&lt;/SPAN&gt;) as CreatedMonth&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.CREATE_Date&lt;/SPAN&gt;) as CreatedDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.TRANS_Date&lt;/SPAN&gt;) as TransYear&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.TRANS_Date&lt;/SPAN&gt;) as TransMonth&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SCRA_04_FeesAssessed.TRANS_Date&lt;/SPAN&gt;) as TransDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create and Inline Table called Calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendars:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Created&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trans&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assist&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the application make 4 list boxes.&amp;nbsp; One will be the Calendar and the other 3 as expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The three expressions each an individual listbox are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =[$(=Calendar)Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =[$(=Calendar)Month]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =[$(=Calendar)Date]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your 3 expression list boxes will now change dynamically based on what Calendar you select in the Calendar list box.&amp;nbsp; I hope this is what you were looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552928#M206609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-31T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calendar based off List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552929#M206610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael for you reply.&amp;nbsp; I tried this with the TransDate first to make sure it works and it did.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks very much this is exactly what I was trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 13:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Calendar-based-off-List-Box/m-p/552929#M206610</guid>
      <dc:creator />
      <dc:date>2014-02-25T13:56:09Z</dc:date>
    </item>
  </channel>
</rss>

