cancel
Showing results for 
Search instead for 
Did you mean: 

conditional display of reports

sap_user62
Active Participant
0 Kudos

Hi Experts,

Below is my scenerio. I have a 3 dropdowns and a submit button. (first 2 dropdowns are static)

There are 8 Bex reports already developed for this requirement.

Now depending on the selection of the first 2 drop downs, a report out of the 8 is selected for display.

The third dropdown is for the date.

1)Can you please tell me how to include the logic for it to dsplay just one report on submit button.

2) Also can you tell me how to connect an infoobject to a drop down.

Your inputs are highly appreciated.

Thanks

EL

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You need to write 'If' condition in the 'Visibility Condition' of each report based on the value which is getting submitted.

somthing similar to this - bool(if(@STR1=="1",true,false)). Here STR1 is your dropdown & in that 1 is the value which you are submitting. So this report will open only when you submit value '1'.

For connecting infoobject you need to create dropdown list as 'Dynamic'. Dropdown List -> Properties ->Entry List ->Dynamic Dropwon. Here you can use infoobject master data.

Regards

Sandeep