I have an action button that I want to pass a single multi-cell range to another (same size) multi-cell range. Seems simple and works fine in a websheet but fails in PAfE. See below for trying to pass Range1 to Range2 in PAfE. Is this a bug or am I doing something wrong?
I have a TM1Set formula for which all the arguments are dynamic cell references. This works fine in PAfE but fails when published as a websheet. For example, if I publish the websheet with [Account Prop].[Account Prop], then change it to [Measure Prop].[Measure Prop], the formulas fails. It...
Hello, While developing and testing an open-source IBM i code coverage extension, I came across a behavior in the IBM i `QDEVTOOLS/CODECOV` command that I would like to understand better. The issue occurs when code coverage is generated using `*SOURCE` as the source option. ##Test PGM: **free...
Process with code for this article: https://community.ibm.com/community/user/blogs/wim-gielis/2026/09/18/bulk-file-delete-operations
TECH_file delete operations.txt
Hello all, This is a post to show some code that will run in TM1 V11 and not in TM1 V12 since it uses ExecuteCommand(). Earlier today I was deleting the files and subfolders of the TM1 data directory for an IBM PAoC model of a customer of ours. Both FileZilla and the Drive Explorer...