我有一个导致列的查询:
Location
AssetDesc
AssetType
AssetSubType
AttributeDesc
AssetAttributeValue
我尝试将AttrbuteDesc值转换为列标题,并将AssetAttributeValue列作为其值。但是,当我在交叉表查询向导中时,我可以选择的唯一可用字段是:
Location
AssetDesc
AssetType
AssetSubType
为什么我没有显示AttributeDesc或AssetAttributeValue列供我选择以进行透视?
AttributeDesc中的数据包含:
Manufacturer
Model #
Serial #
Stand Size (For "test")
Does Unit Have Iced Coffee/Ice Tea Retrofit
AssetAttributeValue中的数据具有:
Work Oasis
G-77
123456789
10 inch
NA
答案 0 :(得分:1)
您可以在文本上交叉,但不能使用长文本(以前称为备注)。