<?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 date format in textbox with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197056#M875618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date 01/2016 .. now i want get the same date in textbox with set analysis expression how i can?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prabhas277</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>date format in textbox with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197056#M875618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date 01/2016 .. now i want get the same date in textbox with set analysis expression how i can?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197056#M875618</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: date format in textbox with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197057#M875620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date using set analysis, how are you getting this date everywhere else? Can you may be give a sample with what you are expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197057#M875620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T09:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: date format in textbox with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197058#M875622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if we write = "01/2016 in text box then we can see the 01/2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want get the same results by using set analysis expression in textbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197058#M875622</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2016-10-27T09:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: date format in textbox with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197059#M875623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis cannot help you in getting a date, may you want this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MakeDate(2016, 1), 'MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197059#M875623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T09:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: date format in textbox with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197060#M875624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understood right. May be like: &lt;SPAN style="font-family: 'courier new', courier;"&gt;= Only({&amp;lt;DateField={'01/2016'}&amp;gt;}&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;DateField&lt;/SPAN&gt;)&lt;/SPAN&gt; . Now instead of fixing this date you can use a variable that would store user input or so, like: = &lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;Only({&amp;lt;DateField={'&lt;EM&gt;$(vDate)&lt;/EM&gt;'}&amp;gt;}&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;DateField&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-in-textbox-with-set-analysis/m-p/1197060#M875624</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-27T09:42:15Z</dc:date>
    </item>
  </channel>
</rss>

