-
Cubewise March to May 2019 Update
Time flies! This time we present a summary of three months full of events, software releases, and developments from Cubewise. Conferences The first half of our conference season is now over. A lot of clients joined us in Paris and Hongkong to learn all about the latest developments in the TM1 and Planning Analytics market,…
-
A New Hope with the TM1 REST API

Python has recently arisen as a first in class programming language in the development of modern applications as well as data analysis mainly because it requires relatively little time and effort to learn. Its syntax is quite straightforward, and you can practically read it and understand it with very little interpretation. Consequently, developers now tend…
-
Cubewise Opens First Branch In Germany
Cubewise opened a branch in Munich this month, consolidating its role as IBM Germany’s leading Platinum Partner. Markus Fynmore also joins Cubewise Germany as Practice Manager at the new Branch in Munich. Cubewise, winner of the IBM Solutions Bestseller Award 2018, opened its first German branch in Munich this month. (From left to right: Marco…
-
Filter strings in bedrock
Understanding how the pFilter parameter encodes filter strings is central to understanding the bedrock library. Bedrock converts the contents of the pFilter string into views by splitting the string into dimension names and element names and creating the view on the fly. Let’s examine the components of the filter string using the process }bedrock.cube.view.create – pCube = “Employee” – pFilter = “Year…
-
An introduction to creating subsets with Bedrock
This post is a quick tutorial covering creating subsets with the bedrock 4 library. To get a copy of the library you can download it from GitHub. Let’s examine bedrock’s workhorse process of subset creation, }bedrock.hier.sub.create. This process basically remains the same as in previous versions of the bedrock library. The process will create a static subset…
-
List and Wildcard Functionality in bedrock
The bedrock library has always included support for lists and wildcards in strings passed to parameters. In previous versions of the library, the implementation of list and wildcard support was inconsistent with some bedrock v3 processes allowing users to input a list of objects separated by a delimiter and some included wildcard functionality. However, other…




