<?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 Building Variable Identifier using Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26186#M778850</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;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp; variables: vCustomColor1,vCustomColor2,vCustomColor3... and a Field SampleRank()1,2,3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a build a variable dynamically: =$(='vCustomColor'&amp;amp;SampleRank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works if I select 1 Sample, however It does not work when I use SampleRank as dimension of a table, where each column provides a different Rank (1,2,3...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>chrweber</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26186#M778850</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;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp; variables: vCustomColor1,vCustomColor2,vCustomColor3... and a Field SampleRank()1,2,3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a build a variable dynamically: =$(='vCustomColor'&amp;amp;SampleRank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works if I select 1 Sample, however It does not work when I use SampleRank as dimension of a table, where each column provides a different Rank (1,2,3...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&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/Building-Variable-Identifier-using-Field/m-p/26186#M778850</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26187#M778851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain with example what you actually want with sample qlikview file or screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26187#M778851</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2018-04-12T10:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26188#M778852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are creating with =$(='vCustomColor'&amp;amp;SampleRank) a new adhoc-variable which could only have one value at the same time. This meant it couldn't be used to evaluate anything on a row-level else it will be caluclated once before the chart is calculated an applied to each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As alternatively you could use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(SimpleRank, 1,2,3, ...),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vCustomColor1,vCustomColor2,vCustomColor3, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A further approach might be this here: &lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26188#M778852</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-04-12T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26189#M778853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create colour at back end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26189#M778853</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-12T10:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26190#M778854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coloring is not my problem.&amp;nbsp; Dynamically specifying a variable, however, is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26190#M778854</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-12T10:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Building Variable Identifier using Field</title>
      <link>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26191#M778855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;My hack works only under the restriction that there are only a limited number of rows, which I enforce.&lt;/P&gt;&lt;P&gt;your suggestion appears to make that restriction explicit. I will try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Building-Variable-Identifier-using-Field/m-p/26191#M778855</guid>
      <dc:creator>chrweber</dc:creator>
      <dc:date>2018-04-12T10:40:14Z</dc:date>
    </item>
  </channel>
</rss>

