Skip to main content

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

2 comentários
0/9000