Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

critski
critski
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by critski
Customize the badges you want to showcase on your profile
Re: Problem with formcalc code not properly executing in a dynamic table - Adobe LiveCycle 06-05-2014
I tried that just now and it seems to work. The only issue is that now if i go back and change staff required to 0 in a previous line it still adds the number of days up from both lines. I think I probably need to change to javascript so that it calculates each row independently then totals at the bottom but not too sure how to do that

Views

180

Likes

0

Replies

0
Problem with formcalc code not properly executing in a dynamic table - Adobe LiveCycle 06-05-2014
I've got a table which has a sub total field in it with the following code:if(Table2.Row1[*].level eq 1) thenTable2.FooterRow[0].Cell6 = Sum(Table2.Row1[*].shortdays)* 168.30*(Table2.Row1[*].staffrequired); elseif (Table2.Row1[*].level eq 2)thenTable2.FooterRow[0].Cell6 = Sum(Table2.Row1[*].shortdays)* 176.33*(Table2.Row1[*].staffrequired);elseif (Table2.Row1[*].level eq 3)thenTable2.FooterRow[0].Cell6 = Sum(Table2.Row1[*].shortdays)* 188.30*(Table2.Row1[*].staffrequired);elseif (Table2.Row1[*]....

Views

507

Likes

0

Replies

2
Re: Populate multiple items to a text field from a dropdown list - Adobe LiveCycle 26-11-2013
Thanks! worked a treat.

Views

95

Likes

0

Replies

0
Re: Populate multiple items to a text field from a dropdown list - Adobe LiveCycle 26-11-2013
Thanks that worked! But how do I suppress it from displaying Null as the first response?

Views

95

Likes

0

Replies

0
Populate multiple items to a text field from a dropdown list - Adobe LiveCycle 24-11-2013
I am trying to create a dropdown list that when I select an item from the list it adds the item into a text box but doesn't delete the previous text box item. I am just struggling with how to get the text field to concatenate and not simply replace the existing data with the new. I thought it might be something I could do with action builder but it doesn't seem possible with out additional scripting.

Views

778

Likes

0

Replies

4