Search found 343 matches

by Elessar
Sat Jan 13, 2024 2:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 83
Views: 14774

Re: Ultimate Long TM1 quiz

Correct answer: 0 16 15.

Winner of this week is ardi!
All answers are correct, but ardi was first.

Question #2:

Same rule, Feeder is changed:
Image 43.png
Image 43.png (18.23 KiB) Viewed 4898 times
by Elessar
Thu Jan 11, 2024 7:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 83
Views: 14774

Re: Ultimate Long TM1 quiz

MarenC wrote: Tue Jan 09, 2024 1:55 pm While this one was pretty straightforward, I do hope we will be getting the answers to these questions at some point! :D
Of course! Tomorrow I will announce a winner, correct answer and next question
by Elessar
Sat Jan 06, 2024 2:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 83
Views: 14774

Re: Ultimate Long TM1 quiz

The first questions are extensions of Yuri Kudryavcev's consolidated feeders questions: https://www.ykud.com/blog/cognos/tm1-cognos/tm1-puzzles-and-diversions-consolidated-feeders/. You must look at them, if not yet. They are great because you can determine whether somebody knows how feeders work or...
by Elessar
Sat Jan 06, 2024 2:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 83
Views: 14774

Ultimate Long TM1 quiz

||| PLAСE FOR WINNER HERE ^^^ Current question : https://www.tm1forum.com/viewtopic.php?p=83568#p83568 Leaderboard : Adam - 5 MarenC - 4.5 ascheevel - 4.5 ardi - 3 EP_explorer - 1 Hello Everybody! I have collected a huge amount of TM1 questions while interviewing people. I want to share them with th...
by Elessar
Wed Oct 18, 2023 11:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Pafe/PAW View - Auto Spread at Consolidated Level
Replies: 2
Views: 2950

Re: Pafe/PAW View - Auto Spread at Consolidated Level

Hi, There are many options: Use CellSecurity to make consolidated cells 'READ" Use ElementSecurity to make consolidate elements 'READ" (better than point "1", because Elementsecurity is pre calculated on SecurityRefresh, and CellSecurity is re calculated each time view is recalcu...
by Elessar
Tue Aug 29, 2023 2:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ClientGroups cube not in sync. with Cognos
Replies: 11
Views: 1439

Re: }ClientGroups cube not in sync. with Cognos

Are you sure you've copied the whole script? :)
As Wim said, it's declared in the beginning using WITH clause:

Code: Select all

with groups_unwrapped (parent_group_id, child_group_id, lvl)
as ..... 
by Elessar
Fri Aug 25, 2023 7:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ClientGroups cube not in sync. with Cognos
Replies: 11
Views: 1439

Re: }ClientGroups cube not in sync. with Cognos

Hi, You need to to search client*group relationships in Cognos Content Store database. Here is the tables list: https://cogknowhow.com/t/cognos-content-store-database-tables-description/906 Here is an example of SQL query: https://www.ykud.com/blog/cognos/cognos-content-store-security-overview-in-sql/
by Elessar
Fri Jul 07, 2023 6:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Identify All References to Cube
Replies: 7
Views: 9883

Re: Identify All References to Cube

Hi,

There is a very old but working parser written on perl: https://www.bihints.com/graphing_tm1_data_flow
by Elessar
Fri Jun 30, 2023 7:36 am
Forum: Jedox
Topic: Any Quality Open Source Olap ??
Replies: 19
Views: 666917

Re: Any Quality Open Source Olap ??

lotsaram wrote: Thu Jun 29, 2023 2:01 pm Well there's tinyolap https://tinyolap.com/
But this is single user in-process. Although the project bio talks about xP&A use cases I can't think of any real planning use case which is viable without multi-user and a security model.
Wow many thanks!
by Elessar
Wed Jun 21, 2023 9:14 am
Forum: Jedox
Topic: Any Quality Open Source Olap ??
Replies: 19
Views: 666917

Re: Any Quality Open Source Olap ??

Hello everybody!

10 years have passed, so I want to revive this topic.
Is there any open-source OLAP with planning capabilities now? Jedox has become commercial, leaving the last open-source 5.1 version in 2015.
by Elessar
Fri May 12, 2023 4:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turning on the performance monitor in PAW
Replies: 6
Views: 2198

Re: Turning on the performance monitor in PAW

I've checked this now: it does turn perfmon On without server restart (literally PAW adds "PerformanceMonitorOn=T" row in tm1s.cfg file)
by Elessar
Fri May 12, 2023 3:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turning on the performance monitor in PAW
Replies: 6
Views: 2198

Re: Turning on the performance monitor in PAW

Hi

Generally speaking you can, but you need to go roundabout ways: in Administration, server configuration, you can change some tm1s.cfg parameters including PerformanceMonitorOn. PerformanceMonitorOn is dynamic, so this will turn it on immediately.
by Elessar
Mon Jan 16, 2023 6:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Uploading data from source cube to target cube with the source cube bigger in dimensionality
Replies: 3
Views: 855

Re: Uploading data from source cube to target cube with the source cube bigger in dimensionality

If you are using the Architect TI process constructor and not writing code from scratch, you should select "Element" role only for the variables matching your target cube's elements + Data. The other variables (which are in source cube and are not in target cube) should be "Other"...
by Elessar
Thu Nov 03, 2022 2:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Old Architect rule editor replaces dashes with hyphens
Replies: 4
Views: 827

Re: Old Architect rule editor replaces dashes with hyphens

The dash in the first screenshot is an Em Dash - MS Word is generally to blame and converts dashes to em dashes via auto correct as you type. Someone then copies these to Excel or elsewhere then into TM1 and you have an issue. Yes Sherlock, it was exactly like you've described :) The rux file, equa...
by Elessar
Wed Nov 02, 2022 3:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Old Architect rule editor replaces dashes with hyphens
Replies: 4
Views: 827

Re: Old Architect rule editor replaces dashes with hyphens

Yes, this happens no matter where the dash is located
by Elessar
Wed Nov 02, 2022 3:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders evaluation
Replies: 8
Views: 1186

Re: Feeders evaluation

Hi,

Your "zero" years can be overfed by a feeder like

Code: Select all

['Something'] => ['fiscal_year':'Total years']
and feed further other zero cells.

And seriously, this "=>['item':'total_cost'];" feeder would confuse me more than your question.
by Elessar
Wed Nov 02, 2022 2:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Old Architect rule editor replaces dashes with hyphens
Replies: 4
Views: 827

Old Architect rule editor replaces dashes with hyphens

Hello everybody! I have noticed a strange behavior of the old rule editor: if I try to use object names with dashes (–, code 150), it works fine for the first time. But if I reopen it, the rule editor replaces them with hyphens (-, code 45). When I try to change something (eg add a comment) and save...
by Elessar
Mon Oct 10, 2022 11:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Pax - Blank Subset Editor
Replies: 5
Views: 1423

Re: Pax - Blank Subset Editor

Hi,

This is a PAW window. Is your PAW running, do you have access to it? Check if you can use subset editor in PAW directly.
Also check if PAW address is added to trusted/local intranet in your internet options
by Elessar
Wed Oct 05, 2022 5:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Quick Report - Refresh Sheet throws error
Replies: 2
Views: 597

Re: Quick Report - Refresh Sheet throws error

Hi, this can appear when you have a mismatch in quick report and cube structures. Possible reasons: You have several dimensions in rows/columns, and their order is broken (eg you have accounts and months in rows (in this order), but the labels aer in different order (September, Revenue)) Sandbox doe...