Category: Blog

  • Slice Hands On – Part 1

    Slice Hands On – Part 1

    The objective of this user manual is to walk you through the main features of Slice. This manual is split in 7 main topics:

  • Arc and Slice v4.1 is now available

    Arc and Slice v4.1 is now available

    Version 4.1 introduces several new features to improve the quality and accuracy of your code. With Arc connected to Pulse, you now have the ability to compare dimensions and validate your code against your best practice rules on an individual rule or process. For more information on connecting Arc to Pulse, please see the article:…

  • Code faster with shortcuts in Arc

    Code faster with shortcuts in Arc

    The Process Editor in Arc is full of features to boost your productivity. This article focuses on the most popular shortcuts used by Arc developers. Despite the most obvious one: CTRL+SPACE (to access your variables, snippets, and functions) you’ll find that your development can get a lot faster if you utilize some of the keyboard…

  • Canvas Blog

  • Slice Blog

  • Pulse Blog

  • Arc Blog

  • TM1py v1.11 is now available

    TM1py v1.11 is now available

    With this release, TM1py closed the performance gap between TM1py and Turbo Integrator. Thanks to @AndrewScheevel, @Kevin Dekker and @Felipe Fonseca for contributing code!

  • Connecting to the Pulse Database

    Connecting to the Pulse Database

    Since Pulse v5.6, Pulse uses only one h2 database by default, to access the data you just need to connect to the docs.h2.db. Instead of the h2 database, since v5.6 you can migrate your Pulse data to a MS SQL Server.

  • Fine-tuning for Pulse

    Fine-tuning for Pulse

    The pulse default configuration should be enough for most environments. This article shares some tips to improve the performance of Pulse if it slows down. Migrating to MS SQL Server The default H2 database is single-threaded. It means that if you have many Pulse users and many TM1 instances. The queries to the database might…