<?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: Identifying Missing server details in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111972#M90840</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thank you but I could not modify my script. So I would like to do this with expression. Is there any possible way?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 15:21:06 GMT</pubDate>
    <dc:creator>Rajakumaranakash</dc:creator>
    <dc:date>2023-08-31T15:21:06Z</dc:date>
    <item>
      <title>Identifying Missing server details</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111845#M90823</link>
      <description>&lt;P&gt;I have a table with location and server information. I want to identify the missing server between the site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My data:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 96pt;" border="0" width="128" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="64" height="19" style="height: 14.4pt; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;TD width="64" style="width: 48pt;"&gt;Server&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD&gt;Server1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD&gt;Server2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD&gt;Server3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD&gt;Server7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD&gt;Server5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;Server6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD&gt;server8&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected output:&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 96pt;" border="0" width="131px" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="68.7875px" height="19" style="height: 14.4pt; width: 48pt;"&gt;Location&lt;/TD&gt;
&lt;TD width="62.05px" style="width: 48pt;"&gt;Missing Servers&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="68.7875px" height="19" style="height: 14.4pt;"&gt;Site A&lt;/TD&gt;
&lt;TD width="62.05px"&gt;Server7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="68.7875px" height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD width="62.05px"&gt;Server6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.4pt;"&gt;
&lt;TD width="68.7875px" height="19" style="height: 14.4pt;"&gt;Site B&lt;/TD&gt;
&lt;TD width="62.05px"&gt;server8&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could some one help me on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111845#M90823</guid>
      <dc:creator>Rajakumaranakash</dc:creator>
      <dc:date>2024-11-15T21:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Missing server details</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111907#M90831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;With this code I can get the good result&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Data:
Load
  *
Inline [
Location,	Server
Site A,	Server1
Site A,	Server2
Site A,	Server3
Site A,	Server7
Site A,	Server5
Site B,	Server1
Site B,	Server2
Site B,	Server3
Site B,	Server4
Site B,	Server5
Site B,	Server6
Site B,	server8
];

Join(Data)
Load
  Location as Location2,
  Server
Resident Data
;

Load
  Location,
  Server
Where
  flag
;
Load
  count(Location2) &amp;lt;&amp;gt; FieldValueCount('Location') as flag,
  Location,
  Server
Resident Data
Group By
  Location,
  Server
;

Drop Table Data;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 13:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111907#M90831</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2023-08-31T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Missing server details</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111972#M90840</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you but I could not modify my script. So I would like to do this with expression. Is there any possible way?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 15:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111972#M90840</guid>
      <dc:creator>Rajakumaranakash</dc:creator>
      <dc:date>2023-08-31T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying Missing server details</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111979#M90841</link>
      <description>&lt;P&gt;Okay &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try a expression like this:&lt;/P&gt;
&lt;P&gt;Count(total&amp;lt;Server&amp;gt; Server) = Count(distinct Location)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aurelien_Martinez_0-1693495814401.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/115504i2D3F8AF38CBEEEC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aurelien_Martinez_0-1693495814401.png" alt="Aurelien_Martinez_0-1693495814401.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 15:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-Missing-server-details/m-p/2111979#M90841</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2023-08-31T15:30:50Z</dc:date>
    </item>
  </channel>
</rss>

