I have a crosstab report (created in VS2005) defined as:
rows: sample, code, country
columns: yields, compounds
summary fields: Min(results)
and is displayed like:
---yield of metals---
arsenic lead nickel
01180 BHG03 Brazil 7.49 33.7 12.9
01185 DLF01 Brazil 10.9 10.2 6.3
what i need to do is supply the "column headings" for the rows above the row values so it looks like this:
---yield of metals---
[highlight]sample code country[/highlight] arsenic lead nickel
01180 BHG03 Brazil 7.49 33.7 12.9
01185 DLF01 Brazil 10.9 10.2 6.3
Anyone have suggestions?
Thanks,
Lee.
itlee. MCP\Analyst\Programmer\SQL\.NET\VB\C#
rows: sample, code, country
columns: yields, compounds
summary fields: Min(results)
and is displayed like:
---yield of metals---
arsenic lead nickel
01180 BHG03 Brazil 7.49 33.7 12.9
01185 DLF01 Brazil 10.9 10.2 6.3
what i need to do is supply the "column headings" for the rows above the row values so it looks like this:
---yield of metals---
[highlight]sample code country[/highlight] arsenic lead nickel
01180 BHG03 Brazil 7.49 33.7 12.9
01185 DLF01 Brazil 10.9 10.2 6.3
Anyone have suggestions?
Thanks,
Lee.
itlee. MCP\Analyst\Programmer\SQL\.NET\VB\C#