Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
In set analysis, I'm trying to do DateField1<=DateField2 by using:
Count({<DateField1={"<=DateField2"}>}Id)
But it's not working. It's only giving 0.
Any idea how should I write this function? Thank you in advance!
Or try this
Count({<Id = {"=DateField1 <= DateField2"}>} Id)