Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Created Date is field used in expression.
this exp am using right now
=Count(Aggr(Created Date<=Today()+60 and StatusName<>'Closed',IssueID))
@Suresh
=Count(If([Created Date]<=Today()+60 and StatusName<>'Closed',IssueID))
@ Sunny You forgot to add single quote.
=Count({<[Created Date] = {'<=$(=Today()+60)'}, StatusName -= {'Closed'}>} IssueID)
May be this:
=Count({<Created Date = {'<=$(=Today()+60)}, StatusName -= {'Closed'}>} IssueID)
if is missing i think
=sum(aggr(Count(if(Created Date<=Today()+60 and StatusName<>'Closed',IssueID)),IssueID))
Not working bro.
Not working bro.
Not working and yet you are so happy .
You know my next question to you, don't you? Sample?
yes i know.dats y i given smily...... it means no sample
Then how are we going to help you bro?
hi kush,
this one is not showing correct value...it's calculating sum of id's.
this expression giving error.