on ‎2008 Mar 02 3:49 PM
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.
Request clarification before answering.
anyone??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.