Skip to main content
Nintex Community Menu Bar

controls show up in wrong place after a repeating group

  • April 15, 2020
  • 3 replies
  • 17 views

Forum|alt.badge.img+2

I have some calculated fields that summarize some controls that are within a repeating group. The totals work but when I preview/edit the item the controls show up overlapping the first item in the repeating group. I want the totals to show up after all the repeating items. How do I do this. I tried placing these calculated fields and labels within a panel but still didnt work.

 

Thanks in advance for any help I can get on this

JP

3 replies

Forum|alt.badge.img+2
  • Author
  • Rookie
  • April 15, 2020

Here's a screenshot of what's happening

 

 


Forum|alt.badge.img+2
  • Author
  • Rookie
  • April 15, 2020

Here is the design view. Notice the panel is below the inner repeating section and is in the outer repeating section


Forum|alt.badge.img+2
  • Author
  • Rookie
  • April 15, 2020

I figured it out after much trial and error. I got close using css but for some reason the add row buttons disappeared when I changed the position to relative for the repeating sections. I determined that making sure that the parent repeating section as well as the child repeating section were contained inside panels. This resolved it.