Hi guys,
I know this discussion is old but in case someone is looking for the limit size of a string TI parameter, I did the test with PAL 2.0.9.10. It is equal to 65535 characters.
Cheers
Search found 4 matches
- Sat Feb 05, 2022 12:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: String size limit of a parameter in a TI
- Replies: 12
- Views: 22219
- Sat Aug 14, 2021 9:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 REST API - GitInit
- Replies: 11
- Views: 13395
Re: TM1 REST API - GitInit
Hi,
I had the same error message when trying to git init with a private github repository...It works fine whit public one
++
I had the same error message when trying to git init with a private github repository...It works fine whit public one

++
- Wed Jul 14, 2021 7:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to calculate up to Millisecond
- Replies: 18
- Views: 79702
Re: How to calculate up to Millisecond
Thank you for your answers!
It is indeed related to the fact that HierarchyTimeLastUpdated is based on GMT.
In my case, I think the best way to handel it is to use HierarchyTimeLastUpdated only to get the milliseconds part of a time.
It is indeed related to the fact that HierarchyTimeLastUpdated is based on GMT.
In my case, I think the best way to handel it is to use HierarchyTimeLastUpdated only to get the milliseconds part of a time.
- Tue Jul 13, 2021 4:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to calculate up to Millisecond
- Replies: 18
- Views: 79702
Re: How to calculate up to Millisecond
There seems to be a problem with the HierarchyTimeLastUpdated function, which does not return a correct value for hours. Here is the test I performed: If(DimIx('}Clients', Tm1User) = 0); cTM1User = 'Chore'; Else; cTM1User = Tm1User; EndIf; cStartTime = Now; cProcessName = GetProcessName; cIdExecutio...