<?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 How to see values stored in variable ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506843#M1146690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like in unix shell scripts or oracle we can see the value that was stored in a variable using echo $variable , dbms.output.putline() respectively... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , how can i see the value stored in a variable using my script ?? is there any command available ?? or i can see it only in the list box.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 08:55:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-22T08:55:20Z</dc:date>
    <item>
      <title>How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506843#M1146690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like in unix shell scripts or oracle we can see the value that was stored in a variable using echo $variable , dbms.output.putline() respectively... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , how can i see the value stored in a variable using my script ?? is there any command available ?? or i can see it only in the list box.??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 08:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506843#M1146690</guid>
      <dc:creator />
      <dc:date>2013-07-22T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506844#M1146691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;command :&amp;nbsp; TRACE&amp;nbsp; $(YourVariable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 08:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506844#M1146691</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-22T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506845#M1146692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; In the script editor , I included a line as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let VData='Test Display' &amp;amp;'-'&amp;amp;'Value';&lt;/P&gt;&lt;P&gt;TRACE $(VData);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to display it in a text object to see the output of my variable value &lt;/P&gt;&lt;P&gt;=TRACE $(VData); it was not showing any value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 09:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506845#M1146692</guid>
      <dc:creator />
      <dc:date>2013-07-22T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506846#M1146693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try sleep(10000) after trace .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 09:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506846#M1146693</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-22T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506847#M1146694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your quick reply, I could see the value while running the .qvw file.&amp;nbsp; But can I display that in a text object ?? how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506847#M1146694</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506848#M1146695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can debug the code one by one instead of reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506848#M1146695</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506849#M1146697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;front end?&lt;/P&gt;&lt;P&gt;text box expresssion: = $(variablename)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506849#M1146697</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-22T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506850#M1146698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and u can display the varible in text box through below structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(YourVariableName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506850#M1146698</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506851#M1146699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks .. I could see the output for the variable value while doing debug step by step..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with the above expression it was not displaying the value in the front end text object ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(VData); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506851#M1146699</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506852#M1146700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure that the variables actually holds the value once the script execution is finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To make sure this, you can go to setting -&amp;gt; variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here you will find all the variables and their values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the variable has the value, then create a text box and use =VData and it will show values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506852#M1146700</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-22T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506853#M1146701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove semicolon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506853#M1146701</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-22T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506854#M1146702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try, just give a =VData&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506854#M1146702</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506855#M1146703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik and the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see the value for the variable VData in the Variable overview.&amp;nbsp; I should not use =$(VData) instead if I&amp;nbsp; use =VData (without $) it displays the value in the text object .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506855#M1146703</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506856#M1146704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I was trying to see the value returned by the below QVD functions such as QvdNoOfRecords etc... But I could see the values stored in the variables ???? Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let qvdcrtime=QvdCreateTime($(SD)dept11.qvd);&lt;/P&gt;&lt;P&gt;Let qvdNoOfRec=QvdNoOfRecords($(SD)dept11.qvd);&lt;/P&gt;&lt;P&gt;Let qvdTabName=QvdTableName($(SD)dept11.qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace $qvdcrtime;&lt;/P&gt;&lt;P&gt;Trace $qvdNoOfRec;&lt;/P&gt;&lt;P&gt;Trace $qvdTabName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506856#M1146704</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506857#M1146705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; For your quick review , the syntax copied it here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvdCreateTime( filename ) - Returns the XML-header time stamp from a QVD file if any (otherwise NULL).&lt;/P&gt;&lt;P&gt;QvdNoOfRecords( filename ) - Returns the number of records currently in a QVD file.&lt;/P&gt;&lt;P&gt;QvdNoOfFields( filename ) - Returns the number of fields in a QVD file.&lt;/P&gt;&lt;P&gt;QvdFieldName( filename ) - Returns the name of field number field_no, if it exists in a QVD file (otherwise NULL).&lt;/P&gt;&lt;P&gt;QvdTableName( filename ) - Returns the name of the table contained in a QVD file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506857#M1146705</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506858#M1146706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QvdCreateTime('FileName');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File name should be in quote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506858#M1146706</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-22T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to see values stored in variable ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506859#M1146707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working, you're awesome //&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 10:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-see-values-stored-in-variable/m-p/506859#M1146707</guid>
      <dc:creator />
      <dc:date>2013-07-22T10:56:27Z</dc:date>
    </item>
  </channel>
</rss>

