請在上方「進階篩選」區域選擇以下任一條件開始分析:
快速選擇最近 1/3/6/12 個月或全部資料
推薦新手使用
精確指定開始/結束日期進行分析
適合特定區間分析
| 排名 | 廠商名稱 | 總業績 | 佔比(%) | 總銷量 | 平均客單(ASP) | {% if cols.cost or cols.profit %}毛利額 | {% endif %} {% if cols.cost or cols.profit %}毛利率 | {% endif %}商品數 (SKU) | 平均單品產值 |
|---|---|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ v.name }} | ${{ "{:,.0f}".format(v.revenue) }} | {{ "{:.1f}%".format(v.share) }} | {{ "{:,.0f}".format(v.qty) }} | ${{ "{:,.0f}".format(v.asp) }} | {% if cols.cost or cols.profit %}${{ "{:,.0f}".format(v.profit) }} | {% endif %} {% if cols.cost or cols.profit %}{{ "{:.1f}%".format(v.margin_rate) }} | {% endif %}{{ v.sku_count }} | ${{ "{:,.0f}".format(v.revenue / v.sku_count if v.sku_count > 0 else 0) }} |
X軸: 銷量 (市場份額) | Y軸: 毛利率 (獲利能力) | 十字線: 中位數閾值
| 排名 | 商品ID | 商品名稱 | {% if cols.brand %}品牌 | {% endif %} {% if cols.vendor %}廠商名稱 | {% endif %} {% if cols.cat %}商品館 (分類) | {% endif %} {% if cols.qty %}平均單價 | {% endif %} {% if cols.cost or cols.profit %}毛利率 | {% endif %} {% if cols.return_qty %}退貨率 | {% endif %} {% if cols.date %}銷售月份 | {% endif %} {% if cols.qty %}銷售數量 | {% endif %}銷售金額 |
|---|