<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">I have CCK type called Announcement,
and I have assigned a taxonomy category with three terms to it.&nbsp; I then
created a view that displays the Announcements and pass it an argument
of Term ID so I only display items in a certain category.&nbsp; This works
great for the page.&nbsp; I would also like to display certain Announcements
of one term in a front page panel pane, so I added a checkbox CCK field
to indicate that the particular announcement should be displayed in the
panel.&nbsp; What I would like to do is use the same view so that when it is
the page, it doesn't care about the checkbox, but when it's in the
panel, it does, and only displays those items with the checkbox
checked.&nbsp; I"m guessing I need to do something along the lines of an
optional argument in the view for the checkbox, and then somehow pass
the argument for the checkbox in the panel.<br>
<br>
Can I do this, or do I need to create a separate view to use in the
panel?<br>
<br>
Thanks.<br>
<br>
Steve<br>
</font></font>
</body>
</html>