Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all articles
Browse latest Browse all 13016

Re: Find values for dimension where another dimension exists in combination

$
0
0
You could just extend it for each value that you want to check for:

[code]
maximum(if([Column B] = 'X') then (1) else (0) for [Column A])
* maximum(if([Column B] = 'Y') then (1) else (0) for [Column A])
* maximum(if([Column B] = 'Z') then (1) else (0)...

Viewing all articles
Browse latest Browse all 13016

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>