Hello,
I am attempting to figure out market share % for contracted widgets (ie CVRid for contracted = 50 and competitive = 55). All data is in a single table. It needs to grouped by TC where the BKid is the same.
table 1
col1 - TC
col2 - TCid
col3 - bKid
col4 - CVRid
col5 - Units
col6 - Prod_num
within any TC is any number of prod_num's that can have a CVRid of either 50 or 55, so I am trying to get..." sum(50/50+55)*100".
Have tried three different ways and am getting various errors or empty sets. ugh
Rick
I am attempting to figure out market share % for contracted widgets (ie CVRid for contracted = 50 and competitive = 55). All data is in a single table. It needs to grouped by TC where the BKid is the same.
table 1
col1 - TC
col2 - TCid
col3 - bKid
col4 - CVRid
col5 - Units
col6 - Prod_num
within any TC is any number of prod_num's that can have a CVRid of either 50 or 55, so I am trying to get..." sum(50/50+55)*100".
Have tried three different ways and am getting various errors or empty sets. ugh
Rick
Comment