Hi, I have table one sessions table (A) and events table (B). They are connected i ElastiCube by connectionId. 1. In some cases, I also want to connect them by different field: A.mac_address and b.param. Unfortunately, b.param is used for many things, and may also be null. If i add the second join in...