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))
What about this:
=Count({<[Created Date] = {'<=$(=Today()+60)}, StatusName -= {'Closed'}>} IssueID)
I think you don;t need aggr function just try below
Count(if(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)
I did add them back above
Suresh is the one who forgot first
dont involve me bro....Am just learner ...so usually i do mistakes....
you guys were found the issues. to help me
I'll try and let u know all.
I mean single quote after Today()+60.
How long have you been using QlikView Suresh?
Sorry, that I did not realize.
Thanks for pointing that out
thnx Raj.
i will try and let u know.