How can I make a LEFT JOIN in a saved search?
# general
p
How can I make a LEFT JOIN in a saved search?
m
Saved Search joins are always OUTER joins. You can simulate other types of joins by using groups and result column formulas but there is a big performance hit.
p
@michoel Is there a better way to do thinks like this?