<?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: how to display a qvd name in a text box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792904#M1051202</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;as qvd loads per default create tables named after the file, you might display the table name instead (if not changed manually in the script):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70770_QlikCommunity_Thread_141306_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70771_QlikCommunity_Thread_141306_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70775_QlikCommunity_Thread_141306_Pic3.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14153969038611234 jive_text_macro jive_macro_code" jivemacro_uid="_14153969038611234"&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="117072" data-objecttype="13" href="http://community.qlik.com/servlet/JiveServlet/download/2061-126752-574248-117072/dot_actie.qvd"&gt;http://community.qlik.com/servlet/JiveServlet/download/574248-117072/dot_actie.qvd&lt;/A&gt;&lt;SPAN&gt;] (qvd);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 21:48:19 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-11-07T21:48:19Z</dc:date>
    <item>
      <title>how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792898#M1051196</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 need to display the Qvd name in the text box.&lt;/P&gt;&lt;P&gt;I have tried documentname function but it is showing the qvw not qvd.&lt;/P&gt;&lt;P&gt;Can some one help me pls.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792898#M1051196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T21:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792899#M1051197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no function for that. Maybe write the file name ( your qvd) in a variable to show it in a textbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792899#M1051197</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-07T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792900#M1051198</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 have given as let vQVDName = Filename('my qvd name')&lt;/P&gt;&lt;P&gt;called the vQVDName in the text box to display my qvd name but it is not displaying&lt;/P&gt;&lt;P&gt;Any idea why?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792900#M1051198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T21:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792901#M1051199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, as far as I know there is no function like what you describe as Filename.&lt;/P&gt;&lt;P&gt;I suggest you set the name fix in the variable: e.g.&lt;/P&gt;&lt;P&gt;SET vQVDName = 'MyQvdName' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792901#M1051199</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-11-07T21:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792902#M1051200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dude use document Analyzer qvw to get table names and fieldnames which can be called in front end in text box whatever&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792902#M1051200</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-11-07T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792903#M1051201</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 cant use 'set' as i have many QVDs which i want to display the updated qvd info at dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792903#M1051201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T21:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792904#M1051202</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;as qvd loads per default create tables named after the file, you might display the table name instead (if not changed manually in the script):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70770_QlikCommunity_Thread_141306_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70771_QlikCommunity_Thread_141306_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_141306_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70775_QlikCommunity_Thread_141306_Pic3.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14153969038611234 jive_text_macro jive_macro_code" jivemacro_uid="_14153969038611234"&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="117072" data-objecttype="13" href="http://community.qlik.com/servlet/JiveServlet/download/2061-126752-574248-117072/dot_actie.qvd"&gt;http://community.qlik.com/servlet/JiveServlet/download/574248-117072/dot_actie.qvd&lt;/A&gt;&lt;SPAN&gt;] (qvd);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 21:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792904#M1051202</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-07T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792905#M1051203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;It is showing the system table not the one i created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792905#M1051203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T22:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792906#M1051204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post your application with sample data to clarify&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792906#M1051204</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-07T22:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792907#M1051205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I cant able to attach my qvw?&lt;/P&gt;&lt;P&gt;Can i show u in my team viwer if it is ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792907#M1051205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T22:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792908#M1051206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Juat&amp;nbsp; a minute i am sending my qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 23:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792908#M1051206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T23:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792909#M1051207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls find the attached QVW where i need to display the QVD along with last updated QVD reload time.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 23:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792909#M1051207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T23:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792910#M1051208</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;qvdtablename(file.qvd)&amp;nbsp; it wil return the table name of the qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 06:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792910#M1051208</guid>
      <dc:creator />
      <dc:date>2014-11-08T06:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: how to display a qvd name in a text box?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792911#M1051209</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;Try with FileBaseName()&lt;/P&gt;&lt;P&gt;Have a look at attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 08:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-a-qvd-name-in-a-text-box/m-p/792911#M1051209</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-08T08:11:22Z</dc:date>
    </item>
  </channel>
</rss>

