ivan77 Posted August 6 Report Share Posted August 6 Hi, How can I change the calculated field Color and Fontsize on Tabular/Detail datapage ? Rgds, Quote Link to comment Share on other sites More sharing options...
0 CoopperBackpack Posted August 7 Report Share Posted August 7 Hello @ivan77, As far as I understood, you need to apply styling to the Calculated field on the Details page of the Report. If you have multiple Calculated fields on the page, you may refer to them in the following way: div[data-cb-cell-name^="EditRecordCalculated_Field_1_"] + div > span.cbFormCalculatedField Where 1 stands for the Calculated Field 1. Please change it to refer to the needed field. You may test this code in the Header: <style> div[data-cb-cell-name^="EditRecordCalculated_Field_1_"] + div > span.cbFormCalculatedField { color: #008ee4; font-size: 20px; } </style> Result: ivan77 1 Quote Link to comment Share on other sites More sharing options...
0 nyunyiboy Posted Wednesday at 10:55 PM Report Share Posted Wednesday at 10:55 PM Hi @ivan77, I came across a forum thread that addresses a similar issue, and it might offer the solution you're looking for. You can explore the discussion for potential solutions and insights. Thank you, and I hope this helps! ivan77 1 Quote Link to comment Share on other sites More sharing options...
Question
ivan77
Hi,
How can I change the calculated field Color and Fontsize on Tabular/Detail datapage ?
Rgds,
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.