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: 
vanand3535
Creator III
Creator III

How to sort X-axis lable

Hi all,

I have a nativ pixel perfect bar chart in Pixel perfect report in   NPrinting.

Where x-axis has value,

Season=2013,2014,2015,2016  .

In my bar chart Season value is coming randomly. lik e2013,2015,2017,......

But I want to sort the label of x-axis into  2013,2014,2015,2016 ..

So,How can I do this?

1 Solution

Accepted Solutions
MK9885
Master II
Master II

There are quite a few ways to do it... but I do it in back end

Load * Inline [

Season Sorting

2013     1

2014     2

2015     3

2016     4

2017     5

2018     6

];

And in front end in use Sort by expression for Session and use the field Sorting

View solution in original post

1 Reply
MK9885
Master II
Master II

There are quite a few ways to do it... but I do it in back end

Load * Inline [

Season Sorting

2013     1

2014     2

2015     3

2016     4

2017     5

2018     6

];

And in front end in use Sort by expression for Session and use the field Sorting