Jump to content
  • 0

How to make calculated field BOLD


BFuchs

Question

10 answers to this question

Recommended Posts

  • 1

Hi @Hiperf,

You may want to select a specific column. Refer to the forum post:

Change the number within the () depending on which column you want to change color. Add this in the Header of the Results Page Configuration, make sure to disable HTML Editor before pasting the code.

<style>
td[class*="cbResultSetData"]:nth-of-type(9){
color: red !important;
}
</style>
Link to comment
Share on other sites

  • 0
On 11/29/2019 at 7:59 PM, BFuchs said:

Hi Vitalikssssss,

 

Tried that too, nothing changed.

 

Thanks,

Ben

Hi @BFuchs

Did you place the code into Datapage Header? HTML editor was disabled? 

This code is designed for Tabular report Datapage.

Send me a URL of the web-page via private message, so I could take a look.

Regards,

vitalikssssss

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...