<?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: Message Box - For users without access to a sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451053#M1162380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not like this application but i used macro for the purpose of user end duplicate value. if he tried to enter same value then it gives pop up msg.&lt;/P&gt;&lt;P&gt;your problem also solved i attached you vb script manual might be helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 11:34:54 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2012-12-19T11:34:54Z</dc:date>
    <item>
      <title>Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451050#M1162375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a front page in my qikview document.&amp;nbsp;&amp;nbsp; On this front pages are buttons which users can use to go further into the document depending on what they want to see and their access rights&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set up restrictions in my script which does not allow certain pages: Script is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, LEVEL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, 1, DETAIL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, 2,NO_DETAIL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, 3, DETAIL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVEL,VALID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DETAIL, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NO_DETAIL,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then in the &lt;EM&gt;Conditional Show:&amp;nbsp; &lt;/EM&gt;sum(VALID)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now want a message (Text Box) to pop up when the user presses the button on the front page of the document telling them something like "You do not have access to this page at this time"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me achieve this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helen﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451050#M1162375</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-12-19T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451051#M1162377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this can be done using macro.. you should have to active the document in that condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451051#M1162377</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-19T11:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451052#M1162378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an example.....I have not performed a macro yet?&amp;nbsp; Have you dones something similar in the past?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451052#M1162378</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-12-19T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451053#M1162380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not like this application but i used macro for the purpose of user end duplicate value. if he tried to enter same value then it gives pop up msg.&lt;/P&gt;&lt;P&gt;your problem also solved i attached you vb script manual might be helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 11:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451053#M1162380</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-19T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451054#M1162382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am interested in this question. Sounds like some VBA with &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/forms_dialogs_messagebox.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;messagebox control&lt;/SPAN&gt;&lt;/A&gt; can do it. However, I am not quite familiar with the VBA part. With regard to some &lt;A href="http://www.kettic.com/winforms_ui/csharp_guide/forms_dialogs_messagebox_get_started.shtml"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;use of messagebox&lt;/SPAN&gt;&lt;/A&gt;, reading some tutorials is recommended. The idea above offered is nice. Hope more ideas can be put out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 02:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451054#M1162382</guid>
      <dc:creator />
      <dc:date>2014-05-13T02:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451055#M1162383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try an alert, in the menu bar choose tools, after alerts; the condition must be &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(VALID)&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an Alert Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When somebody opens the doc him/her will see your message alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 07:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451055#M1162383</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-05-13T07:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Message Box - For users without access to a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451056#M1162385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a macro sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sub MessageBox&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text = "Test message for a sample" &lt;/P&gt;&lt;P&gt;&amp;nbsp; Return = MsgBox (Text, vbInformation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 07:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Message-Box-For-users-without-access-to-a-sheet/m-p/451056#M1162385</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-05-13T07:30:56Z</dc:date>
    </item>
  </channel>
</rss>

