EAV design/ Crosstab implementation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

EAV design/ Crosstab implementation

Chirag Manocha-3
Hi devs,
I am going to implement EAV design/Crosstabs with PartyAttribute and PartyClassification entity.

Any proposals on this. I am looking for implementation plans.

Regards
--
Chirag Manocha
Emforium Software Pvt. Ltd. | ALL-IN Software
+91-98735-47457 | +91-98263-19099
Please don't print this Email unless you really need to - this will preserve trees on planet earth.

Reply | Threaded
Open this post in threaded view
|

Re: EAV design/ Crosstab implementation

BJ Freeman
to make sure we are on the same page
EVA=Entity-attribute-value model
as far as Cross Tabs you need a the data in a flat file table or you can
use the view entity. Flat file will speed up crosstabs with large data sets.

the BI component does that for some files but not the ones your
mentioning. it is the OLAP db.

If you doing a fixed set of crosstabs you can do that in a ftl.
I went java applet for the drag and drop selection for a variable
crosstabs selection scheme.



Chirag Manocha sent the following on 9/27/2010 3:26 AM:
> Hi devs,
> I am going to implement EAV design/Crosstabs with PartyAttribute and PartyClassification entity.
>
> Any proposals on this. I am looking for implementation plans.
>
> Regards