我在 IBM Cognos Report studio 11 中使用这个表达式定义,它们给了我重复值。
我想修改以消除重复项(我有一个唯一的字段调用帐号)。
这是表达式定义:
CASE WHEN ( [GL Application Master Monthly].[GL Application Master Monthly].[Current Interest Rate] > 0 and [GL Application Master Monthly].[GL Application Master Monthly].[Current Interest Rate] <=3.75 and [GL Application Master Monthly].[GL Application Master Monthly].[GL Account Number] not in(1561162, 1590863, 1645463, 1698362, 1698664) ) THEN ([GL Application Master Monthly].[GL Application Master Monthly].[App Converted Yesterday Balance]) END