My data has different columns, two of them are "date" and "node". I've created a date dimension called dateDim, simple enough. Now I'd like to filter that dimension based on the value of a certain node, this is, get all the values from dateDim whose node value equals a certain string. Is there any other way of doing so without adding the "node" variable as a key in the dimension definition?

Thanks in advance.

有帮助吗?

解决方案

Not sure if this is what you mean but creating another dimension nodeDim and filtering on it will automagically impact dateDime. This is the crux of what crossfilter does.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top