Pivoter une table peut avoir un interêt, notamment pour faire du reporting.
Voici un exemple simple d'utilisation ce cette commande SQL.
Tag - SQL Server 2005
jeudi 22 juillet 2010
Pivoter une table avec Sql Server 2005 >
Par jb le jeudi 22 juillet 2010, 23:08 - Décisionnel
mardi 23 mars 2010
Analyse d'écarts dans le temps avec Analysis Services
Par jb le mardi 23 mars 2010, 16:47 - Décisionnel
Cela pourrait s'appliquer à un "reporting" sur la qualité des prévisions de vente par rapport aux ventes réalisé.
mercredi 26 août 2009
setup cognos to work with OLAP MSAS cubes security
Par jb le mercredi 26 août 2009, 20:38 - Décisionnel
Usually, when we create a data source in Cognos, it is easier to specify a connection using Cognos Service Credentials. This means that all connections to the data source are done using the Cognos service user's profile.
- Advantage of this method is that it needs less setup on the corresponding database server (only one account).
- Disadvantage is that you cannot make use of "row level security" as all Cognos users will connect using the same profile (Data source has no information about current Cognos user).
To take advantage of an eventual user level security setup behind Cognos data sources, we need to connect using the current Cognos user's profile.