Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I need to bold the content of the pt vta and weeks dimensions,
but it does not have the text format option.
How can I bold these dimensions?
Is there any extension that helps me?
Can you give me information please?
With the <B> tag and outhers, you can now insert it into the new straight table.
For the pivot table, this won't work; alternatively, you can use CSS, with multi KPI chart signaling like below in the styles tab.
.qv-pt .cell{ font-weight: bold; }
Or you can also use the new pivot table in custom objects that have this customization in the chart property under styles.
- Matheus
With the <B> tag and outhers, you can now insert it into the new straight table.
For the pivot table, this won't work; alternatively, you can use CSS, with multi KPI chart signaling like below in the styles tab.
.qv-pt .cell{ font-weight: bold; }
Or you can also use the new pivot table in custom objects that have this customization in the chart property under styles.
- Matheus
HI @MatheusC
THANKS FOR YOUR COMMENT.
THE NEW PIVOT DOES NOT USE ME SINCE I USE THE LOGIEXPORT EXTENSION TO EXPORT EXCEL FILES WITH FORMATS THAT CONTAIN COLOR AND THIS EXTENSION DOES NOT WORK WITH NEW PIVOT BUT WITH THE PIVOT TABLE THAT I MENTIONED
IS THERE ANOTHER WAY TO ACHIEVE THIS GOAL?
THANKS
I really don't have experience with the mentioned extension, but regarding using the other pivot table and adding bold to the table, an alternative is to use the CSS code provided above within the multi KPI in the styles tab.
- Matheus