on 2007 Apr 17 9:36 AM
Hello,
I want to integrate a hierarchy filter for a BI report in VC. To solve this problem I found the following document "How To Integrate SAP NetWeaver 2004s BI Application UI Elements and Visual Composer UI Elements by serviceenabling UI Elements (version 4)".
I followed the document but it still does not work. The hierarchy is displayed in my iview but the selection is not passed to my VC report.
I get the following error in the internet explorer when I deploy the report.
Error: This name may not begin with the '1' character.
>1<8RP8J531R6TJ7MO84M9YBI28
Code : 0
When I make a selection in the hierarchy nothing happens.
I have filled in the webapi with the following formula:
'FILTER_IOBJNM=0COSTCENTER;FILTER_NODE_IOBJNM=0HIER_NODE;FILTER_VALUE=' & @F0COSTCENTER
We are working here on BI 7.0 level 10 and VC 7.0 level 10.
Does anybody know what my problem can be? Thanks in advance.
Kind regards,
J
Follow the how-to paper but try following formulas in the WEBAPI:
For selection:
'FILTER_IOBJNM=0COSTCENTER;FILTER_NODE_IOBJNM=0HIER_NODE;FILTER_VALUE='&@F0COSTCENTER _key&';
To select and expand:
'FILTER_IOBJNM=0COSTCENTER;FILTER_NODE_IOBJNM=0HIER_NODE;FILTER_VALUE='&@F0COSTCENTER key&';FILTERCOLLAPSE= ;FILTER_IOBJNM=0COSTCENTER;CMD_1=CMD%3DDRILL_TO_LEVEL%26LEVEL%3D2%26IOBJNM%3D0COSTCENTER%26DATA_PROVIDER%3DDP;'
Best Regards,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.