I have a date column in my table. I'm trying to make a form that triggers and event to filter the dashboard already present on the page. This is a workaround to the fact that there is no control type that can handle dates.
Two questions for any wise soul... 1. How can I handle the filter given that the dates used for filtering are stored in variables as javascript dates? I prefer not to requery the data source for obvious reasons but I'm not sure that the "getFilteredRows" can compare the date column with a javascript date (that has the date/time). 2. What is the most efficient way to redraw the charts? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
