Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cognos Analytics 中,我有一个包含数据行的数据集(以 MB 为单位的已用磁盘空间),每行是 2 月或 6 月。因为我想比较两个月,所以我想创建两个新变量:一个是 2 月的数据,一个是 6 月的数据。在查询编辑器中,我尝试过:count (MB) when month = 'February'。这和其他几个条目不起作用。我想知道是否有人可以为我提供正确的代码行。
提前致谢!
尝试这个:
此时您应该能够将每个月作为单独的数据项处理