Skip to content

Cubewise

Illustration of a bird flying.
  • Manage multiple screen sizes with matchMedia

    Manage multiple screen sizes with matchMedia

    Canvas includes the matchMedia library. This Angular library helps you to check which screen size is your page displaying and returns true if the current screen width matches what you need or false if not.

    April 26, 2017
  • Upload files and images

    Upload files and images

    Aside from the reading and writing back numbers and strings into TM1, Canvas further extends TM1 functionality by allowing you to save URL paths that you can then use to display images for example, or embed link and control access to these links – the TM1 way.

    April 26, 2017
  • Hide the context buttons

    Hide the context buttons

    In Canvas, when you click on a cell which contains a tm1-ui-dbr, the context button will appear. Once you click on this button you’ll see a dropdown list with the following options.

    April 26, 2017
  • Different types of DBR

    Different types of DBR

    Similar to TM1 and Excel, Canvas has adopted a cell based approach to application design.  This means each cell in Canvas has its own DBR formula to retrieve and to update TM1. 

    April 26, 2017
  • Drillthrough in Canvas

    Drillthrough in Canvas

    Since TM1 10.2.2 FP6, the drill through has been added to the TM1 REST API. You don’t need to do anything on the Canvas side to enable the drill. If the drill is set up in TM1, it will appear as an option in the context button. An example of drill through is available in…

    April 26, 2017
  • Include HTML contents inside your Canvas page

    Include HTML contents inside your Canvas page

    When you have lots of HTML components, your HTML page can easily contain hundreds of lines of codes. The more HTML components you add in your HTML page, the harder it will be to find information or to understand how it has been built.

    April 26, 2017
  • Trigger an action from a chart

    Trigger an action from a chart

    With Canvas you can customize the chart behavior, for example you can trigger an action when clicking on a bar chart.An example has been setup in the Visualisations sample page showcasing how you can modify the options, and, for this example, be able to grab the data attached to the bar element that was clicked…

    April 26, 2017
  • Create a simple table

    Create a simple table

    The objective is to create the following table, one column with the departments and the second will be Actual values:

    April 26, 2017
  • Create a table with dynamic columns

    Create a table with dynamic columns

    The objective is to create a table with rows and columns driven by a subset. By having your table driven by subsets, you will  be able to manage your report from TM1, any changes made on the subsets in TM1 will be reflected automatically into the Canvas report.

    April 26, 2017
  • How to use ng-repeat with TM1

    How to use ng-repeat with TM1

    ng-repeat is an Angular JS directives, it loop over a template for each item in a collection. For more general information about ng-repeat, you can check the Angular Help section.

    April 26, 2017
←Previous Page
1 … 48 49 50 51 52 … 64
Next Page→

Cubewise

Proudly powered by WordPress