Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Partner - Creator III
Partner - Creator III

Problem with 9.0 in formular: SUM({<Field2 <> {""} >}Field1)

Hi,

i was using this formular in 8.5:

SUM({<Field2 <> {""} >}Field1)

with 9.0 this does not work any more???

Any hinds

Thx

Chris

Do or Do Not. There is no try!
2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

I think for set values you need to use single quotes and not double:

SUM({<Field2 <> {' '} >}Field1)

Not applicable

try with sum({<Field-={''}>} Field1)