Automatically filter the Month View?
Posted: Sun Jan 02, 2011 10:00 am
I have found that the month view can get a bit sluggish when displaying a large set of records. My users are just fine with the idea of automatically filtering out events with a specific status ("open") from the month view. I have found the global variable "$$sc_Mode" and the script "Apply Filter to Found Set" and figure that I can leverage this to get the results I'm looking for. Here's what I have tried thus far. It works just as expected when I'm modifying an existing filter, but when I'm working with no existing filter (the second highlighted section in the image), my additional omit requests don't seem to have an effect. Is there someplace else where an empty $$sc_FilterCriteria might cause an issue?