cancel
Showing results for 
Search instead for 
Did you mean: 

Display BEx Variable value in WEBI

p_m8
Participant
0 Kudos

Hi,

In my BEx Query Restricted Key Figure, I have Calendar Day assigned to it. I have created BEx Variable (Custom Exit) to read the date from the other BEx Variable where user can enter the date.

In WEBI, how can I display the value of the BEx Variable that I assigned to the Restricted Key Figure? i.e. 01/07/2021 – 02/07/2021 (this is the date from – to value generated from the Custom Exit based on what the user enter on the other BEx Variable)

I have tried =UserResponse("") but not working, because this is the BEx Variable user enter...please help.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

rathy_moorthy2
Active Contributor
0 Kudos

I dont think you can directly access that variable in Webi.

A workaround will be to add the calendar day in free characteristic and calucalte the min() and max() dates and use it to display the range in Webi.

Hope it helps.

Regards,

Rathy

Answers (1)

Answers (1)

p_m8
Participant
0 Kudos

Yes, we can't access that variable because it is not Input Ready.

Thanks.