Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature grid
Message
De
07/04/2006 05:31:54
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Feature grid
Divers
Thread ID:
01111312
Message ID:
01111312
Vues:
61
Hi,

Does anyone know how to create a "feature grid" in crystal reports .net using VS 2005? With feature grid I mean those grids that are used to compare one product's features against other product's features. I would use a cross-tab but they can only contain numerical values (according to the book I just read) and my features grid needs to contain string values.

Output feature grid (features can come in small, medium or large) :

| Product1 | Product2 | Product3
------------------------------------------
Feature1 | s | m |
------------------------------------------
Feature2 | m | | s
------------------------------------------
Feature3 | l | l | l
------------------------------------------
Feature4 | s | s |

* Explanation : Product1 has Feature1 in a small size
Product2 also has Feature1 but in a medium size
Product3 does not have Feature1

* Legend : s = small, m = medium, l = large


The table that the feature grid is based on

FeatName | ProdName | Size |
--------------------------------
Feature1 | Product1 | s |
--------------------------------
Feature1 | Product2 | m |
--------------------------------
Feature3 | Product1 | l |
--------------------------------
Feature3 | Product2 | l |
--------------------------------
Feature3 | Product3 | l |
--------------------------------
Feature4 | Product1 | s |
--------------------------------
Feature4 | Product2 | s |


Any help would be greatly appreciated,

Andrew
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform