I would like to ask if it is possible to set dynamically column caption. E.g. i would like to make report which will compute some things for three months choosen by user. I would like to display these months as column captions.
Thanks in advance
If it's possible to calculate what the column heading should be, based perhaps on data elements in the resultset that you're reporting on, then use a formula field in your report.
If it's not possible to derive the column heading in your report (perhaps because there's too many heading values that could be displayed) then I would pass the column heading in as a parameter to the report and let my calling process (VB or ASP application) decide what the column heading should be. You can then use the value of the parameter as your column heading.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.