<?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 CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594560#M508406</link>
    <description>&lt;P&gt;Try this for color expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Dim = 1, RGB(0,0,0), RGB(197,188,164))&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 21 Jun 2019 10:24:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-06-21T10:24:56Z</dc:date>
    <item>
      <title>HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594112#M508402</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;can somebody please explain to me, how I can create the following chart in QlikView.&lt;/P&gt;&lt;P&gt;The hard part is to get the single bar (dimension) on the far left&lt;/P&gt;&lt;P&gt;The chart displays the monthly average cost of production on the left, and to the right the cumulitve daily costs of production&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 596px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14089i97730CD9AB355FD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried the following:&lt;/P&gt;&lt;P&gt;Dimension:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;=ValueList('Month','Day')&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;= Pick(Match(ValueList('Month', 'Day'), 'Month', 'Day')&lt;BR /&gt;,vproductioncostmonth&lt;BR /&gt;,vproductioncostday)&lt;/P&gt;&lt;P&gt;Now this works only partly,&amp;nbsp; it give's me exactly two bars next to each other, but it doesn't treat days as an dynamic dimension, thus if I have selected more than one day I would receive the sum of the costs for all of the days but not day 1, day2, day3... next to each other... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594112#M508402</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2024-11-16T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594193#M508403</link>
      <description>&lt;P&gt;Instead of ValueList dimension, create an Island table in the script like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dim:
LOAD * INLINE [
Dim
1
2
];&lt;/LI-CODE&gt;&lt;P&gt;Now use this as you dimension&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Pick(Dim, 'Monat', Day)&lt;/LI-CODE&gt;&lt;P&gt;Here I have not used single quotes around Day field... meaning Day is an actual field where as Monat is hard coded value. Expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;= Pick(Dim
,vproductioncostmonth
,vproductioncostday)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594193#M508403</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-20T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594437#M508404</link>
      <description>&lt;P&gt;Thanks man! People like you make this world a better place! So greatful!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 06:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594437#M508404</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2019-06-21T06:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594507#M508405</link>
      <description>&lt;P&gt;Hello my friend,&lt;/P&gt;&lt;P&gt;I would like to change the color of the first bar (Monat). But I'm having trouble setting the conditions since we sort of created two dimensions in one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the following, which obviously failed:&lt;/P&gt;&lt;P&gt;if(Dim='Monat',RGB(0,0,0),RGB(197,188,164) )&amp;nbsp;&lt;/P&gt;&lt;P&gt;pick(match(Dim,'Monat',Day),if(Dim='Monat',green()))&lt;/P&gt;&lt;P&gt;Thanking in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594507#M508405</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2019-06-21T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594560#M508406</link>
      <description>&lt;P&gt;Try this for color expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Dim = 1, RGB(0,0,0), RGB(197,188,164))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Jun 2019 10:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594560#M508406</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594583#M508407</link>
      <description>Hmm, sadly didn't work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I tried:&lt;BR /&gt;&lt;BR /&gt;If(Dim = 1, RGB(0,0,0), RGB(197,188,164))&lt;BR /&gt;If(Dim = '1', RGB(0,0,0), RGB(197,188,164))&lt;BR /&gt;If(Dim = 'Monat', RGB(0,0,0), RGB(197,188,164))&lt;BR /&gt;&lt;BR /&gt;but no luck..</description>
      <pubDate>Fri, 21 Jun 2019 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594583#M508407</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2019-06-21T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594591#M508408</link>
      <description>&lt;P&gt;I don't expect the third one to work, but I would have expected the first 2 to have worked.... Would you be able to share a sample where you can show this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594591#M508408</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T12:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594942#M508409</link>
      <description>&lt;P&gt;Hello Sunny_talwar,&lt;/P&gt;&lt;P&gt;here is the sample .qvw. Maybe you have another idea of how I could solve this issue?&lt;/P&gt;&lt;P&gt;Thanking in advance!!&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Malte&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 09:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1594942#M508409</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2019-06-24T09:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1595040#M508410</link>
      <description>&lt;P&gt;What is the issue here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14253iD4839C767405A859/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 11:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1595040#M508410</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-24T11:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CREATE A CHART WITH TWO X-AXIS DIMENSIONS - BOTH DYNAMIC and ONE OF THEM SUBSEQUENT DAYS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1595045#M508411</link>
      <description>Hello =),&lt;BR /&gt;thanks awesome! This works. I inserted the condition in the colors tab and not in the expression-background-and-color tab.&lt;BR /&gt;&lt;BR /&gt;Thanks so much! Have a great day!&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Mon, 24 Jun 2019 11:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-CREATE-A-CHART-WITH-TWO-X-AXIS-DIMENSIONS-BOTH-DYNAMIC/m-p/1595045#M508411</guid>
      <dc:creator>hhmcdama</dc:creator>
      <dc:date>2019-06-24T11:23:31Z</dc:date>
    </item>
  </channel>
</rss>

