cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create a filter value from a URL command

Former Member
0 Likes
352

Hello all!

I would like to create a URL link to a specific query, with a filter value that will be transferred as a URL parameter.

I know that in older version I could have use this syntax –

FILTER_IOBJNM=0MATERIAL&FILTER_VALUE=1000040

But now on BI 7 it doesn't work.

What can I do?

Helpful answers will be rewarded.

Thank you!

Ron.

View Entire Topic
Former Member
0 Likes

anyone??

Former Member
0 Likes

This is how you transform the xml tu url parameter, this is another example, but the same rules apply.

Example 1:

In the command wizard, you have set the command for setting attributes for a characteristic of

the data provider. The XHTML view of the Web Application Designer displays the following

result (only the INSTRUCTION node is show in this example):

<bi:INSTRUCTION >

<bi:SET_ATTRIBUTES >

<bi:TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST" >

<bi:TARGET_DATA_PROVIDER_REF index="1" value="DP_1" />

</bi:TARGET_DATA_PROVIDER_REF_LIST>

<bi:CHARACTERISTIC value="0D_CUSTOMER" text="" />

<bi:PRESENTATION_AREA value="RESULT_SET" />

<bi:ATTRIBUTE_LIST type="ORDEREDLIST" >

<bi:INFO_OBJECT_ATTRIBUTE index="1" value="0D_COUNTRY" />

</bi:ATTRIBUTE_LIST>

</bi:SET_ATTRIBUTES>

</bi:INSTRUCTION>

This results in the following URL parameterization:

&BI_COMMAND_1-BI_COMMAND_TYPE=SET_ATTRIBUTES

&BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LISTTARGET_

DATA_PROVIDER_REF_1=DP_1

&BI_COMMAND_1-CHARACTERISTIC=0D_CUSTOMER

&BI_COMMAND_1-PRESENTATION_AREA=RESULT_SET

&BI_COMMAND_1-ATTRIBUTE_LIST-INFO_OBJECT_ATTRIBUTE_1=0D_COUNTRY