If the person who has built a query has not selected to show the Scaling Factor (within the properties of the query) Is there any way (through table interfaces or through the web template) to change this on a temporary basis.
Basically we have hundreds of reports and some have SF set to show and some don't we have built a button to set the scaling factor to various levels but the level of the scaling factor will only show on those querys which have the correct property setting.
Cheers
Shep.
Hi Neal,
yes you can. Either add it via URL or change the DP-Tag in your template:
...
<param name="SHOW_SCALING_FACTORS" value="X"/>
DATA_PROVIDER: DATAPROVIDER_1
</object>
...
http://help.sap.com/saphelp_nw04/helpdata/en/b7/25813b731fd60ee10000000a114084/frameset.htm
Heike
Add a comment