You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This js file is referencing ObjectMethods.js which resides in the same folder location.
The the location of the files is
F:\ibm\cogno\analytics\webcontent\bi\AIS\javascript\OtherJs
The module path for custom control is:
../AIS/javascript\OtherJs\ObjectMethodsCustomControl.js
The module path for the page module is :
../AIS/javascript/OtherJs/OrderOfMethodsPageModule.js
In the OrderOfMethodsPageModule.js file the path to ObjectMethods.js is:
define (["/AIS/javascript/OtherJs/ObjectMethods.js"]
When the report runs, there is an error:
Page Module error
Script error: /AIS/javascript/OtherJs/ObjectMethods.js
Please let me know what I am missing. I am new to javascript.
Thanks Doug for you help and sharing your knowledge.
The text was updated successfully, but these errors were encountered:
Hi Doug,
I am traveling and will send you a reply tomorrow with the error message. Thank you for the follow up.
Sincerely,
Joyce
Sent from my Verizon, Samsung Galaxy smartphone
This js file is referencing ObjectMethods.js which resides in the same folder location.
The the location of the files is
F:\ibm\cogno\analytics\webcontent\bi\AIS\javascript\OtherJs
The module path for custom control is:
../AIS/javascript\OtherJs\ObjectMethodsCustomControl.js
The module path for the page module is :
../AIS/javascript/OtherJs/OrderOfMethodsPageModule.js
In the OrderOfMethodsPageModule.js file the path to ObjectMethods.js is:
define (["/AIS/javascript/OtherJs/ObjectMethods.js"]
When the report runs, there is an error:
Page Module error
Script error: /AIS/javascript/OtherJs/ObjectMethods.js
Please let me know what I am missing. I am new to javascript.
Thanks Doug for you help and sharing your knowledge.
The text was updated successfully, but these errors were encountered: