joelr
|
For someone who's new to OpenDX, I'd say you've gotten pretty far! Two general approaches: (1 - upstream) partition your data on visitor id and draw lines separately, or (2 - downstream) erase the offending line segment(s) by declaring them invalid. If you partition, you can do this either outside dx (write a conversion script) and import the data already partitioned, or inside dx, in the visual language. Erasing line segments would be done in dx. Each approach has its pros and cons, may depend on your situation/preferences, etc., and will require you to learn more, but different parts, of dx. Sorry if this is a bit vague. Unfortunately, the answer isn't simply "use module x". Joel
|