reporting services - SSRS Charting - Display Legend and Percent -


i'd display day (percentage) eg fri (22%) on chart

can each individually:

series label properties, label data: #percent{p0}

or: =fields!dayofweek.value

problem: how display both?

enter image description here

here goes expression:

=fields!dayofweek.value+"(#percent{p0})" 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -