Hi
We have a table called order with various columns like oid,vid,odata,etc. The other table is called prod which has columns like oid,product_type etc.
oid is the pk/fk between hes tables. I want to get a count(oid) from order table grouped by product-type.
I created an attribute with oid and prod_type code. oid was used for joining and prod-type code is the only form on display.
Somehow MSTR creates a sql grouping by the oid also. May be is is used as ID in joining these tables? please help me. I am new to MSTR. Also where can I get some doc about vmall?
Thanks
We have a table called order with various columns like oid,vid,odata,etc. The other table is called prod which has columns like oid,product_type etc.
oid is the pk/fk between hes tables. I want to get a count(oid) from order table grouped by product-type.
I created an attribute with oid and prod_type code. oid was used for joining and prod-type code is the only form on display.
Somehow MSTR creates a sql grouping by the oid also. May be is is used as ID in joining these tables? please help me. I am new to MSTR. Also where can I get some doc about vmall?
Thanks