I have an analysis A that sends master detail events on a channel called country_chan.
I have another analysis B that listens to the country_chan and will update its display if I change to a different country on a bar chart on A.
When I add another listener (Analysis C) neither analysis updates in response to changes on A.
I have tried having separate channels eg: country_chan_a, country_chan_b on Analysis A so that B listens on country_chan_a and Analysis C listens on country_chan_b but this does not work either.
Does anyone know if having multiple listeners on the same channel works in OBIEE 12 ?