<?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 Using variable information in Label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684686#M541701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a variable called vBegDate and it looks like this in my load:&lt;/P&gt;&lt;P&gt;LET vBegDate = Num(makedate(year(Today()),1,1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use the first day of the first month for each year to do comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use this variable in a label that would say 'Beginning Value as of _________ (put the variable date here)&lt;/P&gt;&lt;P&gt;Is this possible to do????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 21:05:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-30T21:05:06Z</dc:date>
    <item>
      <title>Using variable information in Label</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684686#M541701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a variable called vBegDate and it looks like this in my load:&lt;/P&gt;&lt;P&gt;LET vBegDate = Num(makedate(year(Today()),1,1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use the first day of the first month for each year to do comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use this variable in a label that would say 'Beginning Value as of _________ (put the variable date here)&lt;/P&gt;&lt;P&gt;Is this possible to do????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684686#M541701</guid>
      <dc:creator />
      <dc:date>2014-06-30T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable information in Label</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684687#M541702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure! You would just need to preface the text label with an equal sign to indicate that it's an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Beginning value as of ' &amp;amp; vBegDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684687#M541702</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-30T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using variable information in Label</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684688#M541703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/14602"&gt;Vlad Gutkovsky&lt;/A&gt; is correct. In addition you may want to wrap the vBegDate variable in the Date() function to get a formatted date instead of the date numeric number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;='Beginning value as of ' &amp;amp; Date(vBegDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;='Beginning value as of ' &amp;amp; Date(vBegDate, 'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 00:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variable-information-in-Label/m-p/684688#M541703</guid>
      <dc:creator />
      <dc:date>2014-07-01T00:34:36Z</dc:date>
    </item>
  </channel>
</rss>

