Category: Product
-
How to add Javascript support to your Canvas page
Feeling a little more adventurous? Things can potentially be simpler if handled via Javascript. But how do you add that to your Canvas page? Here is how:
-
Define multiple TM1 instances
In Canvas, TM1 instance settings are defined in the C:CWASwebapps<application name>WEB-INFinstances.json. You can define as many TM1 instance you want per Canvas application.
-
Define a TM1 instance in Canvas
With the REST API, a TM1 instance is not defined by its servername but it is defined by its HTTPPortNumber in tm1s.cfg, you can check the blog on how to enable REST API.
-
Create a new Canvas application
A Canvas application is defined in the C:CWASwebapps folder. By default there are two applications called ROOT and samples:
-
Migrating Pulse to a new server
When migrating Pulse from one server to a new server, it is recommended to use the ServerNameOverride parameter as it is described here:
-
TM1 migration has never been so convenient
At first sight, the TM1’s file-based architectural makes TM1 migration from one instance to another quite straight forward:
-
Responsive design with Canvas and Bootstrap
The first thing you notice when you start building a web page is that the layout is not defined. You literally start from a blank page. First you have to create the containers before adding some contents.
-
10 Tips to improve your TM1 application
Over the years your TM1 application will grow, you might create new cubes, create/update rules or TM1 processes, create new elements…. All these changes will have an impact on your application performance.
-
Monitor and manage your TM1 environment in one place
Managing the performance of your company’s IBM TM1 applications has never been an easy task with the limited built in tools. You and your company can appreciate that as the size and complexity of systems grow you need the right tools to understand your model, track what is happening and then diagnose issues as they…
-
Drive a rowset with a dynamic MDX statement
The introduction of Active Forms with TM1 v9.5 was a big step forward in the TM1 world. It allowed for the first time TM1 users to build reports with dynamic rows without having to write a single lines of VBA.