Hi,
(1) in the query designer change the options of the keyfigures to 'Hide (can be shown)' for those keyfigures which shouldn't be displayed in the initial view or create a view where keyfigures are already filtered
(2) If you want to do this, you can't use the web Item. Instead you have to program your own Checkbox within HTML for filtering the key figures. Or you have a look on the coding which is generated by the BW system and create a javascript function to set the style of the sourrounding <td> tag to non-display via Javascript. But remember, that the generation of the HTML may change. There's no official API to do this.
Heike
Add comment