Hello all,
The function .setDataSelection which originally was applied to Chart objects has been set up for InfoChart objects. But it is not working and no error is thrown.
Yes I am aware the syntax has been changed. The new syntax works for charts but not for InforChart.
The codes behind the buttons are:
INFOCHART_1.setDataSelection({"(MEASURES_DIMENSION)":["_SZZ3sH8FEeWtfaOvVorKIg",,"_SZaewH8FEeWtfaOvVorKIg"]});
CHART_1.setDataSelection({"(MEASURES_DIMENSION)":["_SZZ3sH8FEeWtfaOvVorKIg","_SZaewH8FEeWtfaOvVorKIg"]});
After clicking both I get this result:
Feel free to experiment for yourself but I think this is a bug and needs to be resolved in next Patch, as it is an important feature which all experimented developers use because it helps in using fewer objects in an application. I use it quite often to be honest.
Best regards,
Bogdan