<?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 Requesting help with writing an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230142#M504815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sophie,&lt;/P&gt;&lt;P&gt;you don't really need to create the string upfront. You can use function concat() to create the list of AVAILABLE values on the fly, with a delimiter of your choice:&lt;/P&gt;&lt;P&gt;concat( F1 &amp;amp; ' ' &amp;amp; F2 &amp;amp; ' ' &amp;amp; F3, ',')&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 23:56:52 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2009-11-04T23:56:52Z</dc:date>
    <item>
      <title>Requesting help with writing an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230139#M504812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I am using in expression in a chart caption in order to display some additional data about the subject of my chart. My intention is to display the following within the caption:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;0000372/2 ANON E MOUSE, Science &amp;amp; Technology FRDSC&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Supervisory team: First Supervisor DELLA HAWKINS, Second Supervisor GERAINT MORGAN, Third Supervisor HELEN O TROY&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Registration date: 01/02/2008, Original Registration Expiry date: 31/02/2013, Current Registration Expiry date: 31/01/2012&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;For which I have used the following expression (this may be rather clumsy, as this is my first QlikView application!):&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR style="margin: 0cm 0cm 0pt;" /&gt;=(SCJCandNames &amp;amp;', ' &amp;amp;INC_NAME &amp;amp;'&lt;BR style="margin: 0cm 0cm 0pt;" /&gt;Supervisory team: ' &amp;amp;EXT_NAME &amp;amp;' ' &amp;amp;EEX_FNM1 &amp;amp;' '&amp;amp;EEX_SURN &amp;amp;', '&amp;amp;'&lt;BR style="margin: 0cm 0cm 0pt;" /&gt;Registration date: '&amp;amp;RDS_IDRD &amp;amp;',' &amp;amp;' Original Registration Expiry date: '&amp;amp;RDS_OERD &amp;amp;',' &amp;amp;' Current Registration Expiry date: '&amp;amp;RDS_CERD)&lt;BR style="margin: 0cm 0cm 0pt;" /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;However because each SCJCandNames (i.e. student) has more than one EXT_NAME &amp;amp;' ' &amp;amp;EEX_FNM1 &amp;amp;' '&amp;amp;EEX_SURN (i.e. supervisor), unless I make a(n inappropriate) selection on a single supervisor, the output does not display &lt;I style="mso-bidi-font-style: normal;"&gt;any&lt;/I&gt; of the supervisors' details, only the hard-coded text and punctuation marks.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I presume that I need to incorporate some function into my expression which instructs it a) to display all instances of EXT_NAME &amp;amp;' ' &amp;amp;EEX_FNM1 &amp;amp;' '&amp;amp;EEX_SURN and b) the order in which to display them (perhaps? - I do already have the field relating to their unique sequence number specifically included as one of the sort criteria for the entire document).&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I've had a look through the forum messages, wikis, blogs and parts of the User Guide but haven't yet found anything obviously relevant to my query. Could someone please point me in the right direction with an explanation of what I need to do (and how, if you're feeling generous!). Many thanks.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230139#M504812</guid>
      <dc:creator />
      <dc:date>2009-11-03T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Requesting help with writing an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230140#M504813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends, what you want to achieve. You may use the MaxString()- or FirstSortedValue()-function or the like to display just one value for each field. Another idea might be to take the Concat()-function to show all possible values, separated by a definable delimiter - just making it appear like a text.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 02:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230140#M504813</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-04T02:27:52Z</dc:date>
    </item>
    <item>
      <title>Requesting help with writing an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230141#M504814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter,&lt;/P&gt;&lt;P&gt;I'm trying to include a list of all values of a combination of four fields from my denormalised data, loaded from a table file. So student AE Mouse would have a list of supervisors that comprised 3 groups of data wherein each group includes the Examiner Type, Forename and Surname fields for that instance. These will be ordered by the (undisplayed) sequence number of the group. Because I have the single data source I think this means Concat isn't applicable in this case (?).&lt;/P&gt;&lt;P&gt;One of my colleagues with some Qv experience believes that my simplest solution would be to create a string of all supervisor type and name values (concatinating in the MS Excel sense,) prior to loading the data, rather than attempting to compile the list within the qlikview application. Does this sound reasonable in your experience?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 20:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230141#M504814</guid>
      <dc:creator />
      <dc:date>2009-11-04T20:52:36Z</dc:date>
    </item>
    <item>
      <title>Requesting help with writing an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230142#M504815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sophie,&lt;/P&gt;&lt;P&gt;you don't really need to create the string upfront. You can use function concat() to create the list of AVAILABLE values on the fly, with a delimiter of your choice:&lt;/P&gt;&lt;P&gt;concat( F1 &amp;amp; ' ' &amp;amp; F2 &amp;amp; ' ' &amp;amp; F3, ',')&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 23:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Requesting-help-with-writing-an-expression/m-p/230142#M504815</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-04T23:56:52Z</dc:date>
    </item>
  </channel>
</rss>

