I want to create a expression where the artist name should be a different color when the track name is played
I create this expression:
<b>If(isEmpty([Number Plays, 0], 1),, / <font color="0e76bc">[artist]<//font>)<//b>
But in this expression will appear only the artist with the track played, what is not yet played is empty.
Any help!