Hello Martin,
You can find below some answers to your questions. The information provided by Marc is already very good and you might have found the answer yourself in the meanwhile.
1)Why do some results show trend lines and others don't?
The Time Series Forecasting module tests various types of trend (linear or polymonial functions based on the time and on the extra variables and others). It might be that no good trend was found or that the simple fluctuations signal was better explaining the output without any trend.
2)What does the horizon warning mean? I found some warnings with 2, 3 or 4 as maximum horizon.
The horizon proposed before generating the model depends on the number of rows with extra variables you have. During the model generation there might be other constraints which are not visible before which tell you that the prediction won’t be accurate or even possible for all of the requested horizon. Also notice that if you expect your extra-predictable variables to influence your forecasts, you need to know them also in the future. The Time Series Forecast module automatically generates extra-predictable variables related to the date (what is the day, what is the month, what is the quarter, etc.) but you need to provide the business information if you have it. If you don’t have this information for the future you might have a good model on past data but a bad one in the forecast.
3)How can the structure file be optimized? Is there a how-to or SCN document/blog available?
What do you mean by ‘structure file’? If you mean the input data then you just have to make sure that you have as much as business data as possible and that you correctly specify its nature and type (e.g. numeric vs. string, and ordinal vs.continous vs. nominal) in the description page.
4)Is there a way to analyze more than only onecompany at a time?
I would like to load the whole DAX (German main index) and use the same ~20 key figures of all companies for finding the results per company.
Since all shares have the "same attention" (like when in DAX or SDAX or MDAX) I would like to use additional "trends" within the market for analysis.
Is there somehow a "learning effect" I can initiate in the tool by using different data with same variables?
As Marc pointed out you can use the KxShell script language to automate the process or you can manually build many models adding filters in the dataset (and then automating their refresh with Model Manager)
5)Is there a way to use no 4) "more companies at once" and getting only the trend lines per company as result ... not the single predicted values?
When you apply the model you can chose the option to get the forecasts with their components and then use only the trend part.
6)How do I find out which of the 20 key figures I should keep or change for better results?
You can check the contribution by variables to see what is most influencing the regressive part. Also in the Statistical Reports, under ‘Cross Statistics with the Target’ you can check which variables and which categories mostly affect the target.
7)How does PA deal with mixed input of "total values" and "percentage key figures"?
Can you make an example?
8)How can I tell PA which relationships exist between key figures, e.g. those which are an outcome of a formula using the weekly share value.
PA might automatically detect such relationships and it might discard one variable if it is too correlated with another.
9)I checked the logs and found statements like:
"The automatic variable selection process discarded all the extra-predictable variables when estimating the trend(<list-of-variables>)"or
"The trend model (Regression<list-of-variables>...has been discarded from the competition." What does this mean?
Are all my 20 key figures in the file neglected and the forecast is based only on the historic share values? What could be the reason?
There might be no influence of those variables on the trend. Also make sure that you have ordinal or continuous extra predictable variables because nominal ones are not taken into account for cycles.
Hope that it helps
PPaolo