Question:
Does anyone know how to use conditions with a BW Web Report online?
Thanks!
Answer:
You can enable the Condition in the View and use the view as the DATA PROVIDER for the web report.
Thanks.
Answer:
I have more than one condition for a single query and I don't want to have to create a different view for each query. I can do this with the following command:
<sap_bw_url data_provider='view' cmd='Set_Condition_State' condition_id='[Enter Condition_ID Here]' active='X'>
The problem is I don't know how to find the condition_id. Any suggestions?
Thanks!