Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anybody know a way I can insert blank lines into a pivot table or change the size of the font based on an expression
As you can see from the image below, I have been able to change to background colour and font style based on the dimension value by using expressions like =if(Total_Column> 0,'<B>' ,) , but my sponsor is being quite particular about wanting blank lines inserted after 'Net Property Income', Total amin Exes' and ' Operating result'
He also wants to increase the font size of these lines. Can this be done?
Many thanks,
Lawrence
Hi Lawrence!
Just add another column, with the order that you want to show the rows. This will cause you get the blank files placed where you want.
Can you please recomend text that i can use to format specific rows on my table? I got the first row to be set to Bold but i can't get the other once working. Here is my expression:
=if(Description='Revenue',('<B>')).
Thank you
I also tried this with no luck
if(Consolidated='Revenue'
,'<b>'
,
if(Consolidated='Cost of Goods Sold'
,'<b>'
,'Null'))
This is the P&L Pivot table I currently Use and I use a combination of background formatting and text formatting to get this this.
For the background colours I us a formula like this.
=if(Total_Column = 2,rgb(219,229,241),if(Total_Column=3,RGB(182,221,232),if(Total_Column=4,RGB(214,231,248))))
and text formatting formula of
=if(Total_Column>0,'' ,null())
Don’t forget to apply the formatting to both dimensions and expressions.
Lawrence
Hi everyone.
I was struggling with the same problem and found a simple solution.
Thank you 😃
Hi Lawrence, Can you please post a sample QVW?