Hi SDN,
I have a query which produces 12 fiscal quarters for the last three years and the query is working when I run it by itself. The query is based upon a multiprovider.
I use this query as a DP for a checkbox web item. When I run the web-app, the web item (checkbox) generates a lot of values, far more than what the DP query by itself generates.
How is this possible? What is it that I am doing wrong?
Thanks.
Saf.
PS I always award points.
Hi Saf,
In the properties for the check box web item, what did you specify in Read Mode? I think you should use Posted Values here.
Hope this helps...
Safdar,
It could be that the web item is retreiving the values frm the master data .. as Bhanu has mentioned - there is a checkbox / dropdown for the properties of the web item for droipdown where you have to change it from master data to posted values or you can also set this in the BeX tab of the particular infoobject. That way it would fetch values from the transaction instead of fetching the same from master data.
Arun
Add a comment