Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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