<?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 Apply Color map to all charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139123#M897500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I want to define a standard set of colors(bar chart properties--&amp;gt;colors tab-&amp;gt;Data Appearance section) for all charts in the document.&lt;/P&gt;&lt;P&gt;I clicked on Advanced button and defined some colors and tried to make it document default. But it seems that the changes(all set of colors) are not applied to all chart and are just stored as document default colors. &lt;/P&gt;&lt;P&gt;How can i apply the change to all charts ie using document default color map. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>surajap123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Apply Color map to all charts</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139123#M897500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I want to define a standard set of colors(bar chart properties--&amp;gt;colors tab-&amp;gt;Data Appearance section) for all charts in the document.&lt;/P&gt;&lt;P&gt;I clicked on Advanced button and defined some colors and tried to make it document default. But it seems that the changes(all set of colors) are not applied to all chart and are just stored as document default colors. &lt;/P&gt;&lt;P&gt;How can i apply the change to all charts ie using document default color map. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139123#M897500</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Color map to all charts</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139124#M897501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing the default document colors will not change existing objects. You'll have to do that manually. Perhaps the Format Painter Tool (from the Design toolbar) can help a bit with that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139124#M897501</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Color map to all charts</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139125#M897502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to create colour codes in excel sheet and load that in Qliview and try to insert below script&amp;nbsp; then u will get the same colurs whatevr u expected&amp;nbsp; &lt;/P&gt;&lt;P&gt;chk below thread aswell&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/206044"&gt;Re:Load colour&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorCodes:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ColorNo, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColorCode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[$(vFilePath)\ColorCodes.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vNumberOfRows = NoOfRows('ColorCodes');&lt;/P&gt;&lt;P&gt;For vI = 0 to (vNumberOfRows - 1)&lt;/P&gt;&lt;P&gt;Let vVariable_Name = Peek('ColorNo',vI,'Expression');&lt;/P&gt;&lt;P&gt;Let [$(vVariable_Name)] = Peek('ColorCode',vI,'Expression');&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table ColorCodes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOte: ColourNo {1,2,3...}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ColourCode{RGB(255,255,0).....}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 06:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139125#M897502</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-07-26T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Color map to all charts</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139126#M897503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to apply the color changes to all charts at one go(because my dashboard has some 30 charts), instead of manually going to each chart(color tab-&amp;gt; Advanced tab--&amp;gt;update doc default).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 07:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139126#M897503</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2016-07-26T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Color map to all charts</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139127#M897504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Suraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, as Gysbert pointed out, the modified document default color will not effect the exist objects. So you know that you must set this value when you start to create the dashboard in the future.&lt;/P&gt;&lt;P&gt;And in your case, the&amp;nbsp; "format painter tool" helps.&amp;nbsp; Pls notice that you need to double click on the target object to make the format work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 07:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Color-map-to-all-charts/m-p/1139127#M897504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T07:55:40Z</dc:date>
    </item>
  </channel>
</rss>

