<?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: getfieldselection date value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790379#M61749</link>
    <description>&lt;P&gt;The GetfieldSelections() returns a string describing your selection, it does not return an array of values.&amp;nbsp; It will be hard to format each of these, there is also a default limit to the amount of selection listed before it starts to return "X out of 1234".&lt;/P&gt;&lt;P&gt;I suggest you either create a field with the format 'MMMDD' and do the selections on that field. Or if the check for selection not important, but you just want a list of available values then you could use &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringAggregationFunctions/concat.htm" target="_self"&gt;concat()&lt;/A&gt;&amp;nbsp; instead.&amp;nbsp; Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=concat(Distinct Date([&lt;SPAN&gt;orderdate&lt;/SPAN&gt;],'MMMDD'), ', ')&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 08:22:47 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2021-03-11T08:22:47Z</dc:date>
    <item>
      <title>getfieldselection date value</title>
      <link>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790326#M61744</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I would like to use getfieldselection in set analysis.&amp;nbsp; I have looked for solution in community to turn to date mmmdd format as below. But it doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;date#(GetFieldSelections([orderdate]),'MMMdd')&lt;/P&gt;&lt;P&gt;like order date = 10/21/2021, 11/27/2021 , I would like to get&amp;nbsp; Oct21 , Nov27&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790326#M61744</guid>
      <dc:creator>alanwong1178</dc:creator>
      <dc:date>2024-11-16T00:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: getfieldselection date value</title>
      <link>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790369#M61747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try using this-&lt;/P&gt;&lt;P&gt;=Date(GetFieldSelections(&lt;SPAN&gt;[orderdate]&lt;/SPAN&gt;),'MMMDD')&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 07:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790369#M61747</guid>
      <dc:creator>salonicdk28</dc:creator>
      <dc:date>2021-03-11T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: getfieldselection date value</title>
      <link>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790379#M61749</link>
      <description>&lt;P&gt;The GetfieldSelections() returns a string describing your selection, it does not return an array of values.&amp;nbsp; It will be hard to format each of these, there is also a default limit to the amount of selection listed before it starts to return "X out of 1234".&lt;/P&gt;&lt;P&gt;I suggest you either create a field with the format 'MMMDD' and do the selections on that field. Or if the check for selection not important, but you just want a list of available values then you could use &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringAggregationFunctions/concat.htm" target="_self"&gt;concat()&lt;/A&gt;&amp;nbsp; instead.&amp;nbsp; Maybe like this?&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=concat(Distinct Date([&lt;SPAN&gt;orderdate&lt;/SPAN&gt;],'MMMDD'), ', ')&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/getfieldselection-date-value/m-p/1790379#M61749</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-03-11T08:22:47Z</dc:date>
    </item>
  </channel>
</rss>

