<?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: Object Button and select a date for action in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1705603#M54097</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Try with a numeric format (your date *1)&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 12:14:18 GMT</pubDate>
    <dc:creator>MNicolas</dc:creator>
    <dc:date>2020-05-27T12:14:18Z</dc:date>
    <item>
      <title>Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703514#M53886</link>
      <description>&lt;P&gt;Hello world !&lt;/P&gt;&lt;P&gt;My data contains a date :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 466px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33968iAAEBF1161F5BCD26/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm using the Button object for his action possibility. I just want to select a specific date when clicking on it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 240px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33969iF431BBF67FCD6E7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without succes&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":unamused_face:"&gt;😒&lt;/span&gt;. I try many possibility to give the value (just text, with date function, different format...)... The result is the same.&lt;/P&gt;&lt;P&gt;If some values are selected in the field, a click on the button will deselect data.&lt;/P&gt;&lt;P&gt;When I try on another "text" field, it's working fine !&lt;/P&gt;&lt;P&gt;Any suggestion why ?&lt;/P&gt;&lt;P&gt;Thanks for help !&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 16:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703514#M53886</guid>
      <dc:creator>_CD_</dc:creator>
      <dc:date>2020-05-19T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703534#M53890</link>
      <description>&lt;P&gt;Make sure your date format matches the one your application uses - you can do this by making a manual selection and seeing what pops up.&lt;/P&gt;&lt;P&gt;For example, my dates are formatted as '01-JAN-2020', so I was able to get it to select using:&lt;/P&gt;&lt;P&gt;='01-JAN-2020'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(MakeDate(2020,1,1),'DD-MMM-YYYY')&lt;/P&gt;&lt;P&gt;But not e.g.&lt;/P&gt;&lt;P&gt;='01/01/2020'&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 17:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703534#M53890</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-05-19T17:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703831#M53934</link>
      <description>&lt;P&gt;Hi, thanks for your answer.&lt;/P&gt;&lt;P&gt;I agree ! But in the reality&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example, a selection on this field :&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 153px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34040i3947574D0A1FB0F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And used like that :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 240px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33969iF431BBF67FCD6E7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems correct for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it working for you ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 12:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1703831#M53934</guid>
      <dc:creator>_CD_</dc:creator>
      <dc:date>2020-05-20T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1705603#M54097</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Try with a numeric format (your date *1)&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 12:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1705603#M54097</guid>
      <dc:creator>MNicolas</dc:creator>
      <dc:date>2020-05-27T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1705630#M54100</link>
      <description>&lt;P&gt;Ouais ouais ouais ! (Lepers style for the french audience)&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Seriously... Thanks, it works like that but I really don't understand why&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 12:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1705630#M54100</guid>
      <dc:creator>_CD_</dc:creator>
      <dc:date>2020-05-27T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Object Button and select a date for action</title>
      <link>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1780108#M60665</link>
      <description>&lt;P&gt;Great! &lt;span class="lia-unicode-emoji" title=":rocket:"&gt;🚀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-Button-and-select-a-date-for-action/m-p/1780108#M60665</guid>
      <dc:creator>ManuelRühl</dc:creator>
      <dc:date>2021-02-04T10:17:37Z</dc:date>
    </item>
  </channel>
</rss>

