Search found 100 matches

by Adam
Mon Apr 22, 2024 2:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Methods for Inputting Data into TM1 Cube
Replies: 11
Views: 332

Re: Methods for Inputting Data into TM1 Cube

Google (or ChatGPT) will help as .xlsx to .csv isn’t exactly a tm1-specific problem to solve.
by Adam
Fri Apr 19, 2024 7:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Methods for Inputting Data into TM1 Cube
Replies: 11
Views: 332

Re: Methods for Inputting Data into TM1 Cube

If you have access to Excel and access to TI, why not “save as” in Excel to CSV? If multiple files, I suggest writing a VBA that automates this within a chosen folder. You may be able to build a VBScript (or other solution) and then trigger the .xlsx to .csv within TI using ExecuteProcess.
by Adam
Fri Apr 19, 2024 7:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Two. However, I remember getting weird issues with some client apps, so I always do at least three.
by Adam
Sun Apr 14, 2024 12:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Nothing. You have to hit enter first. :-)

After you hit enter, 10 will replace each of the cells in that cell and to the right. In this case Total Year will now equals 120.
by Adam
Fri Apr 05, 2024 6:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

- In PAFE, report definition for: Quick Report, Exploration, Universal Report, as well as parameter for functions e.g. TM1SET - In PAW, report definition for explorations and all other visualizations - In TM1 Server definition for subsets/sets and views, as well as input for various Turbo Integrator...
by Adam
Mon Apr 01, 2024 3:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Send an email to entire company that they have to resubmit their budget due to a catastrophic failure. That and pray to Manny that I don’t lose my job.
by Adam
Sat Feb 24, 2024 2:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Elessar wrote: Fri Feb 23, 2024 4:17 pm(I believe "!Employee" is a typo in your answer?)
Sorry, I copied your feeder statement and only adjusted left of the =>. :-)
by Adam
Thu Feb 22, 2024 2:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Elessar wrote: Sun Feb 18, 2024 12:20 pm OK! But why does "Trace cell" show "fed" with my feeder?
Source is feeding, but not to the target cell shown in the function, which is seemingly a live functional statement.
by Adam
Sat Feb 17, 2024 6:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 68
Views: 8375

Re: Ultimate Long TM1 quiz

Also feed from Job Type - it’s a string cell so any change to it will cause FEEDER to trigger and re-trigger:

Code: Select all

['Job Type'] => DB('Employee analysis', !organization, !EmployeeList, !Year, !Version, 
	DB('Employee', !organization, !EmployeeList, !Year, !Version, 'Job Type'), 
	!Employee);
by Adam
Wed Feb 14, 2024 1:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Use of VBA in PA
Replies: 5
Views: 624

Re: Use of VBA in PA

THAT aside, keep your expectations with VBA/PAfE interactions low. VBA is practically undead at this point and is fairly limited in how it can interpret responses from REST/PAfE. PAfE itself is notoriously undocumented and a few of the core functions (like TM1ELLIST) don't behave as described. Resp...
by Adam
Wed Feb 14, 2024 1:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IF Statement Evaluation in Rules
Replies: 4
Views: 841

Re: IF Statement Evaluation in Rules

Short-circuiting is the concept here, and not every language implements that. VBA also does not for those using PAXAPI.
by Adam
Wed Feb 14, 2024 1:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA on IBM Cloud - Uploading users
Replies: 4
Views: 1122

Re: PA on IBM Cloud - Uploading users

lotsaram wrote: Tue Feb 06, 2024 3:03 pm I'm not convinced that being able to create users but not have the user accounts be properly active and able to be used (that is log onto the system with the account) is a really useful feature.
Agree - either don't separate, or there should be an Invite T/F column in the CSV.
by Adam
Wed Jan 31, 2024 4:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA on IBM Cloud - Uploading users
Replies: 4
Views: 1122

PA on IBM Cloud - Uploading users

Just wanted to memorialize something I ran into today for benefit of others in the future. For PA on IBM Cloud (PAOC, IBM SAAS), there's two ways to add users in PAW: Manually creating them one-by-one using the Invite button -or- Uploading users from a CSV. When you use Invite button it's one stop s...
by Adam
Fri Sep 08, 2023 1:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bedrock And Github vs Other Options
Replies: 22
Views: 20591

Re: Bedrock And Github vs Other Options

I just wanted to say that I have been using bedrock TI (up to v4) professionally as a TM1 consultant/developer for at least 10 years in a large number of organisations, in big production environments and cannot think of a single instance of any of the processes malfunctioning. Every time I thought ...
by Adam
Wed Sep 06, 2023 11:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX which takes Value from Cube
Replies: 12
Views: 7314

Re: MDX which takes Value from Cube

lotsaram wrote: Wed Sep 06, 2023 11:07 am Why would a new user with no post history necromance a thread from 6 years ago just to troll someone? Very weird stuff. Maybe it's a chatbot/trollbot?
Was thinking the same thing.
Wim Gielis wrote: Wed Sep 06, 2023 4:10 pm
Like the CubeNext function in TI 😅😅😅
Did someone ask for me? :D
by Adam
Tue Jul 11, 2023 11:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hide 'Applications and Plans'
Replies: 2
Views: 610

Re: Hide 'Applications and Plans'

That is not currently possible.
by Adam
Fri Jun 30, 2023 12:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Check current user selection in UI
Replies: 2
Views: 667

Re: Check current user selection in UI

The only way would be to add an element to your column dimension (perhaps named “Selected”), then if a user inputs a value or picks a value in a picklist, you can programmatically identify which elements have been selected.
by Adam
Wed Jun 21, 2023 10:54 pm
Forum: Jedox
Topic: Any Quality Open Source Olap ??
Replies: 19
Views: 663309

Re: Any Quality Open Source Olap ??

The only thing that comes to mind for open source OLAP is this recent blog post: https://community.ibm.com/community/use ... source-tm1
by Adam
Sat Mar 18, 2023 11:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Generic Ti for Multiple Cubes - Archive Versions
Replies: 10
Views: 1356

Re: Generic Ti for Multiple Cubes - Archive Versions

Hi Chris, Maybe Bedrock is suited for this exercise ? This. I'll help you, this is adapted from what we've used in production for multiple years. Put in some extra # comments for you. Let us know you make out. # Version dimension sVersionDim = 'Version'; # Iterate through all cubes to find ones with...
by Adam
Mon Nov 21, 2022 8:21 pm
Forum: Useful code, tips and tricks
Topic: IBM PAFE Operations Batch Scripts
Replies: 2
Views: 9119

IBM PAFE Operations Batch Scripts

Here are some useful batch scripts for IBM Planning Analytics for Excel (PAFE) Operations. Can use this as baseline to automate install / setup / deployment / configuration of IBM PAFE to end users. If you don't want to run in Windows Command Prompt or Batch file, you can review the below and naviga...