Guest Post: Sorting TM1 Text Output – Wim Gielis
First of all, thanks to Ben for inviting me to write this guest article. The case is as follows. Recently, the customer wanted an export from a cube view showing monthly revenue values per project. The...
View ArticleAutomating Data Transfers between TM1 Servers
Replicating a Cube from a one TM1 Server into another has never been easier. Follow the steps below to copy a cube from one server to another (this includes synchronising TM1 Dimensions). This process...
View ArticleTurbo Integrator Syntax Highlighter (Notepad++)
It is no secret that syntax highlighting script editors increase developer productivity. I regularly find myself staring at a chunk of TI processes (especially those written by someone else) for far...
View ArticleHow to write easily understood Turbo Integrator code
As many of TM1 consultants know, reading TI code always has the possibility of being a tricky task – especially if it is someone else’s code. This is mostly due to TM1 Perspectives Turbo Integrator...
View ArticleWoohoo! TM1 Tuts has cracked 100,000 visits!
This is just a shout out to all the administrators, support teams and developers who have browsed or subscribed to the TM1 Tutorials blog over the last two years. Thanks, your the best and we are so...
View ArticleNotepad++ for TM1 Rules & TI – Updated!
With the new release of Notepad++ yesterday to v6.4.1, I thought it was a brilliant time to update the TM1 Turbo Integrator and Rules Syntax files to be based on TM1 v10.1.0 Reference Guide. The new...
View ArticleFixed Width File Format from TM1
When outputting data from TM1 usually we can get away with comma separated values format. Which is standard functionality from a Turbo Integrator process [See ASCIIOutput, TextOutput functions]. Every...
View ArticleTesting Turbo Integrator Code
In the last post we talked about how we can output String and Numeric values in a Fixed Width Field Format. I realised just after writing the article that I used a not-well-known trick in order to...
View ArticleTM1 10.2 – New Feature: Enable/Disable Applications from Commandline
In this new release of TM1 10.2, a new feature has been added to allow users to perform application maintenance using command line, or in a batch file. The main purpose of this utility is to automate...
View ArticleTransfering Data between TM1 Servers (Without CSV’s)
This blog shows the steps needed to establish an ODBO connection in order to transfer data between 2 cubes in different server instances. STEP 1 : Connection Details Select MDX Query from the drop...
View Article