Hello everyone,
Currently i am stuck with custom query and pyramid chart.
I use a custom query to change the bar segment in my pyramid chart. It works when the left and right axis are unique.(streamX), count(streamY).
However, when left and right axis are composed of custom formula, it does not work anymore.
I have checked in the developer guide and other blogs, they said to replace the colunmMap value by "null". It works only when custom formula are not use in the left and right axis.
I'm stuck ...
In the colunmMap fo the "widget" and "Query" panels I tried relacing the "dimensionAxis" parameter by the following binding :
_{{column(binding_table_axe_an_1.selection, [\"analyse_axis\"]).asObject()}}
_{{column(binding_table_axe_an_1.selection, [\"analyse_axis\"]).asString()}}
_{{column(binding_table_axe_an_1.result, [\"analyse_axis\"]).asObject()}}
But nothing...
one advice ?
Best regards
Hi @Matheus Menezes Pinheiro, please could you share your solution? I am facing a pretty similar issue for binding the dimension for a pyramid chart. Thanks in davance