Nitishkrish16
2 years agoNew Contributor III
How can we make header as bold and increase the header size in both report & excel?
Dear Community,
We have a requirement to make all the headers in report as well as in excel to make it bold and to increase the size. Here, I wrote a Business Rule function in Cube View Extender t...
- 2 years ago
You can update the format directly in the cube view editor. Please check the screenshot below and the result -
Result
(OR)
If you want to use the business rule then you have to add the property for l2,l3 and so on. Check below
The difference in Excel v/s report is because you have extracted the CubeView in excel directly. Open first in Report and then do an Export -> XLS
- 2 years ago
Revert the changes in the Cube View Header format and use the logic in the business rule ( Check the updated comment ).