Quote:
Originally Posted by Buhaj47
I've seen that but couldn't apply it to the code above.
|
Do you mean you could see how to combine the formatting of the index with the addition of the dashes? If so, the following is what you want:
Code:
{series}{series_index:0>4.1f| - | - }{title}
I had to test it myself as I didn't know where the format string should go.