<?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 dimension with hard-coded value (other than load inline) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676299#M245434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone use calculated dimension to generate a dimension with hard coded values&lt;/P&gt;&lt;P&gt;instead of loading inline?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comlum1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 11:49:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-22T11:49:12Z</dc:date>
    <item>
      <title>dimension with hard-coded value (other than load inline)</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676299#M245434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone use calculated dimension to generate a dimension with hard coded values&lt;/P&gt;&lt;P&gt;instead of loading inline?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comlum1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676299#M245434</guid>
      <dc:creator />
      <dc:date>2014-10-22T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: dimension with hard-coded value (other than load inline)</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676300#M245435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated dimension like&lt;/P&gt;&lt;P&gt;=ValueList('A','B','C')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676300#M245435</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-22T11:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: dimension with hard-coded value (other than load inline)</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676301#M245436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at valuelist() and valueloop() functions.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676301#M245436</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-22T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: dimension with hard-coded value (other than load inline)</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676302#M245437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reference this dimension in the expression of a chart by repeating the dimension expression e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ValueList('A','B','C')='A', SomeExpression)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-hard-coded-value-other-than-load-inline/m-p/676302#M245437</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-22T11:53:19Z</dc:date>
    </item>
  </channel>
</rss>

