Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I get count of IDs where Date is more than Today.
count({<num(trainingdate)>Today()>} distinct id)
Count({$<expirydate={">$(=date(Today(),'YYYY-MM-DD'))"},Flag={1}>} distinct [Ref ID])
Count({$<trainingdate={">$(=date(Today(),'YYYY-MM-DD'))"} >} distinct id)
and make sure that the trainingdate field format matches the format of your formatted today's date
I tried but I am getting this error.
Can you try by adding one more bracket ')'
Count({$<trainingdate={">$(=date(Today(),'YYYY-MM-DD'))"} >} distinct id)
If the issue is solved please mark the answer with Accept as Solution
Count({<$<expirydate={">$(=date(Today(),'YYYY-MM-DD'))"}>} distinct [Ref ID])
It isn't resolved getting set modifier error.
Please remove one '<' before the expirydate field.
Try like below:
Count({$<expirydate={">$(=date(Today(),'YYYY-MM-DD'))"}>} distinct [Ref ID])
How can I include a flag in this statement like Flag={'1'}
Count({$<expirydate={">$(=date(Today(),'YYYY-MM-DD'))"},Flag={1}>} distinct [Ref ID])