Hi,
I have a newbie question. My data is not showing up in the chart using tm1-chart-ui-dbr. If i use the same reference and switch to tm1-ui-dbr and I can see the number. Does anyone know what causing it or point me to the right direction to debug it?
Below is the actual code i used:
Doesn’t work:
<tm1-ui-chart-dbr tm1-label="test" tm1-instance="iNova"
tm1-cube="Sales"
tm1-elements="Actual,2017-11,AU09,30,Currency Codes,CHC,All Countries,
All Channels,Total Reason Codes,All Customers,All Products,Net Sales">
</tm1-ui-chart-dbr>
Does work:
<tm1-ui-dbr tm1-label="test" tm1-instance="iNova"
tm1-cube="Sales"
tm1-elements="Actual,2017-11,AU09,30,Currency Codes,CHC,All Countries,
All Channels,Total Reason Codes,All Customers,All Products,Net Sales">
</tm1-ui-dbr>
Cheers.
David