Jump to content
  • 0

Table rows have partial line divider when grouped by a field


JoeyBrannon

Question

I have noticed this in all my tabular reports that use field grouping. How do I get rid of this partial border or make it go all the way across the row. I don't care either way but having it stop is very distracting when using conditional formatting to change the background color of rows based on field parameters.

Screenshot 2023-10-25 at 1.39.23 PM.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hello @JoeyBrannon,

In the Header of the Results page you may test this code (disable the HTML editor before pasting the code):

<style>
  .cbResultSetGroup1Left {
    border-bottom: none !important;
    border-top: none !important;
  }
</style>

If this removes the border you may change this property directly in the Styles.

9Ix5L30.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...