Jul 5th, 2009, 2:14 PM
You realize that your second solution solves the first as well? Somewhat?
My 10 views in the for my 10 clients could be reduced to one dynamic view. (That's what I'm going to call it) This would eliminate the need for a view group in that situation.
As for my second group of 10, the 10 subsets I show on my website, this could also be reduced to one view. If you could pass variables through the api on show submissions then I would only need one view there as well!
Ex. under the $options paramater allow like
[region_field] => "Canada", OR [submission_date] < 2009-01-01
That would reduce my 21 views into 3.
My 10 views in the for my 10 clients could be reduced to one dynamic view. (That's what I'm going to call it) This would eliminate the need for a view group in that situation.
As for my second group of 10, the 10 subsets I show on my website, this could also be reduced to one view. If you could pass variables through the api on show submissions then I would only need one view there as well!
Ex. under the $options paramater allow like
[region_field] => "Canada", OR [submission_date] < 2009-01-01
That would reduce my 21 views into 3.