Hi all, I have a sum of several cck fields where sometimes a cck field contains no value [since no input is given]. The sum/ total returns a 0 / zero value in that case. Any ideas?

Comments

Pimmy’s picture

I am hitting similar problem with no solution so far. Here are my findings - they might be of any use to you.
http://drupal.org/node/1463500

Pimmy

manObject’s picture

I am having a similar problem with CCK and Rules. It seems likely that the problem is evaluation testing for the empty string case. In that instance, it should return TRUE when tested for empty, but it doesn't. This is a well documented scenario on PHP.net - complete with plenty of 'right' and 'wrong' coding examples...

karens’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

The D6 version is no longer supported.