<?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: String Value in expression ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597806#M1093006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's strange. When I create a Dimension &amp;amp; a Expression with it, they are both visible and so not null.&lt;/P&gt;&lt;P&gt;But When I delete the dimension, the expression is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advice,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 15:44:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-05T15:44:27Z</dc:date>
    <item>
      <title>String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597801#M1093001</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;It's possible to use String value in expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=[MyStringValue]&lt;/LI&gt;&lt;LI&gt;=Capitalize([MyStringValue])&lt;/LI&gt;&lt;LI&gt;=Text([MyStringValue])&lt;/LI&gt;&lt;LI&gt;=Chr([MyStringValue])&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They all return null...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advice,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 14:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597801#M1093001</guid>
      <dc:creator />
      <dc:date>2014-05-05T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597802#M1093002</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;It seems, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[MyStringValue]&lt;/SPAN&gt; itself has Null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 14:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597802#M1093002</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-05-05T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597803#M1093003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[MyStringValue]&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;field?&lt;/P&gt;&lt;P&gt;variable?&lt;/P&gt;&lt;P&gt;string constant? Did you use single quotes?&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 14:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597803#M1093003</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-05T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597804#M1093004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use it in Dimension and not in Expression, I didn't have Null Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is a way to put a Dimension between 2 expressions like that :&lt;/P&gt;&lt;P&gt;[ID] - [Name] - [MyStringValue] - [AVG(COST)] - [SUM(COST)]&lt;/P&gt;&lt;P&gt;1 - Test - What ever it's just a string value - 36$ - 140$&lt;/P&gt;&lt;P&gt;2 - Bar - Fuuuu - 2$ - 89$&lt;/P&gt;&lt;P&gt;3 - Its - Over - 9000$ - 9000$&lt;/P&gt;&lt;P&gt;Dimension : [ID], [NAME], [MyStringValue]&lt;/P&gt;&lt;P&gt;Expression : [SUM(COST)], [AVG(COST)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 14:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597804#M1093004</guid>
      <dc:creator />
      <dc:date>2014-05-05T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597805#M1093005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Easy if you can post the sample QVW. Looks like you're losing granularity of data when you move the field from Dimension to Expression. Please try using in both Expression and Dimension to see if it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 14:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597805#M1093005</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-05-05T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597806#M1093006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's strange. When I create a Dimension &amp;amp; a Expression with it, they are both visible and so not null.&lt;/P&gt;&lt;P&gt;But When I delete the dimension, the expression is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advice,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597806#M1093006</guid>
      <dc:creator />
      <dc:date>2014-05-05T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597807#M1093007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here two picture for more understanding :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="er1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58379_er1.PNG.png" style="width: 620px; height: 118px;" /&gt;&lt;IMG alt="er2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58380_er2.PNG.png" style="width: 620px; height: 49px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597807#M1093007</guid>
      <dc:creator />
      <dc:date>2014-05-05T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597808#M1093008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's simply that QlikView needs an aggregation function as expression. Otherwise it doesn't know which of several values to return... So, try Mode() or FirstSortedValue().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 17:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597808#M1093008</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-05T17:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597809#M1093009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Just adding to what HIC mentioned above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Here is the video tutorial on FirstSortedValue function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="unlinked" title="http://qlikshare.com/tag/firstsortedvalue/"&gt;http://qlikshare.com/tag/firstsortedvalue/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 19:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597809#M1093009</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-05-05T19:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597810#M1093010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 01:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597810#M1093010</guid>
      <dc:creator />
      <dc:date>2014-05-06T01:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597811#M1093011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir can you help me in my calendar script i have a difficulties with this, i attach a picture of the script and the output, the problem is as you can see in the picture in year to year comparison there is a 13 unknown data . how can i solve this please help&amp;nbsp; me regarding to this matter .....thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 01:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597811#M1093011</guid>
      <dc:creator />
      <dc:date>2014-05-06T01:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597812#M1093012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tri to add aggrégation function like Capitalize), Chr() or Text(). With Mode() or FirstSortedValue(), i've the same result : nothing ...&lt;/P&gt;&lt;P&gt;By the way, thank you for your link : it's was interesting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 07:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597812#M1093012</guid>
      <dc:creator />
      <dc:date>2014-05-06T07:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: String Value in expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597813#M1093013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a strange one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I've one single value in, it's okay but i've more than one value, I've got no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="er3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58400_er3.PNG.png" style="width: 620px; height: 57px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 07:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Value-in-expression/m-p/597813#M1093013</guid>
      <dc:creator />
      <dc:date>2014-05-06T07:36:32Z</dc:date>
    </item>
  </channel>
</rss>

