Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot heading format

Hi All,

I have created pivot table which has 2 dimension Product, Month & expression is Sum(Sales).

I have dragged month horizontally for column level. Now Product aligned vertically and month horizontally.

I want to change background color on Month.

Do we have that kind of option? I could not find it

Thanks in adv

1 Solution

Accepted Solutions
prat1507
Specialist
Specialist

Yes you can change the background color using this:

as.png

View solution in original post

4 Replies
prat1507
Specialist
Specialist

Yes you can change the background color using this:

as.png

Not applicable
Author

Thanks,

I did not know this option. Moreover I have concat 2 formulas ( WeekDay(ReportDate) & ' - '& Day(ReportDate)). It looks now Mon-12. I want to wrap this like following ouput. Do we have any option for this?

Mon

12

I tried '\n' but doesn't works.

Thanks again

prat1507
Specialist
Specialist

Yes Narendra. You can use it as WeekDay(ReportDate) & chr(13)& Day(ReportDate)


Regards

Pratyush

Not applicable
Author

Thank you Pratyush... very helpful!!