![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#3
| |||
| |||
|
|
Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#4
| |||
| |||
|
|
Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#5
| |||
| |||
|
|
Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#6
| |||
| |||
|
|
In practice TM1 is far better at planning than Analysis Services (I've used both extensively). Writeback is faster in TM1. It is also easier to build the models. Perhaps someone can explain exactly why TM1 is better at writeback. From my understanding with TM1 all the writebacks are held in RAM on the server and written to a log file in case of crash. At a scheduled time (overnight) the RAM data is written to disc. With AS although the writebacks are similarly held in RAM they are also immediately written to a relational table in SQL Server. These relational writeback tables have to merged into the fact tables. Is it the case that the writing to these relational tables, as compared to the log files, explains the difference in performance? TM1 is the best OLAP platform for planning & AS the best for actuals from a datawarehouse. Regards, John Keeley www.johnkeeley.com "DaveK" <DaveK (AT) discussions (DOT) microsoft.com> wrote in message news:<1D6D9D7E-B8F6-4513-B37D-B2D2C9DEB106 (AT) microsoft (DOT) com>... Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#7
| |||
| |||
|
|
Dave Thierry is right. What can be done within TM1 can be done within Analysis Services. If you want to see freeform data input using more than one method to achieve this, then please feel free to contact me for a demonstration of o2olap. For the record, I believe there is a better and more efficient way for data entry than TM1. Modeling is a synch, with lower modelng risk, and faster. You can browse, slice and dice, input and model very easily. You can create any report you want. You can do your planning and forecasting, even automate this process like you can in TM1. If you want to talk to users who have done this with AS then please feel free to let me know. Yes some are old TM1 users who have moved on to the AS platform and are happy. Things in the OLAP arena have moved on with some new concepts, and more... Considerations and differences include: 1. The MSAS platform is more widely used and there are and will be a lot more products and solutions based on the MSAS. MSAS provides a more "OPEN" platform. 2. There are also more resources from a training and from a staffing point of view. 3. There is tighter integration to Microsoft products, including developer tools. 4. Excel reports can automatically format based on AS formats, and other variations of this. 5. You are not tied into Rules, which most users hated with a passion because of having to optimise with Feeders. As a result a lot of users avoided these. This process is automated within AS, which is very efficient. 6. You can have and develop custom functions to include within the equivalent of Rules, namely MDX. Saying this you can also combine existing available functions in other applications. 7. The cost is a lower. If I remember correctly, the cost for TM1 in the UK was £5,000 and the US may have been $5,000. Personally I would rather invest that sort of money in the future. 8. ..... and I could go on. Refer to our web site for more. Also, we are quite willing to help you convert your TM1 data and solution to MSAS. Again, please feel free to contact me for a demonstration. You could be pleasantly surprised as to what is possible. Regards Howard.Taylor@ domain below www.o2olap.com PS: Formerly had a consultancy based on TM1 but let our contract lapse. "DaveK" <DaveK (AT) discussions (DOT) microsoft.com> wrote in message news:1D6D9D7E-B8F6-4513-B37D-B2D2C9DEB106 (AT) microsoft (DOT) com... Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#8
| |||
| |||
|
|
I agree what Nigel says and partly with what Howard says. What I felt so frustrating is there is totally no information in neither books online or in any of the books on Analysis Services to customers how to model and build what-if applications on analysis Services. I am really surprised that MS have not released even a few simple scenarios like cost planning or cash flow planning or sales planning some sample cubes and reports with the Excel addin. There is a big lack of know how on how to model a planning and budgetting application on Analysis Services - I guess this is the biggest gap in AS 2000 if it exists MS as not done any effort in making the user community aware of using this feature and none of the authors of a number of books on Analysis Services have endeavoured to make this known. It is really a sort of mystery how to do it. Many times users want to build some budgetting, planning and what-if applications in house and once they outgrow the AS 2000 and Excel Addin would like to go for something like MIS Plain or O2OLAP or whatever but even to do basic things there is no starter models. Perhaps if MS could take this onboard and do something. |
#9
| |||
| |||
|
|
I agree with John -- Analysis Services has a lot of strengths but it's nowhere near as good as TM1 for write-back apps. Analysis Services uses a relational transaction partition to hold the write-backs, and also zaps the caches when data is committed. This ruins the normally good query performance. Analysis Services 2000 also doesn't have good capabilities for planning type calculations, particularly multi-currency. TM1, being entirely RAM based, and with an excellent native Excel interface, is much more optimised for such apps. "John Keeley" <duvinrouge (AT) servihoo (DOT) com> wrote in message news:542fe31c.0410280220.73f955b2 (AT) posting (DOT) google.com In practice TM1 is far better at planning than Analysis Services (I've used both extensively). Writeback is faster in TM1. It is also easier to build the models. Perhaps someone can explain exactly why TM1 is better at writeback. From my understanding with TM1 all the writebacks are held in RAM on the server and written to a log file in case of crash. At a scheduled time (overnight) the RAM data is written to disc. With AS although the writebacks are similarly held in RAM they are also immediately written to a relational table in SQL Server. These relational writeback tables have to merged into the fact tables. Is it the case that the writing to these relational tables, as compared to the log files, explains the difference in performance? TM1 is the best OLAP platform for planning & AS the best for actuals from a datawarehouse. Regards, John Keeley www.johnkeeley.com "DaveK" <DaveK (AT) discussions (DOT) microsoft.com> wrote in message news:<1D6D9D7E-B8F6-4513-B37D-B2D2C9DEB106 (AT) microsoft (DOT) com>... Hi, our company is currently assessing Applix Tm1 as it has very good planning/forecasting capabilities. In particular the ability for users to do on the fly what-if analysis. Does AS have anything to compete with that? i've looked at the plug-in for excel but it doesn't seem to offer too much. Can AS really be used for planning? |
#10
| |||
| |||
|
|
"Karen Middleton" <karenmiddleol (AT) yahoo (DOT) com> wrote in message news:a5fd468a.0410281707.204d7dfe (AT) posting (DOT) google.com I agree what Nigel says and partly with what Howard says. What I felt so frustrating is there is totally no information in neither books online or in any of the books on Analysis Services to customers how to model and build what-if applications on analysis Services. I am really surprised that MS have not released even a few simple scenarios like cost planning or cash flow planning or sales planning some sample cubes and reports with the Excel addin. There is a big lack of know how on how to model a planning and budgetting application on Analysis Services - I guess this is the biggest gap in AS 2000 if it exists MS as not done any effort in making the user community aware of using this feature and none of the authors of a number of books on Analysis Services have endeavoured to make this known. It is really a sort of mystery how to do it. Many times users want to build some budgetting, planning and what-if applications in house and once they outgrow the AS 2000 and Excel Addin would like to go for something like MIS Plain or O2OLAP or whatever but even to do basic things there is no starter models. Perhaps if MS could take this onboard and do something. I think the reason is probably that Analysis Services 2000 isn't often used for planning apps, and when it is, it's usually in conjunction with pre-built apps such as OutlookSoft Everest, Geac MPC or CIP ES, which deal with a lot of the tricky functional/performance issues. Some consultants have also developed techniques based on hard experience, but I guess they don't want to give them away freely. Of course, a lot will change with Yukon, which would also explain why people may not be interested in documenting such techniques for what is now a four year old product. |
![]() |
| Thread Tools | |
| Display Modes | |
| |