I have a design issue.
My Report has subreports.
Subreport need to have additional field that will only show when there is a data.
What is the best way to handle this having in mind that headers will have to be appearing only if data is present as well.
Headers and text fields displaying the data. Based on Crosstab query made into a table.
So when crosstab query is pulling NULL values - it looks like: <> FT PT
There shouldn't be any <>.
But we can not be losing these records so we have decided to display them in UNKNOWN field.
We are hoping that people are going to enter data properly and UNKNOWN field will be having no values but IF there is one - we can't lose it - we need to have it counted.
So it is simple Headers:
ID, Name, SumOfFTPT<>, FT, PT,UNKNOWN.
Nothing complicated except hiding it part.
Can I do If NULL then "" and same for the Headers?
My Report has subreports.
Subreport need to have additional field that will only show when there is a data.
What is the best way to handle this having in mind that headers will have to be appearing only if data is present as well.
Headers and text fields displaying the data. Based on Crosstab query made into a table.
So when crosstab query is pulling NULL values - it looks like: <> FT PT
There shouldn't be any <>.
But we can not be losing these records so we have decided to display them in UNKNOWN field.
We are hoping that people are going to enter data properly and UNKNOWN field will be having no values but IF there is one - we can't lose it - we need to have it counted.
So it is simple Headers:
ID, Name, SumOfFTPT<>, FT, PT,UNKNOWN.
Nothing complicated except hiding it part.
Can I do If NULL then "" and same for the Headers?