Bug in Data View? jdutra  2013-09-23 09:01
Status: Closed
 
We have a query with a saved custom view. When we click on the custom view name in the Data Views webpart, we get the default view of the query instead. There appears to be an error in the URL that is generated by the Data Views. Here's the URL from Data Views (gives default view):

https://blis.urmc.rochester.edu/labkey/query/RPRC/Studies%20%26%20Labs/12-0047%20Healthy%20Vol/executeQuery.view?schemaName=study&query.queryName=SpecimenQC&Dataset.viewName=Specimen%20QC%20-%20Errors%20List

and here's the URL from Manage Views (works correctly):

https://blis.urmc.rochester.edu/labkey/query/RPRC/Studies%20%26%20Labs/12-0047%20Healthy%20Vol/executeQuery.view?schemaName=study&query.queryName=SpecimenQC&query.viewName=Specimen%20QC%20-%20Errors%20List

Notice the part I have bolded - the Data Views webpart seems to be incorrectly referring to the query as a dataset.

Thanks for your help! Jen
 
 
Nick Kerr responded:  2013-09-27 16:56
Hi Jen,

Thanks for reporting this. We'll take a look and have an update soon.

Thanks,
Nick
 
Karl Lum responded:  2013-09-30 19:14
Hi Jen,

It looks like this has been a problem for a while. As you noticed, only dataset-based custom views would render correctly from the data views webpart, any other query would show the default view and ignore the view name. I've fixed this recently on the trunk : 13.3.

- Karl
 
jdutra responded:  2013-10-01 06:22
Thanks!