<?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 How to not display certain information in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971139#M80113</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I have the following table&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="268"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="83"&gt;Num&lt;/TD&gt;
&lt;TD width="185"&gt;Line&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;30000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;40000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;50000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;and I just need this :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 124pt;" border="0" width="166" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="83" height="19" class="xl65" style="height: 14.4pt; width: 62pt;"&gt;Num&lt;/TD&gt;
&lt;TD width="83" class="xl65" style="border-left: none; width: 62pt;"&gt;Line&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;30000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;4&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to only keep the smaller "LINE" for each number. Can I do it in the front end? or should I do it in the back end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 08:30:03 GMT</pubDate>
    <dc:creator>Manuel174102</dc:creator>
    <dc:date>2022-08-22T08:30:03Z</dc:date>
    <item>
      <title>How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971139#M80113</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I have the following table&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="268"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="83"&gt;Num&lt;/TD&gt;
&lt;TD width="185"&gt;Line&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;30000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;40000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;50000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;and I just need this :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 124pt;" border="0" width="166" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="83" height="19" class="xl65" style="height: 14.4pt; width: 62pt;"&gt;Num&lt;/TD&gt;
&lt;TD width="83" class="xl65" style="border-left: none; width: 62pt;"&gt;Line&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;30000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.4pt; border-top: none;"&gt;4&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;10000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to only keep the smaller "LINE" for each number. Can I do it in the front end? or should I do it in the back end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 08:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971139#M80113</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T08:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971166#M80114</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Num,&lt;/P&gt;
&lt;P&gt;min(Line) as Line&lt;/P&gt;
&lt;P&gt;from ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;group by Num ;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971166#M80114</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2022-08-22T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971177#M80116</link>
      <description>&lt;P&gt;Is your output suppose to display the first row of each Num field value?&amp;nbsp; If so then, try this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Temp:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;LOAD Num, &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Line,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;RowNo() AS ID&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;From Table;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;FinalTable:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;LOAD Num,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;FirstSortedValue(Line,ID) as Line&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Resident Temp&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Group by Num&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Order by Num;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Drop Table Temp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#993366"&gt;Exit Script;&lt;/FONT&gt;&lt;/STRONG&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="peter_brown_0-1661161247816.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87155i4259CA718D9DE226/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peter_brown_0-1661161247816.png" alt="peter_brown_0-1661161247816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971177#M80116</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-22T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971179#M80117</link>
      <description>&lt;P&gt;hello!&lt;/P&gt;
&lt;P&gt;it is not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i get the following message:&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;Unexpected token: 'min', expected one of: ',', ':', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', ...&lt;/DIV&gt;
&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;Load VR &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;min&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;(Line No_) as Line from Sales_Invoice_Line GROUP by VR&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;when I write min( it gets red&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971179#M80117</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971184#M80118</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For data Model ,Kindly make use of the script posted by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48554"&gt;@brunobertels&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For front End ,Kindly use the below one as mentioned in the screenshot,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lakshminarayanan_J_0-1661160762489.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87153i65F15DD2EA6C50E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lakshminarayanan_J_0-1661160762489.png" alt="Lakshminarayanan_J_0-1661160762489.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971184#M80118</guid>
      <dc:creator>Lakshminarayanan_J</dc:creator>
      <dc:date>2022-08-22T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971187#M80119</link>
      <description>&lt;P&gt;hello!&lt;/P&gt;
&lt;P&gt;when i write that i get this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;Table: LOAD VR, "Line No_", RowNo() AS ID From Sales_Invoice_Line&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;Table should be the table from which I am getting the information from?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971187#M80119</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971194#M80120</link>
      <description>&lt;P&gt;HELLO,&lt;/P&gt;
&lt;P&gt;thanks. I still get all of them.... i want to delete the ones that are not min ((i did what u told me in the front end)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971194#M80120</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971197#M80121</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you post the screenshot of table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971197#M80121</guid>
      <dc:creator>Lakshminarayanan_J</dc:creator>
      <dc:date>2022-08-22T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971201#M80123</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try the below expression and share the result if not working.&lt;/P&gt;
&lt;P&gt;=Min( total &amp;lt;Num&amp;gt; Line)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lakshminarayanan_J_0-1661161627027.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87157iE0D05D2F7EE3F7AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lakshminarayanan_J_0-1661161627027.png" alt="Lakshminarayanan_J_0-1661161627027.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971201#M80123</guid>
      <dc:creator>Lakshminarayanan_J</dc:creator>
      <dc:date>2022-08-22T09:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971265#M80128</link>
      <description>&lt;P&gt;It still does not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 11:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971265#M80128</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-22T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to not display certain information in a table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971272#M80129</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191112"&gt;@Manuel174102&lt;/a&gt;&amp;nbsp; as &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92390"&gt;@Lakshminarayanan_J&lt;/a&gt;&amp;nbsp; suggested you may have to share specific details as to why it doesn't work for you because all the suggestions seem correct.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 11:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-not-display-certain-information-in-a-table/m-p/1971272#M80129</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-22T11:51:53Z</dc:date>
    </item>
  </channel>
</rss>

