Numeric sorting which ignores
Numeric sorting which ignores
![KotaM](https://secure.gravatar.com/avatar/be064aa6828d933e3d6481910b6ee52b/?default=https%3A%2F%2Fvanillicon.com%2Fbe064aa6828d933e3d6481910b6ee52b_200.png&rating=g&size=120)
Hello, nice to meet you.
I would like to apply sorting a column which has numeric values and an <a> tag.
However, the column is not sorted correctly because the href attribute of <a> contain some numbers.
Could you tell me how to ignore <a> when it sorts?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You will want to use Orthogonal data to set the sort data source to the numeric value.
Kevin
I got an excellent result with the HTML approach. Thank you very much!