Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

脚本源码
#template
SELECT {[Measures].[店铺数],[Measures].[销售额]} 
ON COLUMNS , 
(
{% if (系列 != null) %}
[汉东商品].[系列].[系列].[{{系列}}]
{% else %}
[汉东商品].[系列].[系列]
{% endif %}
,
[汉东商品].[Order Flag].[Order Flag],
[汉东商品].[年季].[年季]) ON ROWS 
FROM [汉东BI分析]
  • No labels