<?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: Themes question (well, two actually) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363287#M135088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such method to find current theme,&lt;/P&gt;&lt;P&gt;for more methods like this you can refer to QV-API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found the attached file&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;Arun Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 10:05:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-23T10:05:05Z</dc:date>
    <item>
      <title>Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363283#M135084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Is there a way of getting the name of a theme that was used in a document, and&lt;/P&gt;&lt;P&gt;b) Is there a way of applying the theme in the code - I would like to set up a variable in my document (say "varSetBlackTheme") that will be set to 1 or 0 and then in code:&lt;/P&gt;&lt;P&gt;If varSetBlackTheme = 1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // apply black theme&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Aply white theme&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance for your help&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363283#M135084</guid>
      <dc:creator />
      <dc:date>2012-03-21T16:15:14Z</dc:date>
    </item>
    <item>
      <title>Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363284#M135085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone know anything about themes? .... please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363284#M135085</guid>
      <dc:creator />
      <dc:date>2012-03-23T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363285#M135086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can change theme of your document dynamically by running this macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub A:&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01") &lt;/P&gt;&lt;P&gt;obj.ApplyTheme "C:\Program Files (x86)\QlikView\Themes\forest.qvt"&lt;/P&gt;&lt;P&gt;end sub&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;Here is the sample app attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change path of themes if macro is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363285#M135086</guid>
      <dc:creator />
      <dc:date>2012-03-23T09:26:54Z</dc:date>
    </item>
    <item>
      <title>Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363286#M135087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Arun&lt;/P&gt;&lt;P&gt;That was very helpful indeed - thanx - possibly the "Correct Answer".&lt;/P&gt;&lt;P&gt;Can I quickly ask:&lt;/P&gt;&lt;P&gt;a) How can I find out what theme I am currently using?&lt;/P&gt;&lt;P&gt;b) Is there any way that I can save my existing settings into a new theme. The wizard only accepts an exisiting theme (qvt) to act as the starting point before allowing modifications..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363286#M135087</guid>
      <dc:creator />
      <dc:date>2012-03-23T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363287#M135088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such method to find current theme,&lt;/P&gt;&lt;P&gt;for more methods like this you can refer to QV-API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found the attached file&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;Arun Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363287#M135088</guid>
      <dc:creator />
      <dc:date>2012-03-23T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363288#M135089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yes you can save youe existing theme ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. goto chart properties &amp;gt;&amp;gt; layout tab&amp;gt;&amp;gt;Use Theme maker&lt;/P&gt;&lt;P&gt;2. select which object theme you want to save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/12352_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Click next until finish,&amp;nbsp; thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363288#M135089</guid>
      <dc:creator />
      <dc:date>2012-03-23T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363289#M135090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Arun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I have is that I have an application that started life using one of the supplied themes but I have modified the look and feel so much that I just want to save the latest "look", as is, into a new template. The &lt;/P&gt;&lt;P&gt;the theme maker (in version 10 at least), asks to select one of the themes as a starting point; I cannot remember which one I used ane neither (as you confirmed) can I extract the name from the project/document properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363289#M135090</guid>
      <dc:creator />
      <dc:date>2012-03-23T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363290#M135091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am using QV 11 and in this you can save your theme using thememaker, there is no need of selecting a default theme ...you can select templateas none....then select one of your object of your theme in next step..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/12356_Capture.PNG" /&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;Arun Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363290#M135091</guid>
      <dc:creator />
      <dc:date>2012-03-23T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363291#M135092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the same in QV10 - I must have missed it - thank you.&lt;/P&gt;&lt;P&gt;What I am a little unsure is that the Theme Maker bases the new theme on just the one object you select (say a chart) - how do you define the look for a table for example. Do you save the theme and then go back iteritively using the new template as your base and add more and more object types as you go along? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again for your input. Your help has been very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 10:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363291#M135092</guid>
      <dc:creator />
      <dc:date>2012-03-23T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363292#M135093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some thoughts on themes and how they can be useful you may want to look at this blog posting: &lt;A class="loading" href="http://bit.ly/UbuJEN" title="http://bit.ly/UbuJEN"&gt;http://bit.ly/UbuJEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 23:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363292#M135093</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-12-11T23:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363293#M135094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason when I save the new theme based on a chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it isn't available to apply to existing objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setting / document properties / apply theme&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV themes come up but not the one I saved from a chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can not apply my theme to all existing documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. I would like to set one theme up and apply to all sheet objects (included new ones but also current objects)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 14:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363293#M135094</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-03-23T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Themes question (well, two actually)</title>
      <link>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363294#M135095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you save a theme it will default to the last place that you saved a theme to.&amp;nbsp; When you go to apply a theme it shows your default Theme location.&amp;nbsp; The two places are seldom the same.&amp;nbsp; You simply need to find the correct location where you saved your theme file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default Theme location can be set under Settings \ User Preferences \ Locations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 16:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Themes-question-well-two-actually/m-p/363294#M135095</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-23T16:54:05Z</dc:date>
    </item>
  </channel>
</rss>

