S
Sam
I have access-database with table. I want to sum the "field1" values if
record's another "field2" value is "true". How is this possible?
record's another "field2" value is "true". How is this possible?
Josh Bertsch said:sum(field1[field2 = "true"])
--josh bertsch
Sam said:I have access-database with table. I want to sum the "field1" values if
record's another "field2" value is "true". How is this possible?
Greg Collins said:Set the formula Josh provided you as the default formula value for field3.
--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Thanks that information will help me go forward. Final thing, is it possible
to save sum to field3?
Josh Bertsch said:sum(field1[field2 = "true"])
--josh bertsch
Sam said:I have access-database with table. I want to sum the "field1" values if
record's another "field2" value is "true". How is this possible?
Sam said:It seems that formulas can only be set in "expression box" but the
condition
"if true won't work there". I can see from manual that there should be an
insert formula button(fx) when opening properties, but in this version
there
isn't.
Greg Collins said:Set the formula Josh provided you as the default formula value for
field3.
--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Thanks that information will help me go forward. Final thing, is it
possible
to save sum to field3?
Josh Bertsch said:sum(field1[field2 = "true"])
--josh bertsch
I have access-database with table. I want to sum the "field1" values
if
record's another "field2" value is "true". How is this possible?
Josh Bertsch said:SP1 is the only version that has calculations implemented. You will have to
download SP1 to take advantage of all of the new features.
--josh bertsch
Sam said:It seems that formulas can only be set in "expression box" but the
condition
"if true won't work there". I can see from manual that there should be an
insert formula button(fx) when opening properties, but in this version
there
isn't.
Greg Collins said:Set the formula Josh provided you as the default formula value for
field3.
--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Thanks that information will help me go forward. Final thing, is it
possible
to save sum to field3?
:
sum(field1[field2 = "true"])
--josh bertsch
I have access-database with table. I want to sum the "field1" values
if
record's another "field2" value is "true". How is this possible?