Hi - Awesome product! I’m learning as much as I can about it.
I have an instance on our site where I have several charts that when the user clicks on a series, it filters a list on the same page using the hash method on your blog. This works fine.
I can’t get this method to work, however when the list is transformed using an XSLT stylesheet. OR- if I change the “Style” of the listview to anything other than “Default”. The OOTB Sharepoint styles aren’t very good but I’ve already created some nice looking XSLT transformations for my lists.
I was able to get filtering working using a QueryString paramater in the URL, but that forces a page refresh - not very elegant when the charts have to reload, etc.
Do you know of a method to have a chart filter a connected listview that IS transformed using an XSLT stylesheet? Possibly using JavaScript/JQuery? Something clean and not requiring a page refresh would be preferable.
Thanks!