Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

pass both filtered and unfiltered data to an R script visualization

I send to you, across the time and space the separate us, a cordial greeting.   I will attempt to state my inquiry briefly: I would like to pass both filtered and unfiltered data to an R script vis...
  • lbendlin's avatar
    3 years ago

    Your probem is that you cannot feed more than one set of columns/measures (unfortunately called "dataset" - better called a dataframe) into the R visual.  You can decide if your dataset is affected by the filter context or not, but you can't have both.