Crystal Report 9 variables
am 15.10.2007 19:38:44 von FranckI haven't found any crystal report groups but im sure here there is
people knowing about it. How do i create variables in a report. from
crystal report itself not Visual studio.
I haven't found any crystal report groups but im sure here there is
people knowing about it. How do i create variables in a report. from
crystal report itself not Visual studio.
On Oct 15, 1:38 pm, Franck
> I haven't found any crystal report groups but im sure here there is
> people knowing about it. How do i create variables in a report. from
> crystal report itself not Visual studio.
** edit **
i know pretty much the declaration part but where to go... wich menu
and where to type the code is pretty much all i need to know.
"Franck"
news:1192469924.237632.62200@y27g2000pre.googlegroups.com...
>I haven't found any crystal report groups but im sure here there is
> people knowing about it. How do i create variables in a report. from
> crystal report itself not Visual studio.
>
You use a feature in Crystal Reports called a formula. Inside the formula,
you can use Crystal Report variables like strings, int, long, etc, etc and
bind the formula to a report band.
You can find more Google articles or go get a book on Crystal Report
formulas, as they are very powerful in doing specialized things inside a
Crystal Report.