Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pivot table- How do I break the column into 2 or more sub columns?

I have a Pivot table with Provider name, their revenue and year. I want revenue to be split into years.

For example My table looks like this:

Pivot Question.png

I want above table (Patient Service Revenue column) look like this:

Patient Service revenue.png

I have attached example chart also.

13 Replies
Anonymous
Not applicable
Author

Thanks for the info.

Anonymous
Not applicable
Author

Hi, is this possible to sort this list by Patients Service revenue amount (decreasing )only for the year 2016. ?

sunny_talwar

Used the following sort expression and sort descending:

Sum({<%year = {$(=Max(%year))}>}%Revenue)

Capture.PNG

Anonymous
Not applicable
Author

Awesome! That Works!

Thank you

Pavithra Shetty