<?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: Generating a list using GetFieldSelections() with Transformation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579217#M42276</link>
    <description>If you can live without the criteria that it had to be selected and accept to include all associated timestampField then you could simplify your expression to this:&lt;BR /&gt;&lt;BR /&gt;=Concat(NUM(timestampField), ', ')</description>
    <pubDate>Sun, 12 May 2019 05:44:58 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-05-12T05:44:58Z</dc:date>
    <item>
      <title>Generating a list using GetFieldSelections() with Transformation</title>
      <link>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579160#M42254</link>
      <description>&lt;P&gt;Greetings Qlikers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to use GetFieldSelections() to generate a list of selected timestamps in their numeric form separated by commas.&lt;/P&gt;&lt;P&gt;=GetFieldSelections(num(timestampField),', '))&lt;/P&gt;&lt;P&gt;^- Does not do the trick &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Use Case:&lt;/P&gt;&lt;P&gt;User Selections the Dates: 5/8/2019, 5/9/2019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GetFieldSelections(num()) Returns: 43593, 43594&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 22:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579160#M42254</guid>
      <dc:creator>Sazabi</dc:creator>
      <dc:date>2019-05-10T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a list using GetFieldSelections() with Transformation</title>
      <link>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579216#M42275</link>
      <description>I have not seen or heard of use like this, but you could try to do something like the code expression below.&lt;BR /&gt;&lt;BR /&gt;Concat( NUM( subfield( GetFieldSelections(timestampField), ',')), ', ')</description>
      <pubDate>Sun, 12 May 2019 05:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579216#M42275</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-12T05:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a list using GetFieldSelections() with Transformation</title>
      <link>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579217#M42276</link>
      <description>If you can live without the criteria that it had to be selected and accept to include all associated timestampField then you could simplify your expression to this:&lt;BR /&gt;&lt;BR /&gt;=Concat(NUM(timestampField), ', ')</description>
      <pubDate>Sun, 12 May 2019 05:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generating-a-list-using-GetFieldSelections-with-Transformation/m-p/1579217#M42276</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-12T05:44:58Z</dc:date>
    </item>
  </channel>
</rss>

