You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Chirag Manocha <cm...@emforium.com> on 2010/09/27 12:26:57 UTC

EAV design/ Crosstab implementation

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. 


Re: EAV design/ Crosstab implementation

Posted by BJ Freeman <bj...@free-man.net>.
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