<?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 Creating a variable in text box to display current Month-Year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450144#M97897</link>
    <description>&lt;P&gt;I have a variable set as vCurrentMonth showing 19 which is the&amp;nbsp;Date.Chron.Month value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like a textbox to display the value for&amp;nbsp;Date.Month.Year (May-2024) through using the&amp;nbsp;vCurrentMonth variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have any suggestions on how this may be done?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="776"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="124"&gt;Date.Chron.Month&lt;/TD&gt;
&lt;TD width="110"&gt;Date.Period&lt;/TD&gt;
&lt;TD width="137"&gt;Date.Month.Long&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Month.Short&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Year&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Month.Year&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;TD&gt;May&lt;/TD&gt;
&lt;TD&gt;May&lt;/TD&gt;
&lt;TD&gt;2024&lt;/TD&gt;
&lt;TD&gt;May-2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Wed, 08 May 2024 07:05:50 GMT</pubDate>
    <dc:creator>NickBentley</dc:creator>
    <dc:date>2024-05-08T07:05:50Z</dc:date>
    <item>
      <title>Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450144#M97897</link>
      <description>&lt;P&gt;I have a variable set as vCurrentMonth showing 19 which is the&amp;nbsp;Date.Chron.Month value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like a textbox to display the value for&amp;nbsp;Date.Month.Year (May-2024) through using the&amp;nbsp;vCurrentMonth variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have any suggestions on how this may be done?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="776"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="124"&gt;Date.Chron.Month&lt;/TD&gt;
&lt;TD width="110"&gt;Date.Period&lt;/TD&gt;
&lt;TD width="137"&gt;Date.Month.Long&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Month.Short&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Year&lt;/TD&gt;
&lt;TD width="135"&gt;Date.Month.Year&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;TD&gt;May&lt;/TD&gt;
&lt;TD&gt;May&lt;/TD&gt;
&lt;TD&gt;2024&lt;/TD&gt;
&lt;TD&gt;May-2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 08 May 2024 07:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450144#M97897</guid>
      <dc:creator>NickBentley</dc:creator>
      <dc:date>2024-05-08T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450159#M97899</link>
      <description>&lt;P&gt;How's vCurrentMonth derived?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 07:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450159#M97899</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-08T07:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450165#M97900</link>
      <description>&lt;P&gt;At the start of the the script with LET&amp;nbsp;&lt;SPAN&gt;vCurrentMonth&lt;/SPAN&gt; = 19;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 07:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450165#M97900</guid>
      <dc:creator>NickBentley</dc:creator>
      <dc:date>2024-05-08T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450187#M97904</link>
      <description>&lt;P&gt;What does that specifically represent? &lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 08:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450187#M97904</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-08T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450277#M97913</link>
      <description>&lt;P&gt;That represents May 2024 in a range of 48 month, June 2024 is 20, July 2024 21 and so on&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 11:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450277#M97913</guid>
      <dc:creator>NickBentley</dc:creator>
      <dc:date>2024-05-08T11:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable in text box to display current Month-Year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450479#M97928</link>
      <description>&lt;P&gt;Could you tell me why you want to use a variable for this instead of making use of a dynamic one?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 18:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-in-text-box-to-display-current-Month-Year/m-p/2450479#M97928</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-08T18:30:18Z</dc:date>
    </item>
  </channel>
</rss>

