Inherited reports
I know Inheritance does have some limitations.
Like, do not use parameters in the base report.
I am not happy with that and try to create a workaround.
Because we do have hundreds of reports. A lot of them are a look a like of another report..
In the base reports we like to do the general settings by using parameters (for example 'show_price').
In the inherited reports we change only some fields,groups, sorts.
I am thinking about a workaround:
1. I Load the report by code
2. Detach the report by cocde
3. Give the parameters the right value.
Questions:
Is it possible to Load a report and Detach the Base report by code?
If not. Do you have plans to remove the limitations of inherited reports?
Like, do not use parameters in the base report.
I am not happy with that and try to create a workaround.
Because we do have hundreds of reports. A lot of them are a look a like of another report..
In the base reports we like to do the general settings by using parameters (for example 'show_price').
In the inherited reports we change only some fields,groups, sorts.
I am thinking about a workaround:
1. I Load the report by code
2. Detach the report by cocde
3. Give the parameters the right value.
Questions:
Is it possible to Load a report and Detach the Base report by code?
If not. Do you have plans to remove the limitations of inherited reports?
Comments
After loading the report by code, the basereport is resetted and all double parameters and totals are removed.
Then it works fine.