Chart formatting

I'm trying to format a chart in Fast Report, it's a Pie chart. It is displaying the format just correctly, but I want to format the data more.

In the labels section I put
#VALX: #VALY
as the pattern. But I want to format VALY, since it displays number of seconds but this goes well into days. So I want it to format it as
<days>.<Hours 2 dig>.<Minutes 2 dig>.<Seconds 2 dig>.

I tried with the format bar, but can't seem to format it.

Anybody have any idea?

Comments

  • edited 9:27AM
    I fixed it by manipulating the data that comes from the database with concat and such.

Leave a Comment