<div dir="ltr"><div>Not sure what the best answer would be here, in DB terms, you are trying to establish a many to many match, a course can be active during many semesters and a semester can have many courses in it.  In the form you showed me the student selects (or it&#39;s selected for him, based on the upcoming semester) a series of 5 semesters, and courses appearing in any of those 5 semesters are shown.  That was the reason I had suggested flattening one of the dimensions of the match bo coding each of the 5 semesters as a separate column, and you are correct, you do wind up with redundant columns for as long as you keep the hidden columns, but implementing it in Drupal is simpler IMO.  for example; flattening the joins results in a simple test to see if any columns are checked (of the current 5 semesters) to decide whether who list the course, not listing courses that are not checked in any of the current 5 semester columns. Right or wrong that is the approach I would take.<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 15, 2014 at 6:34 PM, vibanu <span dir="ltr">&lt;<a href="mailto:vibanu@gmail.com" target="_blank">vibanu@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"> </div><div class="gmail_extra">We added semester as taxtonomy term with values  Spring 2013, Fall 2013 and Spring 2014 for now to test this. Created a view of table format. We were thinking of showing a filter of semester for students to pick from and show one semester at a time. However, this also did not work because I could only see the courses that were offered. I was unable to list all courses with offered YES or NO next to it.</div>

<div class="gmail_extra"> </div><div class="gmail_extra">On adding new field each semester, we will end up with so many redundant fields in this so called &#39;courses&#39; content type. Is this a suggested practice?<br>
<br>
</div><div><div class="h5"><div class="gmail_quote">On Wed, Jan 15, 2014 at 2:09 PM, Warren Vail <span dir="ltr">&lt;<a href="mailto:warren@vailtech.net" target="_blank">warren@vailtech.net</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">

<div dir="ltr">It&#39;s easy to get tangled up in the details with Drupal, Datatables has a good interface with views, and hiding old columns, while not automatic, is simple.  I would add a single checkbox for each semester as a separate column and hide the old ones from displaying in the view, adding new columns each year or semester.  Displaying the checkbox (checked or not) would do the trick.  You might like the search box with datatables, it produces a very responsive filter that works with each character you type, and your table is not so large that response issues will show up.  You will need to play with CSS for styling, but nothing major as long as you don&#39;t mind manually hiding columns from time to time.<br>


</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Tue, Jan 14, 2014 at 10:59 AM, vibanu <span dir="ltr">&lt;<a href="mailto:vibanu@gmail.com" target="_blank">vibanu@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div><div>
<div dir="ltr"><div>Hi All,</div><div> </div><div>We would like to replicate the following page into DRUPAL</div><div> </div><div><a href="http://www.cs.stonybrook.edu/students/undergrad/CSEcourses.html" target="_blank">http://www.cs.stonybrook.edu/students/undergrad/CSEcourses.html</a></div>



<div> </div><div>We have content type of courses. We are struggling to find a solution on how or the best way to show the 4 semesters.</div><div> </div><div>Any ideas are appreciated.</div><div> </div><div>Thanks in advance.</div>



</div>
<br></div></div><div>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></div></blockquote></div><br></div>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><div class="gmail_extra"><br></div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">
On Tue, Jan 14, 2014 at 1:59 PM, vibanu <span dir="ltr">&lt;<a href="mailto:vibanu@gmail.com" target="_blank">vibanu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>Hi All,</div><div> </div><div>We would like to replicate the following page into DRUPAL</div><div> </div><div><a href="http://www.cs.stonybrook.edu/students/undergrad/CSEcourses.html" target="_blank">http://www.cs.stonybrook.edu/students/undergrad/CSEcourses.html</a></div>


<div> </div><div>We have content type of courses. We are struggling to find a solution on how or the best way to show the 4 semesters.</div><div> </div><div>Any ideas are appreciated.</div><div> </div><div>Thanks in advance.</div>


</div>
</blockquote></div><br></div>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>