Web Application Designer

Question: Hi all gurus ,

i am working on WEB Application Designer to publish the BEx reports on the WEB. This is BW Report.

i want to hide some colums of my report on client side.but thse colums are exist in the report. I built a Graph on that colums. i use this code

"TABLE_1" is my WebItem to display the Contents of the query .

<object>
<param name="OWNER" value="SAP_BW">
<param name="CMD" value="GET_ITEM">
<param name="NAME" value="TABLE_1">
<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID">
<param name="DATA_PROVIDER" value="DATAPROVIDER_1">
<param name='DATA_PROVIDER' value='View1 >
<param name='DATA_ROW_FROM' value='30'>
<param name='SHOW_PAGING_AREA_TOP' value='X'>
<param name='SHOW_PAGING_AREA_BOTTOM' value='X'>
<param name="BLOCK_SIZE_COLUMNS" value="6">
ITEM: TABLE_1
</object>

Thanks in advance
_________________
Nawab Ahmed siddiqui
Sun Certified Java Programer.

Answer:
Hy
you may want to read this Topic /forums/viewtopic.php?t=116671

Besides - you've got param DATA_PROVIDER twice....

Hope it helps
Copyright ?2007 - 2008 www.jt77.com