У нас вы можете посмотреть бесплатно Cognos Workshop: Creating Custom Visualizations или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Have you ever looked at the visualization options from Cognos and wished you could have something a little different? With a bit of technical know-how and some coding, we can create our own custom viz, deploy it to our environment, and start using it in our reports and dashboards. This workshop will take you from local development environment setup to deploying your own visualization. STEP ONE Install NodeJS and NPM 1) Download NodeJS at https://nodejs.org/en/download The latest LTS release is best. “14.17.5 LTS” currently. Either 32 bit or 64 bit. It doesn’t matter for this application. 2) Run the installer and use the default settings 3) After install is complete, validate the node and npm installation. Open a command-line interface (CLI). CMD on Windows or Terminal on OSX Run the following command: node --version The CLI displays the current version of the node. Make sure it meets the prerequisites. STEP TWO Install the Cognos Analytics custom visualizations CLI tools 1) Download the Cognos Analytics custom visualizations command-line tools from the following location: http://cognos.pm2analytics.com/viz-wo... 2) In a command line interface, navigate to the location of the downloaded file 3) Run the following command: npm install -g customvis.tgz NOTE: On Apple OSX or Unix systems, you may need to use sudo npm install -g customvis.tgz 4) After the process is completed, run the following command to validate the custom visualizations CLI tools: customvis --help The CLI should display all available commands. HANDOUT: https://static1.squarespace.com/stati... Additional monitor strongly recommended. RESOURCES Custom Visualizations Developer Guide (PDF): https://www.ibm.com/docs/en/SSEP7J_11... Custom Visualizations Developer Guide (HTML): https://www.ibm.com/docs/en/cognos-an... Custom Visualization API: https://ibm.github.io/ca_customvis/do... Custom Visualization GitHub: https://github.com/IBM/ca_customvis PRESENTER • Name - Rory Cornelius • LinkedIn - / rorycornelius