|
Hi, all:
if !LET !a=1. !LET !b=2., and you can not do sum using !LET !c=!a + !b. However, you can do it using !LET !c=!LENGTH(!CONCAT(!BLANK(!a),!BLANK(!b)).
My question is how to do subtraction /multiplication/ division with similar method?
any idea?
Thanks
|