on ‎2007 Dec 14 11:56 AM
hi all
i want to add many checkbox in the "input form" using my query values and when i check some of the checkox , i want to filter my "output table" with my selections. how can i do this??
Request clarification before answering.
If your not familiar with BAPI you might try the following:
Create several check-boxes at the input form (e.g. actual, budget, rolling forecast).
Add a query and a chart.
Create a datastore.
In the datastore insert (bool) variables - same amount as checkboxes (e.g. check_act/ check_bud etc.).
Link input form checkboxes to datastore variables.
In the chart create several dataservices.
In the dataseries multiply the @store_check_act with the normal dataseries (result query).
You can set the default value of the checkbox in the store to "true" or "false".
So when you start the model for example your actual and budget output is shown (default true) and RF= false.
If the RF box is checked, you have to press submit again and value in the store is set to true and output is visible.
Hope this helps.
Regards
Bart
Edited by: Bart B on Dec 24, 2007 8:32 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 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.