I would like to report on a table that changes e.g.
Table1 will have columns id,ver,length
but it could change to contain id,ver,length,width,height
etc...
I would like to create a report that will display id and ver all the time and then display the other variable fields.
So the report could be :
id ver length
1 4 54.4
and then change to
id ver length width
1 3 34.2 32.1
and so on.
Is there also a way to hide a field and it's label if it's null so if length is null then the report will look like:
id ver width
1 3 76.1
Thanks for your help.
Table1 will have columns id,ver,length
but it could change to contain id,ver,length,width,height
etc...
I would like to create a report that will display id and ver all the time and then display the other variable fields.
So the report could be :
id ver length
1 4 54.4
and then change to
id ver length width
1 3 34.2 32.1
and so on.
Is there also a way to hide a field and it's label if it's null so if length is null then the report will look like:
id ver width
1 3 76.1
Thanks for your help.