Hi all,
In BI web report I am using a web item Document_List_item. With this web item the user can add comment in the report. Now when I select this web item document_list_item and click new a popup window appears but not able to edit or add any comment.
The following is the xml of this document list web item
<bi:item name="DOCUMENT_LIST_ITEM_2" designheight="120" designwidth="600" type="DOCUMENT_LIST_ITEM">
<bi:param name="WIDTH" value="600">
</bi:param>
<bi:param name="HEIGHT" value="120">
</bi:param>
<bi:param name="WITH_TRAY" type="CHOICE" value="X" text="">
<bi:param name="TRAY_SETTINGS" type="COMPOSITE">
<bi:param name="CAPTION" value="Comments By Trading Book and Evaluation date 2">
</bi:param>
<bi:param name="EXPANDED" value="">
</bi:param>
</bi:param>
</bi:param>
<bi:param name="DOC_ITEM_TABLE_COLUMN_LIST" type="ORDEREDLIST">
<bi:param name="DOC_ITEM_TABLE_COLUMN" index="1" value="NAME">
</bi:param>
<bi:param name="DOC_ITEM_TABLE_COLUMN" index="2" value="AUTHOR">
</bi:param>
<bi:param name="DOC_ITEM_TABLE_COLUMN" index="3" value="ASSIGNMENT">
</bi:param>
</bi:param>
<bi:param name="DATA_PROVIDER_REF" value="DP_1_NEW">
</bi:param>
<bi:param name="DOCUMENT_CLASS" type="CHOICE" value="MULTI">
</bi:param>
</bi:item>
The data provider DP_1_NEW is a view. Even if I include query ths comment window is not editable. Any sloutions for this.
I need for eg in the report based on trading book and evalution date records will apper.
When user selects the comment button user can edit this based on trading book and evalaution date.
So any one else execute this report when the report is displayed can be able to see the comment wrriten by any other users
Anil