<?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: How to solve this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064105#M924705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a small table this is certainly helpful. When the table size grows and new courses get added, I'd have to append All with new Courses. Any suggestions to overcome that situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, maybe I should I have one more column called, ALL, for all rows. What do you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 06:48:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-21T06:48:41Z</dc:date>
    <item>
      <title>How to solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064103#M924703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm relatively new to QlikView, and I'd like to accomplish a task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in the format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD width="64"&gt;Course&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD&gt;Math101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD&gt;Science101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD&gt;Physics101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;D&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;All&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the above data, it contains names of persons who have registered for specific course, expect D.&lt;/P&gt;&lt;P&gt;So, when I query for students of Math101, I get student A, which is right. But, I'd also like to see D's name appear in the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Qlik provide a function, to handle these cases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sivakumar Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064103#M924703</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064104#M924704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add an Inline Table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Course, CourseSelection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Math101, Math101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Science101, Science101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Physics101, Physics101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All, Math101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All, Science101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All, Physics101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now make selections in CourseSelections rather than Course field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064104#M924704</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064105#M924705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a small table this is certainly helpful. When the table size grows and new courses get added, I'd have to append All with new Courses. Any suggestions to overcome that situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, maybe I should I have one more column called, ALL, for all rows. What do you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 06:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064105#M924705</guid>
      <dc:creator />
      <dc:date>2016-04-21T06:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064106#M924706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SelectionTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Course,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Course as CourseSelection&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Course &amp;lt;&amp;gt; 'All';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate(SelectionTable)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 'All' as Course,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Course as CourseSelection&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Where Course &amp;lt;&amp;gt; 'ALL';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-solve-this/m-p/1064106#M924706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T15:04:57Z</dc:date>
    </item>
  </channel>
</rss>

