<?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: Text? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text/m-p/509454#M1125491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not in a chart table object, but a simple text object. Unfortunately, I can't share the qvw, but my expression is&lt;/P&gt;&lt;P&gt;Text(Holiday &amp;amp; Date &amp;amp; Person). I want it to show such when that person actually has taken a holiday, but it still returns person's name when I select one, even if they didn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 15:58:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-19T15:58:21Z</dc:date>
    <item>
      <title>Text?</title>
      <link>https://community.qlik.com/t5/QlikView/Text/m-p/509452#M1125489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a text box display the following: I have a set of working hours for people, but on some days they didn't work due to planned leave. Working hours and holiday (planned leave) have separate columns which I loaded, so I want the text box to display " Date- Planned Leave- Name" and used text function, but it doesn't always return all three, and sometimes returns the name when the person didn't take a holiday. Can I use another function for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text/m-p/509452#M1125489</guid>
      <dc:creator />
      <dc:date>2013-12-19T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text?</title>
      <link>https://community.qlik.com/t5/QlikView/Text/m-p/509453#M1125490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Anna&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say text box, but I suspect you may mean a column of text in a Chart Table object, could you clarify &amp;amp; if appropriate advise what kind of Chart object you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could well be that your expression / field selections may be returning more than one value and in an expression a field name with no function around it assume the Only() which will return the field value if there is only one possible answer otherwise it will return Null.&amp;nbsp; Maybe adding another expression to count the field occurrences will help your testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notwithstanding that are you able to share a sample qvw, or maybe simply paste in your expression for generating your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text/m-p/509453#M1125490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text?</title>
      <link>https://community.qlik.com/t5/QlikView/Text/m-p/509454#M1125491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not in a chart table object, but a simple text object. Unfortunately, I can't share the qvw, but my expression is&lt;/P&gt;&lt;P&gt;Text(Holiday &amp;amp; Date &amp;amp; Person). I want it to show such when that person actually has taken a holiday, but it still returns person's name when I select one, even if they didn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text/m-p/509454#M1125491</guid>
      <dc:creator />
      <dc:date>2013-12-19T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text?</title>
      <link>https://community.qlik.com/t5/QlikView/Text/m-p/509455#M1125492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Anna&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could create 4 other text objects and put in them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Holiday&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' )&lt;/LI&gt;&lt;LI&gt;=concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' )&lt;/LI&gt;&lt;LI&gt;=concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Person&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' )&lt;/LI&gt;&lt;LI&gt;=concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Holiday&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' ) &amp;amp; '&amp;nbsp; :&amp;nbsp; ' &amp;amp; concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' )&amp;nbsp; &amp;amp; '&amp;nbsp; :&amp;nbsp; ' &amp;amp; concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Person&lt;/SPAN&gt;, '&amp;nbsp;&amp;nbsp; ' )&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And see if when you make various selections there is a correlation between your original text object going adrift and when any of these objects display more than one field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may then which to exploit this concat function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[I have typed the expressions above without testing so please accept my apology if there is a typo.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text/m-p/509455#M1125492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text?</title>
      <link>https://community.qlik.com/t5/QlikView/Text/m-p/509456#M1125493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neshina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA, u get some idea..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 03:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text/m-p/509456#M1125493</guid>
      <dc:creator />
      <dc:date>2013-12-21T03:51:38Z</dc:date>
    </item>
  </channel>
</rss>

