Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends,
I have a cyclic group. I want to liminate up to last 31 days.What expression should I use?
Thanks,
hope your question is more about expression rather than cyclic group, if so, you can try something like this:
Sum ( { <Date={$(='>=' & Date(Today() -30))}>} Value)
hope your question is more about expression rather than cyclic group, if so, you can try something like this:
Sum ( { <Date={$(='>=' & Date(Today() -30))}>} Value)
Thanks,