Skip to Content
Register · Login
About Theme

A Letterboxing Community

Atlas Quest
Search Edit Search

Read Thread: Scripting with Livecycle formcalc

Re: Scripting with Livecycle formcalc
Board: Designing and Creating Webpages
Reply to: #671291 by MO UR4Me
Jan 21, 2012 8:42pm
Thread (disabled) Board
this.rawValue = GW1.rawValue * GWPercent1.rawValue

Thank you both. I have tried the *, without success. The rawValue is correct terminology for this, but I'm unfamiliar with the rest of the formula. I will give it a try in the am.

I may have to examine the rest of the equation better. I do appreciate your help.
MGF
Re: Scripting with Livecycle formcalc
Board: Designing and Creating Webpages
Reply to: #671294 by More Great Fun
Jan 22, 2012 5:24am
Thread (disabled) Board
I don't think the equation itself is meaningful but it looked like multiplication. I just Googled "livecycle equation" or something like that.
Re: Scripting with Livecycle formcalc
Board: Designing and Creating Webpages
Reply to: #671311 by MO UR4Me
Jan 23, 2012 9:27am
Thread (disabled) Board
I got it.
I decided it was in my equation. I had 27 lines of addition, then this total to be multiplied by a variable rate to form my total figure. I forgot to put parentheses around all the addition calculations prior to multiplying with the variable.
Basic fifth grade math, duh. Thanks again.