Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to sum the counts of a variable:
here is the code:
=sum(if(aggr([Requesting Agency] = 'JAY',count([Servicing Agency])),1))
but I am getting an error. I want to count the total number of times of the servicing agency being a value when the requesting agency = jay.
count({<[Requesting Agency]={'JAY'}>}[Servicing Agency])
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com
count({<[Requesting Agency]={'JAY'}>}[Servicing Agency])
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com