Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to get a count of cases based a two variables that the end users set. I have tried several variations of the following formula:
count({$<($(vEndField)-$(vStartField))={'>0'}>}distinct CASE_NUMBER)
I cant seem to get this work. Any ideas?
Thank you!
May be try this:
Count(DISTINCT {<CASE_NUMBER = {"=$(vEndField) - $(vStartField) > 0"}>} CASE_NUMBER)
HI,
Try this:
count({$<($(=($(vEndField)-$(vStartField))))={'>0'}>}distinct CASE_NUMBER)
May be try this:
Count(DISTINCT {<CASE_NUMBER = {"=$(vEndField) - $(vStartField) > 0"}>} CASE_NUMBER)
Hi,
Can you explain using some example.
Regards,
Kaushik Solanki
Sorry sbobbyraj but your solution didn't work. Thanks for the help!
Thanks Sunny, your solution seems to be working for me!