xls文档中有一个日期列,格式为日期型。
在fm中根据它做出来的时间维度,每一层的key和captain都是共用一个对象,如2009,测试可以通过。
但是发布数据包时报错:
BMT-MD-2047 Cannot assign the "_memberCaption" role to this query item because its data type is not "string". Either change the query item expression to be of type "string" or create a new string calculated item and assign the role to it.
显然,这说的是格式问题,所以我想把每一层里的日期格式的年份改为string型。
但是最终发现cast什么的函数,都不支持!
xls对这些函数都不支持怎么转啊。。。