Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

syntax expression

Hi,

I want to state:-

if the RecordType = 'Members' and the DataType = ' Current' , sum the Values.  How do I add the second half to syntax please:-

I have found other examples but not this one .

 

SUM( {<RecordType= {"Members"} >} Values )

 

Cheers,

Laura

1 Solution

Accepted Solutions
marcus_sommer

Something like this:

SUM( {<RecordType= {'Members'}, DataType= {'Current'} >} Values )

- Marcus

View solution in original post

3 Replies
tresesco
MVP
MVP

Like this:

SUM( {<RecordType= {'Members'} , DataType = {'Current'} >} Values )

marcus_sommer

Something like this:

SUM( {<RecordType= {'Members'}, DataType= {'Current'} >} Values )

- Marcus

tresesco
MVP
MVP

Sometimes the color alone can win you points.