<?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: Data according to dates in qlikview in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828723#M15433</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide the sample data and expected output. Will send it back.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 07:37:44 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-08-16T07:37:44Z</dc:date>
    <item>
      <title>Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828596#M15423</link>
      <description>&lt;P&gt;I want latest data on sheet .. i tried this on chart and through this i got latest data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;count({&amp;lt;LMax_Date={'$(vLMaxDate)'},[No]-={'NA'}&amp;gt;} distinct [No])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in VLMaxDate i did this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Max(LMax_Date)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now i call this variable on input box just for checking latest date is displayed or not.. in my folder latest sheet for the month of Aug 2021&lt;/P&gt;&lt;P&gt;so in LMaxDate date is &lt;STRONG&gt;31-08-2021&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now here i want when user the change the date then according to date data will also change&lt;/P&gt;&lt;P&gt;i created this varaible &lt;STRONG&gt;L_Date&lt;/STRONG&gt; and call date column&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=LMax_Date&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and drag in list box and also in input box but both objects are empty .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capriconuser_0-1628884558544.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60095i8C5A36565D8A0D21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="capriconuser_0-1628884558544.png" alt="capriconuser_0-1628884558544.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where as these dates are in LMaxDate column&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capriconuser_2-1628884832822.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60097i98B4DEE7AF1801E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="capriconuser_2-1628884832822.png" alt="capriconuser_2-1628884832822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 20:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828596#M15423</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2021-08-13T20:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828598#M15424</link>
      <description>&lt;P&gt;How did you define L_Date?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 20:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828598#M15424</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-13T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828622#M15425</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VLMaxDate&amp;nbsp; &amp;lt;-- you are storing the max value of LMax_Date in the variable , not selecting the max value in the field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So if you assign the field value in the variable L_Date, Qlik doesn't recognize, which values need to display in the variable, that;s the reason, it display blank value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can assign the Max(LMax_Date) in the&amp;nbsp;variable L_Date.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 06:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828622#M15425</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-14T06:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828710#M15428</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/146379"&gt;@stevejoyce&lt;/a&gt;&amp;nbsp;this is varaible.. in this i called column&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 06:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828710#M15428</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2021-08-16T06:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828711#M15429</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;but i want all dates in L_Date .. and when user select the date the according to the date data should be change&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 06:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828711#M15429</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2021-08-16T06:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828720#M15431</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;In that case, try with calendar object.&lt;/P&gt;&lt;P&gt;And store the date selection in the variable based on ur requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 07:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828720#M15431</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-16T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828722#M15432</link>
      <description>&lt;P&gt;is list box work ? will u please share any sample&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 07:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828722#M15432</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2021-08-16T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828723#M15433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide the sample data and expected output. Will send it back.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 07:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828723#M15433</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-16T07:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828806#M15436</link>
      <description>&lt;P&gt;check files please&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828806#M15436</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2021-08-16T12:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828821#M15437</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Variable will not store List of Values from a field unless it is aggregated resulting in one value or only value is possible.&lt;/P&gt;&lt;P&gt;You can use a logical date island in a List Box for user to select. If nothing is selected then the variable vLMaxDate will store&amp;nbsp;Max(Laptop_Max_Date) else Max(Logical_LDate).&amp;nbsp;&lt;/P&gt;&lt;P&gt;see below:&lt;/P&gt;&lt;P&gt;1. Script - create logical island as under:&lt;/P&gt;&lt;P&gt;Logical_LDate:&lt;BR /&gt;Load distinct&lt;BR /&gt;Laptop_Max_Date as Logical_LDate&lt;BR /&gt;Resident Laptop_Date_Table;&lt;/P&gt;&lt;P&gt;2. Change the variable expr as under:&lt;/P&gt;&lt;P&gt;vLMaxDate =if(GetSelectedCount(Logical_LDate)&amp;gt;=1, Date(Max(Logical_LDate)), Date(Max(Laptop_Max_Date)))&lt;/P&gt;&lt;P&gt;3. Create List Box for user to optionally select the LDate from: Logical_Date&lt;/P&gt;&lt;P&gt;Hope the above helps.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 13:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828821#M15437</guid>
      <dc:creator>NageshSG</dc:creator>
      <dc:date>2021-08-16T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828938#M15439</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1629168397721.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60170i5EB0EFC1BAF096FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1629168397721.png" alt="MayilVahanan_0-1629168397721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see all the laptop_max_date in the dropdown menu of the variable .&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828938#M15439</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-17T02:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828944#M15440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good suggestion!&lt;/P&gt;&lt;P&gt;Few down sides though -&lt;/P&gt;&lt;P&gt;1. The user is not able to change the expression outcome in the chart using this variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Workaround: use a Logical Island date column as suggested earlier or use a more complex expression in the measure to take user triggered change in the LDate if it is not same as LMaxDate!&lt;/P&gt;&lt;P&gt;2. The variable will always display one 'date value' only (either user selected or default min date).&lt;/P&gt;&lt;P&gt;3. The user can&amp;nbsp; change the default from the drop down list.&amp;nbsp; Variable is primarily used as an info only.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 04:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828944#M15440</guid>
      <dc:creator>NageshSG</dc:creator>
      <dc:date>2021-08-17T04:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data according to dates in qlikview</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828945#M15441</link>
      <description>&lt;P&gt;Hi Nagesh,&lt;/P&gt;&lt;P&gt;Yes, but Its depends on the requirements need to change the option.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 04:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-according-to-dates-in-qlikview/m-p/1828945#M15441</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-17T04:25:39Z</dc:date>
    </item>
  </channel>
</rss>

