<?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 change sheets automatically in Access point. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849548#M298042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u tried on access point??&lt;/P&gt;&lt;P&gt;N Share me .qvw...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 06:19:50 GMT</pubDate>
    <dc:creator>mohammadkhatimi</dc:creator>
    <dc:date>2015-04-03T06:19:50Z</dc:date>
    <item>
      <title>How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849544#M298038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change sheets automatically in Access point... I am able to do it in my desktop side.&lt;/P&gt;&lt;P&gt;Please suggest any solution which is successfully done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 05:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849544#M298038</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-03T05:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849545#M298039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain automatically with specific cases with which you want to this sheets to change ?&lt;/P&gt;&lt;P&gt;if would be great if you can put in qvw along with specific cases&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 05:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849545#M298039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849546#M298040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheet will be changed after some specific time period.....&lt;/P&gt;&lt;P&gt;For e.g Sheet1 will be changed after 10 sec to Sheet 2.&lt;/P&gt;&lt;P&gt;Hope you understand the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849546#M298040</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-03T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849547#M298041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok yup got it.&lt;/P&gt;&lt;P&gt;you will be opening the document at particular sheet right &lt;/P&gt;&lt;P&gt;say you have got 3 sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take down the now() in a variable say vStart &lt;/P&gt;&lt;P&gt; on open event set vActiveSheet=1&lt;/P&gt;&lt;P&gt;vActiveSheet=if(now()-vStart&amp;gt;=10 seconds AND now()-vStart&amp;lt;=20 seconds ,2,3)&lt;/P&gt;&lt;P&gt;you can keep add if statements in case you have more than 3 sheets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the sheet properties you can mention condition with the appropriate value of variable vActiveSheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849547#M298041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849548#M298042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u tried on access point??&lt;/P&gt;&lt;P&gt;N Share me .qvw...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849548#M298042</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-03T06:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849549#M298043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have just given pseudo code, if you have qvw please share will try it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849549#M298043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T06:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849550#M298044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOTO TRIGGERS ADD ACTIONS SELECT SHEET IDS CLIK OK WILL AUTOMATICALLY CHANGE SHEETS AUTOMATICALLY USING VARIABLES ALSO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849550#M298044</guid>
      <dc:creator />
      <dc:date>2015-04-03T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849551#M298045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using triggers we can automatically change sheets in access point goto sheet propertys triggers add actions select sheet id apply ok close document we can change sheets position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849551#M298045</guid>
      <dc:creator />
      <dc:date>2015-04-03T06:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849552#M298046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;P&gt;When u implement any logic kindly check whether its working on access point....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849552#M298046</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-03T06:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849553#M298047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...Mahammad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change sheets automatically without any click....and within a specific period of time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this problem it little bit urgent...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 05:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849553#M298047</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-04T05:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change sheets automatically in Access point.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849554#M298048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guyz is any1 have micros related to this topic????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 07:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-sheets-automatically-in-Access-point/m-p/849554#M298048</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-04-16T07:20:00Z</dc:date>
    </item>
  </channel>
</rss>

