<?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: OrderNumber in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906221#M314898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 16:57:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-03T16:57:44Z</dc:date>
    <item>
      <title>OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906208#M314885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a chart where any set of brands may be displayed&lt;/P&gt;&lt;P&gt;For each brand in this particular chart I'd like to calculate an OrderNumber and according to this order number set a color using a Color function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this formular:&lt;/P&gt;&lt;P&gt;color(RowNo())&lt;/P&gt;&lt;P&gt;It fails to work correctly for my chart, maybe, it is because my chart is rather complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to calculate an &lt;SPAN style="font-size: 13.3333330154419px;"&gt;OrderNumber in a chart?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906208#M314885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906209#M314886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand the requirement? Would you be able to share some data to help understand the requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906209#M314886</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T15:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906210#M314887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like this chart to be multicolured. This chart is based on a complicated formula. I'd like the formula to remain as it is.&lt;/P&gt;&lt;P&gt;So I need to set a certain colour for each bar. I'd like to take colours from a color pallete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I set Color(RowNo()) in chart settings as a Background Color it distroys my formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that it is because of the function &lt;SPAN style="font-size: 13.3333330154419px;"&gt;RowNo(). Maybe, there is some alternative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the file attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906210#M314887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906211#M314888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(RowNo(), Red(), Green(), Blue(), Yellow(), LightBlue(), LightCyan(), LightGray(), LightGreen(), LightMagenta(), LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88312_Capture.PNG" style="height: 536px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906211#M314888</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906212#M314889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a different output. See the file attached.&lt;/P&gt;&lt;P&gt;I can I get a correct result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906212#M314889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T16:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906213#M314890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at the attacted qvw? Re-attaching it with this post check it out or post your new qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906213#M314890</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906214#M314891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;I opened your file and saw a different output.&lt;/P&gt;&lt;P&gt;I reattach the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906214#M314891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T16:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906215#M314892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lairsa -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why it is doing that. Can you try opening this one to check if it is still doing the same thing?? Alternatively what happens when you add &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Pick(RowNo(), Red(), Green(), Blue(), Yellow(), LightBlue(), LightCyan(), LightGray(), LightGreen(), LightMagenta(), LightRed()) &lt;/STRONG&gt;as Background color to your own version you added here (not the one I sent). Does it still do the same thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906215#M314892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906216#M314893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;It's all the same. I see the same result in your file and in my own file (see the file attached). It seems strange that we get different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SR2. I can not switch to a later version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906216#M314893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T16:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906217#M314894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SR10, but I am not sure if the version difference is causing this. The reason I say this is because we are using some very simple functions which should not have changed over the previous versions. But having said that, we are seeing different outputs and not sure how we can handle this unless I can replicate the same issue at my end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me still see if I can work on another solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906217#M314894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906218#M314895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send a screenshot of what happens when you convert the above into a straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906218#M314895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906219#M314896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the file attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906219#M314896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906220#M314897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the problem now. Let me fix it and resend it in a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906220#M314897</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906221#M314898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906221#M314898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906222#M314899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Aggregated Dimension the only solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is that I would not like to use an &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Aggregated Dimension if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906222#M314899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906223#M314900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We did try the other option, which wasn't working for you (for some reason). I don't know a third way to do it just on the front end of the application. I can suggest you a back end way, but that won't be dynamic based on your selection which won't be very useful in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906223#M314900</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: OrderNumber in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906224#M314901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OrderNumber-in-a-chart/m-p/906224#M314901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T17:32:47Z</dc:date>
    </item>
  </channel>
</rss>

