<?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 Buttons to zoom in and out of google map instead of slider in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200475#M58988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Thank you. But I have no experience with macros, so is it possible for you to provide me with the vb script.&lt;/P&gt;&lt;P&gt;just the idea of how to assign:&lt;/P&gt;&lt;P&gt;var_zoom=var_zoom + 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 16:50:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-06T16:50:11Z</dc:date>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200473#M58986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can we have Buttons to zoom in and out of google map instead of slider? How can this be done?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200473#M58986</guid>
      <dc:creator />
      <dc:date>2011-04-06T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200474#M58987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;BR /&gt;It definitely can be done.&lt;BR /&gt;Slider, if it is based on a variable, modifies the value of a variable. This can be done with buttons as well - "zoom out" runs a macro that adds 1 to a variable value, "zoom in" subtracts 1. Should be rather simple. Probably you want to set some limits for both changes, for example don't allow to go up above 15, and disable "zoom out" button conditionally, and don't allow to go below 2 by disabling "zoom in" button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 15:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200474#M58987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-06T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200475#M58988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Thank you. But I have no experience with macros, so is it possible for you to provide me with the vb script.&lt;/P&gt;&lt;P&gt;just the idea of how to assign:&lt;/P&gt;&lt;P&gt;var_zoom=var_zoom + 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 16:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200475#M58988</guid>
      <dc:creator />
      <dc:date>2011-04-06T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200476#M58989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will work:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub ZoomIn&lt;BR /&gt; set z=ActiveDocument.Variables("var_zoom")&lt;BR /&gt; z.SetContent z.GetContent.string-1, true&lt;BR /&gt;end sub&lt;BR /&gt;sub ZoomOut&lt;BR /&gt; set z=ActiveDocument.Variables("var_zoom")&lt;BR /&gt; z.SetContent z.GetContent.string+1, true&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I don't consider here any conditions, just the basics. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 17:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200476#M58989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-06T17:59:37Z</dc:date>
    </item>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200477#M58990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Michael. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;One last thing, do you have a document (tutorial) on vb scripts, where it talks about 'getcontent.string','setcontent' etc.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 08:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200477#M58990</guid>
      <dc:creator />
      <dc:date>2011-04-07T08:51:54Z</dc:date>
    </item>
    <item>
      <title>Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200478#M58991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;APIGuide.qvw &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 11:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200478#M58991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T11:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons to zoom in and out of google map instead of slider</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200479#M58992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun/ Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am designr and started learning development part. I dont understand te post here. Pls explain me the step by step process to achive this. Apart from this button idea do we have any other idea for zoom in google map. Can you guys pls send me the sample qvw of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 05:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-zoom-in-and-out-of-google-map-instead-of-slider/m-p/200479#M58992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-08T05:25:58Z</dc:date>
    </item>
  </channel>
</rss>

