Search found 5 matches

by jwilliamson_uci
Tue May 21, 2024 5:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 571643

Re: Ultimate Long TM1 quiz

Hi, I could be mistaken, but wouldn't you also have to reference the context dimensions? Without knowing the exact order of the dimensions, shouldn't the resulting rule be something like: SKIPCHECK; [] = N: DB ('600_Sum_Details', !600_Sum, 'Total Organization', 'Total Line Item', !months, 'Amount');...
by jwilliamson_uci
Mon Jul 19, 2021 5:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Failed Process only for one User while launching in TM1 Web
Replies: 3
Views: 4394

Re: Failed Process only for one User while launching in TM1 Web

Hi Sana, A lot of times, if there is no record of the error in the logs it means that the user did not have permission to run the process. A "process failed" error message appears in the screen, but nothing appears in the logs because the process doesn't even get as far as running (and fai...
by jwilliamson_uci
Wed Sep 25, 2019 7:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to get the the value out of a Amounts Dimension
Replies: 11
Views: 7324

Re: How to get the the value out of a Amounts Dimension

Hi Shane,

Your vVar should not have quotes around it. You are setting vVar equal to "CellGetN(Value)", which is a string. At the bottom, when you are trying to switch that from a number to a string, it is getting confused because it is already a string.

Jeff
by jwilliamson_uci
Mon Feb 04, 2019 9:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 PAX - Excel ver. 2016 Task pane show no Data
Replies: 3
Views: 4053

Re: TM1 PAX - Excel ver. 2016 Task pane show no Data

Hi,

We have had success by setting the User Interface options to 'Optimize for Compatibility' (under Excel Options --> General, it should be right at the top). I believe you will have to restart your Excel for the fix to take effect.

Hope this helps.
Jeff
by jwilliamson_uci
Wed Jun 21, 2017 6:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics Local 2.0: Rules Calling Multiple Hierarchies
Replies: 4
Views: 4151

Re: Planning Analytics Local 2.0: Rules Calling Multiple Hierarchies

According to the new Reference Guide, it looks like ELISANC is the hierarchy-less version. If you want to use one and specify a hierarchy, it seems the new rule is "ElementIsAncestor".