cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Hierarchical Filter within VC

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (0)