Expand my Community achievements bar.

The_King_of_Mil
The_King_of_Mil
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am at a lost right now on how to accomplish this task. The endstate is I want one text field to calculate using criteria from a table. I know this is confusing. Here is the layout. I want to search the table by using the age, and then to search another criteria for how many repititions was perform...

    Type

    Questions

    Views

    448

    Likes

    0

    Replies

    0
  • Enter this under the "Change" option of the script editor for the checkbox. just rename your fields appropriately. The second "If" will reset the fields if they accidently clicked it. Name[1] is the field you want the checkbox to fill. 'Name' is the original field.if (this.rawValue == "1") {  this.r...

    Type

    Questions

    Views

    323

    Likes

    0

    Replies

    0
  • You should be able to just set those to java and still use formcalc throughout the rest of the form

    Type

    Questions

    Views

    353

    Likes

    0

    Replies

    0
  • Can you post the form or send it to me?To be clear, you want it so that when any item is clicked, it will show which item is click in another location on the form?

    Type

    Questions

    Views

    261

    Likes

    0

    Replies

    0
  • Try this.Using Javascript. Under change, put these for your checkboxs. Rename appropriately. Checkbox1if (this.rawValue == "1") {  this.resolveNode("CheckBox1").rawValue = "0";}Checkbox2if (this.rawValue == "1") {  this.resolveNode("CheckBox2").rawValue = "0";}

    Type

    Questions

    Views

    352

    Likes

    0

    Replies

    0
  • Radzmar,Thanks for the reply. I have already tried that, but it only rounds with normal expression, not the one I am trying to get. I have played around with the 'Floor' and 'Ceil' functions, but I need to find a way to get them to express correctly also.

    Type

    Questions

    Views

    298

    Likes

    0

    Replies

    0
  • I am trying to get help with an expression. I have not had any luck, and not that great at scripting. I need to be able to express my numbers in a different manner than normal expression. This is the rule I have to follow:  "When expressing to the nearest whole number, express to the nearest even nu...

    Type

    Questions

    Views

    833

    Likes

    0

    Replies

    2
  • It was helpful and got it working. I'm trying to mess with it right now. But with that script it only makes it green. I tied typing in r or y and it comes up white or no fill. But I'm trying to tinker with it. I appreciate it so much Mandy!!!

    Type

    Questions

    Views

    444

    Likes

    0

    Replies

    0
  • I have four values that I want to input into a field. What I am trying to make happen is when you type in a letter, that text field will then highlight or fill to a certain color. Can anyone help me? And I want to have four values in it. The values would be "G" "R" "Y" and "0". If I type in "G" I wo...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • =IF(SUM(B14:B15)/2=0,"",Bround((SUM(B14:B15)/2),0))   hopefully this may help. This is what the formula looks like in excel. I have tried working with it but still getting a lot of errors. Still any help would be great. Also, not sure how it works. But using the help, I got this answer "However, the...

    Type

    Questions

    Views

    257

    Likes

    0

    Replies

    0
Top badges earned by The_King_of_Mil
Customize the badges you want to showcase on your profile