<?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 show Welcome Message on opening a .qvw document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388979#M563827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can open a document and show an image or play a sound, then, in a page you can show a text object with the name of the user ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 10:55:48 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2013-01-31T10:55:48Z</dc:date>
    <item>
      <title>How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388977#M563825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Show Welcome message while opening a .qvw document?&lt;/P&gt;&lt;P&gt;For example I have DOC1.qvw and when i open that document i want a welcome message "Welcome&amp;lt;Username&amp;gt;"...how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388977#M563825</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-01-31T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388978#M563826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;go to setting -&amp;gt; document properties--&amp;gt; triggers--&amp;gt; select&lt;STRONG&gt; on open--&amp;gt;add action--&amp;gt;external--&amp;gt;run macro--&amp;gt;edit module&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;write macro code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;msgbox("welcome")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388978#M563826</guid>
      <dc:creator />
      <dc:date>2013-01-31T10:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388979#M563827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can open a document and show an image or play a sound, then, in a page you can show a text object with the name of the user ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388979#M563827</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-01-31T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388980#M563828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Save your Welcome message as an image, then go to Document Properties and in the Opening tab, check the image checkbox and select your opening image. This image will be shown when you open the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388980#M563828</guid>
      <dc:creator />
      <dc:date>2013-01-31T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388981#M563829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanks for that but what i was asking like&lt;/P&gt;&lt;P&gt;-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome &amp;lt;userid&amp;gt;"..did u get it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 11:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388981#M563829</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-01-31T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Welcome Message on opening a .qvw document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388982#M563830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanks for that but what i was asking like&lt;/P&gt;&lt;P&gt;-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome &amp;lt;userid&amp;gt;"..did u get it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-Welcome-Message-on-opening-a-qvw-document/m-p/388982#M563830</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-01-31T11:53:50Z</dc:date>
    </item>
  </channel>
</rss>

