<?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: Display text data in Table Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1604756#M737913</link>
    <description>&lt;P&gt;I have looked at things up, down and sideways, and I cannot figure out what the heck is wrong either, Agent 9 and 13 are not appearing, and the above poster is incorrect, changing the Totals does NOT fix the underlying issue of Agent 9 and 13 not appearing here, but I cannot figure out what is wrong either.&amp;nbsp; I am hoping by posting this, maybe someone else will be able to have a look that is a better developer than am I and spot what we are missing here! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Sorry I do not have a fix for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 16:49:18 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-07-22T16:49:18Z</dc:date>
    <item>
      <title>Display text data in Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1594410#M737911</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;Beginner on QlikView, I need help to create a table that I can't do,&lt;/P&gt;&lt;P&gt;I would like to have something like this &lt;STRONG&gt;(with Total)&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 206px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14135i1EF2CAB3EAA2EDAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But in my table on QlikView, text data "CP" and "CM" are not displayed.&lt;/P&gt;&lt;P&gt;I put like Expression :&lt;/P&gt;&lt;P&gt;=if(jour = 11 and [temps prod]='CP','CP',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(jour = 11 and [temps prod]='CM','CM',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval( sum(if(jour = 11, [temps prod])) ,'hh:mm:ss')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;in attached my QVW file and below the txt data,&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA.txt :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent;agentid;Start;temps;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent1;1104;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent2;1030;11/03/19 07:00;06:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent3;1226;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent4;1070;11/03/19 11:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent5;1146;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent6;1225;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent7;1018;11/03/19 08:00;09:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent8;1197;11/03/19 12:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent9;1186;11/03/19 CP;CP&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent10;1167;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent11;1036;11/03/19 08:00;06:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent12;1058;11/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent13;1037;11/03/19 CM;CM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent14;1103;11/03/19 08:00;06:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent15;1122;11/03/19 08:00;05:00:00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent1;1104;12/03/19 11:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent2;1030;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent3;1226;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent4;1070;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent5;1146;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent6;1225;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent7;1018;12/03/19 08:00;09:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent8;1197;12/03/19 08:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent9;1186;12/03/19 CM;CM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent10;1167;12/03/19 12:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent11;1036;12/03/19 08:00;06:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent12;1058;12/03/19 07:00;07:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent13;1037;12/03/19 CP;CP&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent14;1103;12/03/19 08:00;06:00:00&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Agent15;1122;12/03/19 08:00;05:00:00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1594410#M737911</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2024-11-16T20:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display text data in Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1594429#M737912</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just call that filed in expression of straight table&amp;nbsp;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;BR /&gt;s1,s2&lt;BR /&gt;t,2&lt;BR /&gt;3,4&lt;BR /&gt;1,c&lt;BR /&gt;2,d&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sum.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14138iBD9BFBE6964CEE93/image-size/large?v=v2&amp;amp;px=999" role="button" title="sum.PNG" alt="sum.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 06:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1594429#M737912</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2019-06-21T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display text data in Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1604756#M737913</link>
      <description>&lt;P&gt;I have looked at things up, down and sideways, and I cannot figure out what the heck is wrong either, Agent 9 and 13 are not appearing, and the above poster is incorrect, changing the Totals does NOT fix the underlying issue of Agent 9 and 13 not appearing here, but I cannot figure out what is wrong either.&amp;nbsp; I am hoping by posting this, maybe someone else will be able to have a look that is a better developer than am I and spot what we are missing here! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Sorry I do not have a fix for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 16:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1604756#M737913</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-22T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display text data in Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1604802#M737914</link>
      <description>&lt;P&gt;It is likely "misbehaving" because the expression has to evaluate more than one line to execute the expression and one line has the "CP" or "CM" in the Temps Prod field and one line does not.&amp;nbsp; this of it like this.&lt;/P&gt;&lt;P&gt;We can test this.&amp;nbsp; First start with no selections.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pre-selection.png" style="width: 565px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15839i347DA7499C72AF76/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pre-selection.png" alt="Pre-selection.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now make a selection...&amp;nbsp; Notice in the chart where you have selections, the value populates correctly.&amp;nbsp; This is likely due to the fact that when you select Jour 11, the expression is evaluating a single line.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pose Selection.png" style="width: 551px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15840i1C982A80F868B779/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pose Selection.png" alt="Pose Selection.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't have the time today to figure out the correct solution.&amp;nbsp; However, I can tell you that you have to find a way for your expression to evaluate a single for your nested IF statement to work.&amp;nbsp; The alternative would be to come up with a different expression, perhaps Set Analysis can be used.&amp;nbsp; I was able to get the following formula to work in a test instance.&lt;/P&gt;&lt;P&gt;IF((sum({$&amp;lt; jour = {11}&amp;gt;} [temps prod]))&amp;lt;=0, 'CM',&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Interval(sum({$&amp;lt; jour = {11}&amp;gt;} [temps prod]),'hh:mm:ss' ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also attached the QVW file I altered for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 18:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-data-in-Table-Expression/m-p/1604802#M737914</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2019-07-22T18:22:15Z</dc:date>
    </item>
  </channel>
</rss>

