Search found 6 matches

by McSash
Sat May 23, 2020 2:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA/TM1 Web blurred diagram
Replies: 0
Views: 3518

PA/TM1 Web blurred diagram

Hi all, I'am currently facing an issue where Excel diagrams are blurred in PA Web. The axis legend (Jan, Feb,..) is written in normal Excel cells and perfectly clear. The chart bars as well as the data labels aren't. Does anyone know the cause or a workaround to fix this behaviour? Edit: I'm using P...
by McSash
Mon Feb 13, 2017 1:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web WRITE, Perspectives READ or get client type
Replies: 4
Views: 3882

Re: TM1 Web WRITE, Perspectives READ or get client type

Not a bad ideae but they want to build it ad-hoc with productive data and use it in excel not in tm1 web
by McSash
Mon Feb 13, 2017 1:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web WRITE, Perspectives READ or get client type
Replies: 4
Views: 3882

TM1 Web WRITE, Perspectives READ or get client type

Hello TM1-Community, i need the same user to have WRITE permissions while using TM1 Web and only have READ permissions while using Perspectives (building his own reporting without editing values accidentally). I thopught about different possibilities: 1. Give him two users and tell him to use one in...
by McSash
Wed Jun 22, 2016 2:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Copy Subsets between Dimensions ??
Replies: 9
Views: 8229

"

I also have to copy dynamic subsets. By using the file copy method they won't get copied right, because the .sub files store the MDX with a hard dimension name. So the file copy method won't work for me. So there is only the "run through every subset and element" method left, which needs m...
by McSash
Wed Jun 22, 2016 1:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Copy Subsets between Dimensions ??
Replies: 9
Views: 8229

Re: How to Copy Subsets between Dimensions ??

@declanr Thank you for the code, but this code is the first possibility i mentioned in my first post: Go through all subsets and elements and create them in the new dimension. And this is on my server very slow. EDIT: You are right, I also got some dynamic subsets and they're all empty when using th...
by McSash
Wed Jun 22, 2016 9:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Copy Subsets between Dimensions ??
Replies: 9
Views: 8229

How to Copy Subsets between Dimensions ??

Hello, I want to copy about 2,400 subsets with each 30,000 elements between two dimensions with a TI-Process. They both have the same elements, one is the archive dimension, the other one is used normally. Possibilities: 1. Go through all subsets and elements and create them in the new dimension. Ad...