Hello all,
After applying the patch SP01 in my 1.4 SP00 installation (both client and BI Platform) I'm facing some issues with the component Column Combination - Dual Axis (I'm working with HANA as Source data):
First Problem: The chart, executed on BI Platform, doesn't show correctly the measures defined in the initial view of the DataSource.
1. I create a DataSource with this initial view:
2. I define the Column Combination - Dual Axis as default with the previos DataSource assigned. If I execute it on Local Mode, it works:
3. But if I execute it on BI Platform mode I get this error:
It seems that doesn't filter properly the measures defined in the Initial view and when it tries to represent it, fails at they are no configured in the Data of the Additional Properties of the chart.
Second Problem: I think that the Additional Properties - Data Series tab of the Column Combination - Dual Axis is completely broken:
With the same DataSource and chart as before, I write CHART_1.setDataSelection({"[Measures]": ["IMPORTE_FAC_REAL","IMPORTE_FAC_PLAN","IMPORTE_FAC_AA"]}); at the On Startup script.
The result is this:
Nothing weird until you see the configuration of the DataSeries...
If you see it, you will see that the 3 measures that are displayed are 2 configured as BAR and 1 as LINE, but if you see the chart, there are 2 lines and 1 bar...
Moreover, sometimes is the Axis that is not set properly and you get an error in the chart as it tries to plot the measures but all the measures are in the same Axis... But is not true as they are configured in the correct Axis but seems that Design Studio doesn't get it properly.
After all of this, has someone found a similar problem or can you replicate this?
Thank you very much