<?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 How to put dynamic listbox change in selection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092481#M924047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have week filed like 2016/10,2016/11,2016/12,2016/13,2016/14,2016/15 here i need to select always last week default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 2016/14 should be default selected and if week changes to 2016/16,then week should be selected 2016/15 dynamically could you please tell me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092481#M924047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have week filed like 2016/10,2016/11,2016/12,2016/13,2016/14,2016/15 here i need to select always last week default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 2016/14 should be default selected and if week changes to 2016/16,then week should be selected 2016/15 dynamically could you please tell me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092481#M924047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092482#M924048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Create date island. with min date and max( date)-7 .you just create calendar date for weeks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial; color: #737373;"&gt;&amp;gt;= max(datefield) - 7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 10:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092482#M924048</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-11T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092483#M924049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you can add a on open trigger I guess with a search String like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(YearWeekField)&lt;/STRONG&gt; -&amp;gt; You might need to format this like YYYY/WW to get this working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MaxString(YearWeekField)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 10:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092483#M924049</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-11T10:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092484#M924050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But this main purpose is to run batch file and export data through macro,means trigger won't be works????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 10:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092484#M924050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092485#M924051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not familiar with your situation, but trigger is when you will open the application. Is the macro exporting the chart without opening the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 10:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092485#M924051</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-11T10:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092486#M924052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..that time we are not moving on sheet activate trigger,if we are doing manually yours is best solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 11:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092486#M924052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092487#M924053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also if this is not a table box we are exporting, may be you can add a set analysis statement to your expression for straight table or pivot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 11:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092487#M924053</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-11T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to put dynamic listbox change in selection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092488#M924054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you want to select value? If you want to select when open the document you can try Open Document trigger..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=WeekName(Max(Week)-1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will change, if the Date / Week data added .&lt;/P&gt;&lt;P&gt;may be check the sample..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 11:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-dynamic-listbox-change-in-selection/m-p/1092488#M924054</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-11T11:21:59Z</dc:date>
    </item>
  </channel>
</rss>

