Search found 344 matches

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: 598

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...
by Elessar
Wed Oct 05, 2022 8:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Colum and line charts question - PAW - Multi line
Replies: 5
Views: 971

Re: Colum and line charts question - PAW - Multi line

I've dragged random dimensions (Version and Cost center) to colors just to show how it works.

This depends on what you want to be split to different lines and different columns. Note that This should be different dimensions
by Elessar
Wed Oct 05, 2022 6:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Colum and line charts question - PAW - Multi line
Replies: 5
Views: 971

Re: Colum and line charts question - PAW - Multi line

You should use the "couleur" fields. One of them is for columns, one is for lines (my French is too bad)
Image 4.png
Image 4.png (53.21 KiB) Viewed 937 times
by Elessar
Mon Oct 03, 2022 3:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Colum and line charts question - PAW - Multi line
Replies: 5
Views: 971

Re: Colum and line charts question - PAW - Multi line

Hi,

You need "Color" section in "Fields" tab for this.
Image 4.png
Image 4.png (16.99 KiB) Viewed 965 times
by Elessar
Mon Sep 05, 2022 1:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Powershell Snd-MailMessage Fail to Attach File
Replies: 16
Views: 2373

Re: Powershell Snd-MailMessage Fail to Attach File

Hi, Here is mine: $serverSmtp = "smtp.XXXXXX.XXX" #May be different! Check with mail server administrator $port = 587 $encoding = [System.Text.Encoding]::UTF8 $From = "XX@XXXX.XXX" $To1 = "XXX" $To2 = "XXXXX" $subject = "My subject" $user = "XXX...
by Elessar
Mon Sep 05, 2022 7:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1web data writeback is slow!
Replies: 6
Views: 1345

Re: TM1web data writeback is slowly!

These are basic things, and BIM documentation and Google will help you more at this stage than tm1forum ;)
https://www.ibm.com/docs/en/planning-an ... d-activity
by Elessar
Mon Aug 29, 2022 6:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1web data writeback is slow!
Replies: 6
Views: 1345

Re: TM1web data writeback is slowly!

Hi, There can be 2 reasons of slow data entry: Somebody locked something, and you are in queue The cell you are writing data in overfeeds something (most probably, a large consolidation) Use tm1top (or PAW administration) to determine this. But, is it really data entry? You say that you wait 10 minu...
by Elessar
Fri Aug 19, 2022 9:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL V2 Expiry 25 August 2022
Replies: 4
Views: 1352

Re: SSL V2 Expiry 25 August 2022

Aaaand I think it's the last in this thread and I will stop spamming :)

It looks like 10.2.2 is not affected. Try to switch the date to 26 AUG 2022 on you server and check if something fails.
by Elessar
Fri Aug 19, 2022 7:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL V2 Expiry 25 August 2022
Replies: 4
Views: 1352

Re: SSL V2 Expiry 25 August 2022

I've addressed this question to IBM team here: https://community.ibm.com/community/use ... fd25c11045
by Elessar
Fri Aug 19, 2022 6:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL V2 Expiry 25 August 2022
Replies: 4
Views: 1352

Re: SSL V2 Expiry 25 August 2022

Hi, I could not find the certificates on IBM site I doubt that I can share with you the certificates from my PA installations due to Intellectual Property Rights and because of other security stuff I'm not sure PA certificates can be used in TM1 10.2.2 10.2.2 is no longer supported by IBM Having all...
by Elessar
Mon Jun 20, 2022 6:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAX RefreshAllData()
Replies: 8
Views: 14970

Re: PAX RefreshAllData()

Hi all,

I've had another RefreshAllData fault with "91" error recently: DAX add-in caused this. Disabling it fixed the error
by Elessar
Fri Apr 29, 2022 7:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: String measure value to consolidation level
Replies: 8
Views: 1584

Re: String measure value to consolidation level

Hi, Primo , beware of several dates being summed up on consolidations Secundo , This is much easier with dates, than if it was really a string measure, because you can convert date to number and then to string again. Here is idea how to do this: Say we have string "Date" measure where we h...
by Elessar
Wed Apr 27, 2022 6:40 am
Forum: Useful code, tips and tricks
Topic: MDX - Using VAL instead of StrToValue
Replies: 2
Views: 10699

Re: MDX - Using VAL instead of StrToValue

Wow, thanks George!
by Elessar
Fri Apr 01, 2022 7:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create zip files straight from TM1
Replies: 5
Views: 1650

Re: Create zip files straight from TM1

Thanks Wim! A very useful one! :--)
I have already rewritten all my backup processes using your idea. It is much more efficient than 7zip: faster and needs less memory.
Now rewriting log files archiver.
by Elessar
Mon Feb 21, 2022 7:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Performance Modeler
Replies: 3
Views: 1246

Re: Performance Modeler

Hi, Did it work before on your PM? Does it work on another PM? Try to edit rights in TM1 Applications (my.server.com:9510/pmpsvc). If there is an error, the logs in webapps/pmpsvc/logs folder should be more informative. Also, check you }tp_tasks_appGUID dimension. It should be equal to your approval...
by Elessar
Tue Jan 25, 2022 7:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic Subset isn't working at Title
Replies: 10
Views: 28001

Re: Dynamic Subset isn't working at Title

hisathishkumar wrote: Mon Jan 24, 2022 11:39 pm
Is there any way to get that working? either by changing the MDX or changing something in PAW?
No. Somebody has already asked this on IBM community forum: IBM said that when you drag filter to external widget, MDX becomes disconnected from view.
by Elessar
Fri Jan 21, 2022 12:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic Subset isn't working at Title
Replies: 10
Views: 28001

Re: Dynamic Subset isn't working at Title

Hi, what interface are you using?
If it is tm1web, it will not work. such dynamic subsets work only when Year is in context and Employee is in rows/columns
"Both dims in filters" will work only in PAW (until you drag them out of the view to external selector widget)
by Elessar
Fri Dec 17, 2021 2:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect SAP BW 7.6 with Planning Analytics 2.0
Replies: 4
Views: 39296

Re: Connect SAP BW 7.6 with Planning Analytics 2.0

You can possibly mean Package Connector (Thanks George Tonkin for reminding this), which used Cognos packages to connect to SAP. It is depreciated now. There are other options, using the proper software: Cognos Integration Server - can get values from SAP and push them to TM1 SAP PI - can also push ...
by Elessar
Fri Dec 17, 2021 9:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect SAP BW 7.6 with Planning Analytics 2.0
Replies: 4
Views: 39296

Re: Connect SAP BW 7.6 with Planning Analytics 2.0

Hi,

It not possible to integrate with SAP using TI. The options are:
  • SQL server as a Stage DB
  • Flat files
  • Pure Rest API
  • Tm1py