Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Count of Implemented date with a condition of Planned date lesser than today
=Count({<PLANNEDDATE={<$(vToday)>}IMPLEMENTEDDATE)
But it doesnt seem to work. any help would be appreciated
Try something like this
=Count({<PLANNEDDATE={"<'$(vToday)'"}>}IMPLEMENTEDDATE)
its not working. I know is something to deal with quotes, but not able to figure it out.
Satheesh,
If (PLANNEDDATE= vToday,count(IMPLEMENTEDDATE)
Regards
Swarup
Swarup,
I cant use if since I have many conditions, need it in set analysis
try this =Count({$<PLANNEDDATE={$(vToday)}>}IMPLEMENTEDDATE)
My condition is Planned Date is lesser than today and not equal to.
If I lesser than, some issue with the syntax. Meaning am missing the quotes some where
Sateesh ,
Can u create a sample appliction and upload it,
And also elaborate on your requirment.
Regards
Swarup
did u try this ..what is the error u are getting
Count({<PLANNEDDATE < {<$(vToday)>}IMPLEMENTEDDATE)