Search found 2 matches

by Piotr Rajtar
Thu Jan 12, 2017 5:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CSV export problem
Replies: 8
Views: 5811

Re: CSV export problem

i am using AsciiOutput and NumberToString. Try using NumberToString Ex instead to explicitly specify decimal character: # adjust precision to your needs sFormatString = '#.####'; sDecimalSeparator = '.'; sThousandsSeparator = ''; sValue = NumberToStringEx(nValue, sFormatString, sDecimalSeparator, s...
by Piotr Rajtar
Tue Jan 10, 2017 1:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1WEB 10.2.2 URL API
Replies: 16
Views: 17225

Re: TM1WEB 10.2.2 URL API

The latter is annoying me more as its forced me to use the full API extensively and any sheet or cube view opened by the full api causes the drill option to not be available. I hope someone replies to this showing how I am wrong; it would resolve a number of headaches. In case someone stumbles upon...