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

Re: Calculation from "Total" Counts of 2 List Columns SOLUTION

$
0
0
Got this from guy in my network ...

'Percentage Closed After Due Date = ' + cast(cast(Count([ClosedAfterDueDate])*100/Count([Action Item Status]),decimal(4,2)),varchar(5)) + '%'

But remember that having them as two items (the way you have it in your re...

Viewing all articles
Browse latest Browse all 13018

Trending Articles