the diagramm right. Can anybody help me with this?
> any ideas to my other problems?
>
> Ben Watts schrieb:
>
> > If you do use the P in the format box, then take away the 100. SSRS
> > automatically does that for you, when you choose p
> > "Ben Watts" <ben.watts@aaronnickellhomes.com> wrote in message
> > news:uPTo1YAsGHA.652@TK2MSFTNGP04.phx.gbl...
> > > You can turn that into a percent value using "P" in the fomat. And if you
> > > keep doing it the same way and not using that format option you want to
> > > multiply it by 100 instead of dividing it by a hundred. Put parenthesis
> > > around your division and then mulitply all that by 100.
> > >
> > > "florian" <florian.stammer@gmail.com> wrote in message
> > > news:1153842300.488894.291770@i42g2000cwa.googlegroups.com...
> > >> Hi,
> > >>
> > >>
http://www.stammer.at/sql/sql.html > > >>
> > >> under this email adress you'll find a picture of 2 reports containing
> > >> bars.
> > >>
> > >> My diagramm shows a qustion with up to 5 possible answers.
> > >>
> > >> when I display just one question my diagramm works fine. I just like
> > >> the diagramm to go up to 100% and not end with the highest bar.(When
> > >> using the bars with the 100% every bar displays 100% instead of their
> > >> real values).
> > >>
> > >> when I like to make a diagramm containing all Questions(they are
> > >> grouped in the diagramm) the percent calculation works fine in the
> > >> table (the percent values are situated in the last column of the table)
> > >> but not in the graph. All bars are at 100%.
> > >>
> > >> below you can see the used formuala to calculate the percentage:
> > >> =(Fields!PPQ_Count.Value)/((Sum(Fields!PPQ_Count.Value))/100)
> > >>
> > >> in my percent fields I just show 1 number after the comma with N2 but
> > >> now it is not possible to add & "%" in the table fields?
> > >>
> > >> thanks for your help
> > >>
> > >
> > >