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

select multiple checkbox

Former Member
0 Likes
2,057

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??

View Entire Topic
Former Member
0 Likes

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