might have an R report bug?

LabKey Support Forum (Inactive)
might have an R report bug? Ben Bimber  2010-03-23 14:10
Status: Closed
 
either I found an R bug or I'm misinterpreting how this is supposed to behave:

We have a dataset called weights, with an R view called 'weight graph'. I load the dataset grid, then filter on subject.

I switch to the weight graph view by selecting 'weight graph' from the view button menu. I would have expected the R view to be filtered the same as my grid, but it is not. attached screenshot shows the R report screen, plus my URL which has the query.Id~startswith filter.

if i re-filter the data using the data tab for the R view, it becomes filtered.
 
 
Karl Lum responded:  2010-03-24 12:37
It looks like a bug, normally the report should apply the URL filters when it creates the data frame. What may be happening is that the executeQuery action doesn't apply the data region that the report may expect.

I'll open a bug for 10.2 and investigate.