Expand my Community achievements bar.

americanmn
americanmn
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I want to pick from a list in the drop down.  Depending on what is choosen then a box will be checked automatically.  This is what I have so far for script.if (dropdown == "blah") then this.rawValue = 1I am not sure if it should be JavaScript or FormCalc...I assume JavaScript since there is no calcu...

    Type

    Questions

    Views

    4.2K

    Likes

    0

    Replies

    7
  • I have a numeric field that calculatesa total.  I have a text field that I want to look at the numeric field and based on what thenumber field says enter text.This is what I have for my calc right now...its not working...I don't know if it should be formcalc or javaif (TextField2.rawValue == 16 or 1...

    Type

    Questions

    Views

    980

    Likes

    0

    Replies

    3
  • I have two check boxes if both check boxes are checked then another field would display a number.  How do I get my calcualtion to work?This is what I have so far for the calc.if ((this.rawValue ==1) (CheckBox4.rawValue == 1)){NumericField1.rawValue= 4}

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
Top badges earned by americanmn
Customize the badges you want to showcase on your profile