If anyone could help. Basically this is what im trying to accomplish: I have a measure that is called <countOfAccounts*>, two dimensions <productCode> and <productType>.
The formula I used in webi that worked was this: =[countOfAccounts*] Where ([productCode] InList("133";"223") And [productType]="CF").
What I've tried in desktop intel is =<countOfAccounts*> Where (<productCode> InList("133","223") And <productType>="CF"). This is not working.
Basically what I want to do is count the accounts that have the product code 133 and 223 with the product type of CF.
Thanks for any help you can provide.
The formula I used in webi that worked was this: =[countOfAccounts*] Where ([productCode] InList("133";"223") And [productType]="CF").
What I've tried in desktop intel is =<countOfAccounts*> Where (<productCode> InList("133","223") And <productType>="CF"). This is not working.
Basically what I want to do is count the accounts that have the product code 133 and 223 with the product type of CF.
Thanks for any help you can provide.