Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rcorcoran
Creator
Creator

using greater than and less than in expression

Hi I have this expression and want to show it as sum of CAMHS124 where it is >=7 or <=26

any help would be great

Thanks

num((((Sum({$<[CAMHS124]={7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,},ReferredMM={1}>}ActualValue)))), '##0'),

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

....<[CAMHS124]={">=7 <=26"}..

View solution in original post

5 Replies
tresesco
MVP
MVP

Try like:

....<[CAMHS124]={">=7 <=26"}..

sagarkharpude
Creator III
Creator III

Try this

=sum({<[CAMHS124] = {">=7<=26"},ReferredMM={1}>} ActualValue)

rcorcoran
Creator
Creator
Author

Thanks so much for your help both right.

Rhona

rcorcoran
Creator
Creator
Author

Thanks you sagar that works fine

rcorcoran
Creator
Creator
Author

Than you again tresesco that works great

Rhona