Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Im looking to provide the total number between two set of days, I tried the formula below but does not seem to work.
(sum({<[Unrun$.PendingDays]={">=30"},
[Unrun$.PendingDays]={"<=60"}>}
RFACount))
Thank you
Hi
May be try this
sum({$<[Unrun$.PendingDays]={">=30<=60"}>} RFACount)
Hi
May be try this
sum({$<[Unrun$.PendingDays]={">=30<=60"}>} RFACount)