Hi,
I am using Smartclient 12.0 power edition. I am trying to implement the CubeGrid and got the error. I have read the forum and I do not see ISC_Analytics.js in my isomorphic/system/module folder at all. Could you help us whether it works in Smartclient 12 or not. If it works which JavaScript file I should include. I included chart.js / drawing.js but not luck.
Analytics
Required for CubeGrid. Note that if charting is also required, the Charts module should be loaded before this one.
JSP tag:
<isomorphic:loadISC includeModules="Analytics"/>
HTML tag:
<SCRIPT SRC="../isomorphic/system/modules/ISC_Analytics.js"></SCRIPT>
I am using Smartclient 12.0 power edition. I am trying to implement the CubeGrid and got the error. I have read the forum and I do not see ISC_Analytics.js in my isomorphic/system/module folder at all. Could you help us whether it works in Smartclient 12 or not. If it works which JavaScript file I should include. I included chart.js / drawing.js but not luck.
Analytics
Required for CubeGrid. Note that if charting is also required, the Charts module should be loaded before this one.
JSP tag:
<isomorphic:loadISC includeModules="Analytics"/>
HTML tag:
<SCRIPT SRC="../isomorphic/system/modules/ISC_Analytics.js"></SCRIPT>
Comment