<?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: Button object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1960053#M79129</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Thank you everyone,&lt;/P&gt;
&lt;P&gt;some how I had created by creating variables and calendrer object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 14:41:54 GMT</pubDate>
    <dc:creator>mkupendra</dc:creator>
    <dc:date>2022-07-25T14:41:54Z</dc:date>
    <item>
      <title>Button object</title>
      <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1952381#M78520</link>
      <description>&lt;P&gt;End user want to to select their own date range , Is it possible&amp;nbsp; to create button object for that&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-object/m-p/1952381#M78520</guid>
      <dc:creator>mkupendra</dc:creator>
      <dc:date>2022-07-06T12:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button object</title>
      <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956884#M78905</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;You are best looking at date picker extension supplied by Qlik.&lt;/P&gt;
&lt;P&gt;Custom Objects &amp;gt; Qlik Dashboard Bundle &amp;gt;&amp;nbsp; Date Picker&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956884#M78905</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-07-18T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Button object</title>
      <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956889#M78906</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;&lt;BR /&gt;in addition to Mark,&lt;/P&gt;
&lt;P&gt;you can add two input var and in set analysis&amp;nbsp; add something like -&lt;/P&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-main-content"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV id="bodyDisplay_1" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;Date={"&amp;gt;$(Var1)&amp;lt;$(Var2)"}&amp;gt;}Customer)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-footer"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-Footer-right"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956889#M78906</guid>
      <dc:creator>MendyS</dc:creator>
      <dc:date>2022-07-18T06:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Button object</title>
      <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956895#M78907</link>
      <description>&lt;P&gt;To create a date range you can use the "Date picker" extension, which doesn't quite convince me how it works, or you can put two "Variable Input", one for the start date of the range and another for the end date of the range, and then use those variables to filter the values as needed:&lt;/P&gt;
&lt;P&gt;count(distinct {&amp;lt;&lt;BR /&gt;Date_ID={"&amp;gt;=$(vL.Date_Start)&amp;lt;=$(vL.Date_End)"}&lt;BR /&gt;&amp;gt;}ID)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 06:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-object/m-p/1956895#M78907</guid>
      <dc:creator>carlos_molino</dc:creator>
      <dc:date>2022-07-18T06:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Button object</title>
      <link>https://community.qlik.com/t5/App-Development/Button-object/m-p/1960053#M79129</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Thank you everyone,&lt;/P&gt;
&lt;P&gt;some how I had created by creating variables and calendrer object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 14:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-object/m-p/1960053#M79129</guid>
      <dc:creator>mkupendra</dc:creator>
      <dc:date>2022-07-25T14:41:54Z</dc:date>
    </item>
  </channel>
</rss>

