<?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: Features not working on web in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774208#M274668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then what can I use instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 13:51:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-10T13:51:14Z</dc:date>
    <item>
      <title>Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774202#M274662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;LET vTimer = &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Second(now()) &amp;lt; 30, 0, 1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And i have two TABs. The first one has a condition to be shown: vtimer = 0 and the Second TAB will be shown when vTimer = 1. It works perfectly. My problem is that when i put on web the actualization doesn't work. It stays in the same TAB forever. Just when i do any click, the TAB shown changes according by the vTimer value. &lt;/P&gt;&lt;P&gt;I had problems before in something similar about the document triggers. It worked on .qvw file, but on browser didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can help me?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774202#M274662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774203#M274663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like &lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Second(now()) &amp;lt; 30 or &lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Second(now()) &amp;gt;= 30&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774203#M274663</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-03-10T12:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774204#M274664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A script variable like in your example only changes when a reload is executed. Do you mean that when opening the document in the AP, the wrong tab is shown, whatever the (static) value of vTimer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774204#M274664</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-10T12:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774205#M274665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774205#M274665</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-03-10T12:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774206#M274666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradip Sen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not the expression. As i said it's working on QVW file but in AP it's static and the TAB doesn't change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774206#M274666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T13:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774207#M274667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Now() function does not work properly in WebView or the Ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 13:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774207#M274667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T13:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774208#M274668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then what can I use instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774208#M274668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774209#M274669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I would not have a dashboard that auto flips between tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to do it then use the IE plugin client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774209#M274669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-10T14:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774210#M274670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;now&lt;/STRONG&gt; function wont work in Ajax. Instead you can go for some extensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774210#M274670</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2015-03-10T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774211#M274671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the IE Client. Just installed but when i try to access it show message: Fail to open. You dont have access to document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the configuration screen on QMC:&lt;IMG alt="AP.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80482_AP.jpg" style="height: 321px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;So based on the Path i use the url: &lt;A href="http://bi.compesa.com.br/QvPlugin/opendoc.htm?document=hide\setorial\leste\L_LESTE.qvw" title="http://bi.compesa.com.br/QvPlugin/opendoc.htm?document=hide\setorial\leste\L_LESTE.qvw"&gt;http://MY_URL_EXAMPLE/QvPlugin/opendoc.htm?document=MY_FILE_EXAMPLE.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But it doesn't ask authentication and give me the error message i wrote before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works on Ajax if i use url: &lt;A href="http://bi.compesa.com.br/QvPlugin/opendoc.htm?document=hide\setorial\leste\L_LESTE.qvw" style="font-size: 13.3333330154419px;" title="http://bi.compesa.com.br/QvPlugin/opendoc.htm?document=hide\setorial\leste\L_LESTE.qvw"&gt;http://MY_URL_EXAMPLE/QvAJAXZfc/opendoc.htm?document=MY_FILE_EXAMPLE.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774211#M274671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-11T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Features not working on web</title>
      <link>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774212#M274672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;System-&amp;gt;setup-&amp;gt;qv server-&amp;gt; folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name given should be same as the path name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example. : Name&amp;nbsp; :&amp;nbsp; &lt;STRONG&gt;Sample&lt;/STRONG&gt;&amp;nbsp; , Path : //servername/&lt;STRONG&gt;Sample or &lt;/STRONG&gt;E:\qlikview&lt;STRONG&gt;\Sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final Path name and folder name should be same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 13:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Features-not-working-on-web/m-p/774212#M274672</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2015-03-13T13:19:02Z</dc:date>
    </item>
  </channel>
</rss>

