on 2007 Jan 10 1:30 AM
In 3.5 it was possible to assign mulitple dataproviders to a web item. For example it was possible to assign 2 datprovider to the navigation block. This was useful where a web template had 2 dataproviders for a table and chart. Of course there would need to be common characteristics in both data providers.
Navigation changes made would effect both the table and chart.
In 2004s it does not appear to be possible to assign more than 1 data provider to a web item under data binding.
Does anyone know if this is the case OR is it possible to assign more than 1 dataprovider.
Thanks
Ian
I don't think in 3.5x you were allowed to assign multiple Data Providers to a Nav Block...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is possible: (refer to HTML below) Refer to setting "Affected Data Providers"
<P><object>
<param name="OWNER" value="SAP_BW"/>
<param name="CMD" value="GET_ITEM"/>
<param name="NAME" value="NAVIGATIONBLOCK_1"/>
<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
<param name="DATA_PROVIDER" value="DataProvider(1)"/>
<param name="CLOSED" value="X"/>
<param name="SHOW_AXES_GROUPING" value="X"/>
<param name="TARGET_DATA_PROVIDER_1" value="DataProvider(2)"/>
<param name="TARGET_DATA_PROVIDER_2" value="DataProvider(1)"/>
ITEM: NAVIGATIONBLOCK_1
Ian,
This feature is still available with 2004s.
In the properties of Web Item, under Data Binding you can find option of list of dataproviders. By default it will show you only 1 dataprovider row, just click on left side icod of assigned dataprovider row, you will get one more row appended just below that row, now assign more dataprovider here.
@KJ...
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.