Expand my Community achievements bar.

hrgeomagic
hrgeomagic
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I resolved it through my mentor. Here's the fix I got:if ( HasValue(VolEEAmount) ) then    if ( Within(InvisibleEEAgeCalField.rawValue, 0, 29) ) then  0.000075 * VolEEAmount.rawValue else    if ( Within(InvisibleEEAgeCalField.rawValue, 30, 35) ) then 0.000100 * VolEEAmount.rawValue else 0.000200 * ...

    Type

    Questions

    Views

    657

    Likes

    0

    Replies

    0
  • Hello Niall - how do I open the link you posted above?  I've registered for the Adobe sites, but the link always takes me to Adobe's subscription service page.

    Type

    Questions

    Views

    605

    Likes

    0

    Replies

    0
  • Hello Everyone - I simplified my logic statements.  What is wrong with this syntax?var ARate = .000075var BRate = .0001var age = if ( HasValue(EEInfoSubform.EEInfoTable.Row1.DOB) ) then Floor( ( Date() - Date2Num( EEInfoSubform.EEInfoTable.Row1.DOB, "YYYY-MM-DD" )) / 365 ) else Null endif  //this gi...

    Type

    Questions

    Views

    642

    Likes

    0

    Replies

    0
  • Thanks for your response!Let me add some more info:Say my birthday is 02/28/1980.  It's entered in a date/time field.  I want to elect 100,000 coverage in life insurance.  The rates are as follow:Beginning AgeEnding AgeRate (monthly)029.0000753034.0000753539.0001054044.0001554549.0002255054.00041555...

    Type

    Questions

    Views

    640

    Likes

    0

    Replies

    0
  • Hi - I'm a newbie to LiveCycle Designer and only have limited knowledge of coding.I have a form that is used to determine cost based on the age.   I am unable to get the FormCalc syntax to operate properly.This is what I have so far:var ARatevar costif ( not VolEEAmount.isNull ) then    if ( Invisib...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    4
Top badges earned by hrgeomagic
Customize the badges you want to showcase on your profile