<?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: Call a variable in Label? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593357#M219952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ivrduration&lt;/SPAN&gt; = YourScriptHere;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vcallduration = ivrduration'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ivrduration&lt;/SPAN&gt; = YourScriptHere;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vcallduration = $(ivrduration);&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET v1 = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v2 = v1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET v1 = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v2 = $(v1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 06:38:27 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-05-05T06:38:27Z</dc:date>
    <item>
      <title>Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593350#M219945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any way to call a variable in label?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a bar chart i want a set a variable as my label name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can u help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593350#M219945</guid>
      <dc:creator />
      <dc:date>2014-05-05T05:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593351#M219946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Have you tried like: =$(VariableName) ? If you have doubt, try to share your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593351#M219946</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-05T05:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593352#M219947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can can you try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vYourVariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vYourVariableName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593352#M219947</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-05T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593353#M219948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suneel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variable in Label like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =VariableName or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(VariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593353#M219948</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-05T05:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593354#M219949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this in your chart's caption tab or windows title like,=$(Variable_Name)&lt;/P&gt;&lt;P&gt;Hope this will help you...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 05:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593354#M219949</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2014-05-05T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593355#M219950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am declared&amp;nbsp;&amp;nbsp; vcallduration=ivrduration after that i cal a my variable in lable but i can get a null value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593355#M219950</guid>
      <dc:creator />
      <dc:date>2014-05-05T06:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593356#M219951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let ivrduration=formula here;&lt;/P&gt;&lt;P&gt;set vcallduration=ivrduration;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in level use $(vcallduration)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593356#M219951</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-05T06:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593357#M219952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ivrduration&lt;/SPAN&gt; = YourScriptHere;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vcallduration = ivrduration'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ivrduration&lt;/SPAN&gt; = YourScriptHere;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vcallduration = $(ivrduration);&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET v1 = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v2 = v1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET v1 = now();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v2 = $(v1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593357#M219952</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-05T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593358#M219953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 06:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593358#M219953</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-05T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Call a variable in Label?</title>
      <link>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593359#M219954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define the variable first like-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set var=value;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use this variable in the label of this chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use =var&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know why =$(var) is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can use =var .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 07:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Call-a-variable-in-Label/m-p/593359#M219954</guid>
      <dc:creator />
      <dc:date>2014-05-05T07:12:03Z</dc:date>
    </item>
  </channel>
</rss>

